01HJWJZ5FN20F8ZF4BHZ7J0E9Y: 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: 01HJWJZEV0V8HCWFCHMCTPG5VD

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12023-12-30T05:26:57.402Zjob assigned to worker 01HJWJZP09S4VNHGSE1WQ56R8Z (queued for 55 s)
 
22023-12-30T05:26:57.440Zstarting task 0: "setup"
32023-12-30T05:26:57.504Z++ uname -s
42023-12-30T05:26:57.507Z+ kern=SunOS
52023-12-30T05:26:57.507Z+ case "$kern" in
62023-12-30T05:26:57.508Z+ groupadd -g 12345 build
72023-12-30T05:26:57.511Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-12-30T05:26:59.543Z+ zfs create -o mountpoint=/work rpool/work
92023-12-30T05:26:59.645Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-12-30T05:26:59.649Z+ home_fs=zfs
112023-12-30T05:26:59.649Z+ [[ zfs == autofs ]]
122023-12-30T05:26:59.649Z+ mkdir -p /home/build
132023-12-30T05:26:59.653Z+ chown build:build /home/build /work
142023-12-30T05:27:01.654Z+ chmod 0700 /home/build /work
152023-12-30T05:27:01.658Zprocess exited: duration 4217 ms, exit code 0
 
162023-12-30T05:27:01.664Zstarting task 1: "rust-toolchain"
172023-12-30T05:27:01.676Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-12-30T05:27:01.677Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-12-30T05:27:01.914Zinfo: downloading installer
202023-12-30T05:27:04.011Zwarning: it looks like you have an existing installation of Rust at:
212023-12-30T05:27:04.012Zwarning: /opt/ooce/bin
222023-12-30T05:27:04.012Zwarning: It is recommended that rustup be the primary Rust installation.
232023-12-30T05:27:04.012Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-12-30T05:27:04.012Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-12-30T05:27:04.012Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-12-30T05:27:04.012Zwarning: or pass `-y' to ignore all ignorable checks.
272023-12-30T05:27:04.012Zerror: cannot install while Rust is installed
282023-12-30T05:27:04.012Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-12-30T05:27:04.046Zinfo: profile set to 'default'
302023-12-30T05:27:04.046Zinfo: default host triple is x86_64-unknown-illumos
312023-12-30T05:27:04.058Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-12-30T05:27:04.224Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-12-30T05:27:04.224Zinfo: downloading component 'cargo'
342023-12-30T05:27:05.026Zinfo: downloading component 'clippy'
352023-12-30T05:27:05.315Zinfo: downloading component 'rust-docs'
362023-12-30T05:27:06.337Zinfo: downloading component 'rust-std'
372023-12-30T05:27:08.259Zinfo: downloading component 'rustc'
382023-12-30T05:27:12.771Zinfo: downloading component 'rustfmt'
392023-12-30T05:27:13.090Zinfo: installing component 'cargo'
402023-12-30T05:27:14.502Zinfo: installing component 'clippy'
412023-12-30T05:27:15.141Zinfo: installing component 'rust-docs'
422023-12-30T05:27:17.862Zinfo: installing component 'rust-std'
432023-12-30T05:27:21.103Zinfo: installing component 'rustc'
442023-12-30T05:27:28.148Zinfo: installing component 'rustfmt'
452023-12-30T05:27:28.609Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-12-30T05:27:28.610Z
472023-12-30T05:27:28.736Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-12-30T05:27:28.736Z
492023-12-30T05:27:28.745Z
502023-12-30T05:27:28.746ZRust is installed now. Great!
512023-12-30T05:27:28.746Z
522023-12-30T05:27:28.746ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-12-30T05:27:28.746Zenvironment variable. This has not been done automatically.
542023-12-30T05:27:28.746Z
552023-12-30T05:27:28.746ZTo configure your current shell, run:
562023-12-30T05:27:28.746Zsource "$HOME/.cargo/env"
572023-12-30T05:27:28.825Z+ rustc --version
582023-12-30T05:27:28.934Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-12-30T05:27:28.939Zprocess exited: duration 27274 ms, exit code 0
 
602023-12-30T05:27:28.945Zstarting task 2: "authentication"
612023-12-30T05:27:28.979Zprocess exited: duration 32 ms, exit code 0
 
622023-12-30T05:27:28.985Zstarting task 3: "clone repository"
632023-12-30T05:27:28.992Z+ mkdir -p /work/oxidecomputer/omicron
642023-12-30T05:27:28.995Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-12-30T05:27:29.033ZCloning into '/work/oxidecomputer/omicron'...
662023-12-30T05:27:35.640Z+ cd /work/oxidecomputer/omicron
672023-12-30T05:27:35.640Z+ [[ -n update-schemars ]]
682023-12-30T05:27:35.649Z+ git fetch origin update-schemars
692023-12-30T05:27:35.969ZFrom https://github.com/oxidecomputer/omicron
702023-12-30T05:27:35.969Z * branch update-schemars -> FETCH_HEAD
712023-12-30T05:27:35.980Z+ git checkout -B update-schemars remotes/origin/update-schemars
722023-12-30T05:27:36.092ZSwitched to a new branch 'update-schemars'
732023-12-30T05:27:36.099Zbranch 'update-schemars' set up to track 'origin/update-schemars'.
742023-12-30T05:27:36.099Z+ git reset --hard 33886b502bb84d4d00d5a181d0efc59e382a3f47
752023-12-30T05:27:36.112ZHEAD is now at 33886b502 fix merge error
762023-12-30T05:27:36.116Zprocess exited: duration 7128 ms, exit code 0
 
772023-12-30T05:27:36.122Zstarting task 4: "build"
782023-12-30T05:27:36.133Z+ NEXTEST_VERSION=0.9.64
792023-12-30T05:27:36.133Z+ cargo --version
802023-12-30T05:27:36.140Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
812023-12-30T05:27:36.336Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
822023-12-30T05:27:36.339Zinfo: downloading component 'cargo'
832023-12-30T05:27:37.040Zinfo: downloading component 'clippy'
842023-12-30T05:27:37.263Zinfo: downloading component 'rust-docs'
852023-12-30T05:27:38.132Zinfo: downloading component 'rust-std'
862023-12-30T05:27:39.431Zinfo: downloading component 'rustc'
872023-12-30T05:27:43.171Zinfo: downloading component 'rustfmt'
882023-12-30T05:27:43.380Zinfo: installing component 'cargo'
892023-12-30T05:27:44.671Zinfo: installing component 'clippy'
902023-12-30T05:27:45.192Zinfo: installing component 'rust-docs'
912023-12-30T05:27:48.035Zinfo: installing component 'rust-std'
922023-12-30T05:27:50.475Zinfo: installing component 'rustc'
932023-12-30T05:27:57.234Zinfo: installing component 'rustfmt'
942023-12-30T05:27:57.859Zcargo 1.74.1 (ecb9851af 2023-10-18)
952023-12-30T05:27:57.862Z+ rustc --version
962023-12-30T05:27:57.997Zrustc 1.74.1 (a28077b28 2023-12-04)
972023-12-30T05:27:58.006Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.64/illumos
982023-12-30T05:27:58.009Z+ gunzip
992023-12-30T05:27:58.009Z+ tar -xvf - -C /home/build/.cargo/bin
1002023-12-30T05:27:59.532Zx cargo-nextest, 10985408 bytes, 21456 tape blocks
1012023-12-30T05:27:59.535Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1022023-12-30T05:27:59.535Z+ echo 'tests will store output in /var/tmp/omicron_tmp'
1032023-12-30T05:27:59.535Ztests will store output in /var/tmp/omicron_tmp
1042023-12-30T05:27:59.535Z+ mkdir /var/tmp/omicron_tmp
1052023-12-30T05:27:59.541Z+ source ./env.sh
1062023-12-30T05:27:59.541Z++ set -o xtrace
1072023-12-30T05:27:59.541Z++++ dirname ./env.sh
1082023-12-30T05:27:59.545Z+++ cd .
1092023-12-30T05:27:59.545Z+++ echo /work/oxidecomputer/omicron
1102023-12-30T05:27:59.545Z++ OMICRON_WS=/work/oxidecomputer/omicron
1112023-12-30T05:27:59.545Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122023-12-30T05:27:59.545Z++ 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-30T05:27:59.545Z++ 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
1142023-12-30T05:27:59.545Z++ 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-30T05:27:59.545Z++ 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
1162023-12-30T05:27:59.545Z++ 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-30T05:27:59.545Z++ 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
1182023-12-30T05:27:59.545Z++ 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-30T05:27:59.545Z++ unset OMICRON_WS
1202023-12-30T05:27:59.545Z++ set +o xtrace
1212023-12-30T05:27:59.643Z
1222023-12-30T05:27:59.643Z ##### ##### ###### ##### ###### #### # # # #### #
1232023-12-30T05:27:59.643Z # # # # # # # # # # # # # # #
1242023-12-30T05:27:59.643Z # # # # ##### # # ##### # # # # # #### #
1252023-12-30T05:27:59.643Z ##### ##### # ##### # # # # # # # # #
1262023-12-30T05:27:59.643Z # # # # # # # # # # # # # # #
1272023-12-30T05:27:59.643Z # # # ###### # # ###### ### # #### # #### #
1282023-12-30T05:27:59.643Z
1292023-12-30T05:28:13.320Z Startup: Refreshing catalog 'helios-dev' ... Done
1302023-12-30T05:28:14.760Z Startup: Caching catalogs ... Done
1312023-12-30T05:28:22.286ZPlanning: Solver setup ... Done (7.059s)
1322023-12-30T05:28:22.425ZPlanning: Running solver ... Done (0.160s)
1332023-12-30T05:28:22.501ZPlanning: Finding local manifests ... Done (0.004s)
1342023-12-30T05:28:22.516ZPlanning: Fetching manifests: 0/6 0% complete
1352023-12-30T05:28:22.758ZPlanning: Fetching manifests: 6/6 100% complete
1362023-12-30T05:28:22.933ZPlanning: Package planning ... Done (0.174s)
1372023-12-30T05:28:23.020ZPlanning: Merging actions ... Done (0.086s)
1382023-12-30T05:28:23.839ZPlanning: Checking for conflicting actions ... Done (0.819s)
1392023-12-30T05:28:23.858ZPlanning: Consolidating action changes ... Done (0.018s)
1402023-12-30T05:28:28.995ZPlanning: Evaluating mediators ... Done (5.136s)
1412023-12-30T05:28:29.107ZPlanning: Planning completed in 14.29 seconds
1422023-12-30T05:28:29.130Z Packages to install: 4
1432023-12-30T05:28:29.133Z Packages to update: 2
1442023-12-30T05:28:29.133Z Mediators to change: 2
1452023-12-30T05:28:29.133Z Services to change: 1
1462023-12-30T05:28:29.133Z Estimated space available: 148.87 GB
1472023-12-30T05:28:29.133ZEstimated space to be consumed: 1.43 GB
1482023-12-30T05:28:29.133Z Create boot environment: No
1492023-12-30T05:28:29.133ZCreate backup boot environment: Yes
1502023-12-30T05:28:29.133Z Rebuild boot archive: No
1512023-12-30T05:28:29.133Z
1522023-12-30T05:28:29.133ZChanged mediators:
1532023-12-30T05:28:29.133Z mediator clang:
1542023-12-30T05:28:29.133Z version: None -> 15 (system default)
1552023-12-30T05:28:29.134Z
1562023-12-30T05:28:29.134Z mediator llvm:
1572023-12-30T05:28:29.134Z version: 14 (system default) -> 15 (system default)
1582023-12-30T05:28:29.134Z
1592023-12-30T05:28:29.134ZChanged packages:
1602023-12-30T05:28:29.134Zhelios-dev
1612023-12-30T05:28:29.134Z developer/build-essential
1622023-12-30T05:28:29.134Z None -> 11-2.0
1632023-12-30T05:28:29.134Z library/libxmlsec1
1642023-12-30T05:28:29.134Z None -> 1.2.35-2.0
1652023-12-30T05:28:29.134Z ooce/developer/clang-15
1662023-12-30T05:28:29.135Z None -> 15.0.7-2.0
1672023-12-30T05:28:29.135Z ooce/developer/llvm-15
1682023-12-30T05:28:29.135Z None -> 15.0.7-2.0
1692023-12-30T05:28:29.135Z system/library/g++-runtime
1702023-12-30T05:28:29.135Z 12-2.0 -> 13-2.0
1712023-12-30T05:28:29.135Z system/library/gcc-runtime
1722023-12-30T05:28:29.135Z 12-2.0 -> 13-2.0
1732023-12-30T05:28:29.135Z
1742023-12-30T05:28:29.135ZServices:
1752023-12-30T05:28:29.135Z restart_fmri:
1762023-12-30T05:28:29.135Z svc:/system/update-man-index:default
1772023-12-30T05:28:29.509Z
1782023-12-30T05:28:29.509ZDownload: 0/3330 items 0.0/221.1MB 0% complete
1792023-12-30T05:28:34.514ZDownload: 1369/3330 items 106.2/221.1MB 48% complete (21.5M/s)
1802023-12-30T05:28:39.511ZDownload: 2375/3330 items 120.0/221.1MB 54% complete (12.2M/s)
1812023-12-30T05:28:44.511ZDownload: 3248/3330 items 200.0/221.1MB 90% complete (9.3M/s)
1822023-12-30T05:28:49.632ZDownload: 3321/3330 items 220.4/221.1MB 99% complete (10.1M/s)
1832023-12-30T05:28:49.670ZDownload: Completed 221.11 MB in 20.16 seconds (11.0M/s)
1842023-12-30T05:28:51.717Z Actions: 1/3766 actions (Removing old actions)
1852023-12-30T05:28:51.717Z Actions: 5/3766 actions (Installing new actions)
1862023-12-30T05:28:56.962Z Actions: 2553/3766 actions (Installing new actions)
1872023-12-30T05:29:00.396Z Actions: 3729/3766 actions (Updating modified actions)
1882023-12-30T05:29:01.385Z Actions: Completed 3766 actions in 9.67 seconds.
1892023-12-30T05:29:01.703Z Done (0.308s)
1902023-12-30T05:29:01.706Z Done (0.001s)
1912023-12-30T05:29:02.002Z Done (0.298s)
1922023-12-30T05:29:10.441Z Done (8.305s)
1932023-12-30T05:29:10.718Z Done (0.156s)
1942023-12-30T05:29:10.721Z Done (0.000s)
1952023-12-30T05:29:11.005Z Done (0.000s)
1962023-12-30T05:29:11.741ZPlanning: Evaluating mediator changes ... Done
1972023-12-30T05:29:12.027ZPlanning: Checking for conflicting actions ... Done
1982023-12-30T05:29:12.030ZPlanning: Consolidating action changes ... Done
1992023-12-30T05:29:12.468ZPlanning: Evaluating mediators ... Done
2002023-12-30T05:29:12.471ZPlanning: Planning completed in 0.73 seconds
2012023-12-30T05:29:12.531Z Mediators to change: 2
2022023-12-30T05:29:12.533Z Create boot environment: No
2032023-12-30T05:29:12.534ZCreate backup boot environment: No
2042023-12-30T05:29:12.638Z Done
2052023-12-30T05:29:12.638Z Done
2062023-12-30T05:29:12.821Z Done
2072023-12-30T05:29:18.643Z Done
2082023-12-30T05:29:18.764Z Done
2092023-12-30T05:29:18.767Z Done
2102023-12-30T05:29:18.904Z Done
2112023-12-30T05:29:19.935ZPlanning: Evaluating mediator changes ... Done
2122023-12-30T05:29:19.938ZPlanning: Merging actions ... Done
2132023-12-30T05:29:20.270ZPlanning: Checking for conflicting actions ... Done
2142023-12-30T05:29:20.273ZPlanning: Consolidating action changes ... Done
2152023-12-30T05:29:20.706ZPlanning: Evaluating mediators ... Done
2162023-12-30T05:29:20.798ZPlanning: Planning completed in 1.32 seconds
2172023-12-30T05:29:20.863Z Packages to change: 1
2182023-12-30T05:29:20.863Z Mediators to change: 1
2192023-12-30T05:29:20.866Z Services to change: 1
2202023-12-30T05:29:20.866Z Create boot environment: No
2212023-12-30T05:29:20.866ZCreate backup boot environment: Yes
2222023-12-30T05:29:23.008Z Actions: 1/6 actions (Updating modified actions)
2232023-12-30T05:29:23.011Z Actions: Completed 6 actions in 0.00 seconds.
2242023-12-30T05:29:23.012Z Done
2252023-12-30T05:29:23.012Z Done
2262023-12-30T05:29:23.078Z Done
2272023-12-30T05:29:29.087Z Done
2282023-12-30T05:29:29.209Z Done
2292023-12-30T05:29:29.213Z Done
2302023-12-30T05:29:29.317Z Done
2312023-12-30T05:29:29.994ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2322023-12-30T05:29:29.994Zclang system 15 system
2332023-12-30T05:29:29.994Zcsh system system illumos
2342023-12-30T05:29:29.994Zctags system system illumos
2352023-12-30T05:29:29.994Zgcc vendor 12 vendor
2362023-12-30T05:29:29.994Zgcc system 10 system
2372023-12-30T05:29:29.994Zgcc system 7 system
2382023-12-30T05:29:29.994Zgo system 1.20 system
2392023-12-30T05:29:29.994Zgo system 1.19 system
2402023-12-30T05:29:29.994Zllvm system 15 system
2412023-12-30T05:29:29.995Zllvm system 14 system
2422023-12-30T05:29:29.995Zmariadb system 10.6 system
2432023-12-30T05:29:29.995Zmta vendor vendor dma
2442023-12-30T05:29:29.995Zopenjdk system 17 system
2452023-12-30T05:29:29.995Zopenjdk system 11 system
2462023-12-30T05:29:29.995Zopenjdk system 1.8 system
2472023-12-30T05:29:29.995Zopenssl vendor 3 vendor
2482023-12-30T05:29:29.995Zperl system 5.36 system
2492023-12-30T05:29:29.995Zpostgresql system 15 system
2502023-12-30T05:29:29.995Zpostgresql system 13 system
2512023-12-30T05:29:29.995Zpython vendor 3 vendor
2522023-12-30T05:29:29.995Zpython system 2 system
2532023-12-30T05:29:29.995Zpython3 system 3.11 system
2542023-12-30T05:29:29.995Zruby system 3.0 system
2552023-12-30T05:29:29.995Zwords vendor vendor american-english
2562023-12-30T05:29:29.995Zwords system system australian-english
2572023-12-30T05:29:29.995Zwords system system british-english
2582023-12-30T05:29:29.995Zwords system system canadian-english
2592023-12-30T05:29:29.995Zwords system system french
2602023-12-30T05:29:29.995Zwords system system italian
2612023-12-30T05:29:29.995Zwords system system ngerman
2622023-12-30T05:29:29.995Zwords system system ogerman
2632023-12-30T05:29:29.995Zwords system system spanish
2642023-12-30T05:29:30.534ZFMRI IFO
2652023-12-30T05:29:30.534Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662023-12-30T05:29:30.534Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672023-12-30T05:29:30.534Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682023-12-30T05:29:30.534Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2692023-12-30T05:29:30.534Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2702023-12-30T05:29:30.534Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2712023-12-30T05:29:30.534Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im-
2722023-12-30T05:29:30.534Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im-
2732023-12-30T05:29:30.610Z+ set -o errexit
2742023-12-30T05:29:30.613Z+++ dirname ./tools/ci_download_cockroachdb
2752023-12-30T05:29:30.616Z++ cd ./tools
2762023-12-30T05:29:30.616Z++ pwd
2772023-12-30T05:29:30.617Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2782023-12-30T05:29:30.620Z++ basename ./tools/ci_download_cockroachdb
2792023-12-30T05:29:30.620Z+ ARG0=ci_download_cockroachdb
2802023-12-30T05:29:30.620Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2812023-12-30T05:29:30.623Z+ CIDL_VERSION=v22.1.9
2822023-12-30T05:29:30.623Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2832023-12-30T05:29:30.623Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2842023-12-30T05:29:30.623Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2852023-12-30T05:29:30.623Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2862023-12-30T05:29:30.623Z+ TARGET_DIR=out
2872023-12-30T05:29:30.624Z+ DOWNLOAD_DIR=out/downloads
2882023-12-30T05:29:30.624Z+ DEST_DIR=./out/cockroachdb
2892023-12-30T05:29:30.624Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2902023-12-30T05:29:30.624Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2912023-12-30T05:29:30.624Z+ main
2922023-12-30T05:29:30.624Z+ [[ 0 != 0 ]]
2932023-12-30T05:29:30.624Z+ CIDL_OS=solaris2.11
2942023-12-30T05:29:30.624Z+ [[ 0 != 0 ]]
2952023-12-30T05:29:30.624Z+ configure_os solaris2.11
2962023-12-30T05:29:30.624Z+ echo 'current directory: /work/oxidecomputer/omicron'
2972023-12-30T05:29:30.624Zcurrent directory: /work/oxidecomputer/omicron
2982023-12-30T05:29:30.624Z+ echo 'configuring based on OS: "solaris2.11"'
2992023-12-30T05:29:30.624Z+ case "$1" in
3002023-12-30T05:29:30.624Zconfiguring based on OS: "solaris2.11"
3012023-12-30T05:29:30.624Z+ CIDL_BUILD=illumos
3022023-12-30T05:29:30.624Z+ CIDL_SUFFIX=tar.gz
3032023-12-30T05:29:30.624Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
3042023-12-30T05:29:30.624Z+ CIDL_MD5FUNC=do_md5sum
3052023-12-30T05:29:30.624Z+ CIDL_URL_BASE=https://illumos.org/downloads
3062023-12-30T05:29:30.624Z+ CIDL_ASSEMBLE=do_assemble_illumos
3072023-12-30T05:29:30.624Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3082023-12-30T05:29:30.624Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3092023-12-30T05:29:30.624Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3102023-12-30T05:29:30.624Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3112023-12-30T05:29:30.625Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3122023-12-30T05:29:30.625Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3132023-12-30T05:29:30.625ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3142023-12-30T05:29:30.625ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3152023-12-30T05:29:30.625Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3162023-12-30T05:29:30.625Z+ mkdir -p out/downloads
3172023-12-30T05:29:30.628Z+ mkdir -p ./out/cockroachdb
3182023-12-30T05:29:30.628Z+ local DO_DOWNLOAD=true
3192023-12-30T05:29:30.628Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3202023-12-30T05:29:30.628Z+ '[' true == true ']'
3212023-12-30T05:29:30.628Z+ echo Downloading...
3222023-12-30T05:29:30.628ZDownloading...
3232023-12-30T05:29:30.628Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3242023-12-30T05:29:30.628Z+ 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
3252023-12-30T05:29:35.782Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3262023-12-30T05:29:35.786Z++ md5sum
3272023-12-30T05:29:35.786Z++ awk '{print $1}'
3282023-12-30T05:29:35.970Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
3292023-12-30T05:29:35.970Z+ [[ 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 ]]
3302023-12-30T05:29:35.970Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3312023-12-30T05:29:35.970Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3322023-12-30T05:29:39.354Z+ do_assemble_illumos
3332023-12-30T05:29:39.354Z+ rm -r ./out/cockroachdb
3342023-12-30T05:29:39.362Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3352023-12-30T05:29:39.935Z+ ./out/cockroachdb/bin/cockroach version
3362023-12-30T05:29:40.150ZBuild Tag: v22.1.9-dirty
3372023-12-30T05:29:40.150ZBuild Time: 2022/10/26 21:17:46
3382023-12-30T05:29:40.150ZDistribution: OSS
3392023-12-30T05:29:40.151ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3402023-12-30T05:29:40.151ZGo Version: go1.17.13
3412023-12-30T05:29:40.151ZC Compiler: gcc 10.3.0
3422023-12-30T05:29:40.151ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3432023-12-30T05:29:40.151ZBuild Type: release
3442023-12-30T05:29:40.177Z+ set -o errexit
3452023-12-30T05:29:40.657Z+++ dirname ./tools/ci_download_clickhouse
3462023-12-30T05:29:40.657Z++ cd ./tools
3472023-12-30T05:29:40.657Z++ pwd
3482023-12-30T05:29:40.657Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3492023-12-30T05:29:40.657Z++ basename ./tools/ci_download_clickhouse
3502023-12-30T05:29:40.657Z+ ARG0=ci_download_clickhouse
3512023-12-30T05:29:40.658Z+ TARGET_DIR=out
3522023-12-30T05:29:40.658Z+ DOWNLOAD_DIR=out/downloads
3532023-12-30T05:29:40.658Z+ DEST_DIR=./out/clickhouse
3542023-12-30T05:29:40.658Z+ CIDL_VERSION=v22.8.9.24
3552023-12-30T05:29:40.658Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3562023-12-30T05:29:40.658Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3572023-12-30T05:29:40.658Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3582023-12-30T05:29:40.658Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3592023-12-30T05:29:40.658Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3602023-12-30T05:29:40.659Z+ main
3612023-12-30T05:29:40.659Z+ [[ 0 != 0 ]]
3622023-12-30T05:29:40.659Z+ CIDL_OS=solaris2.11
3632023-12-30T05:29:40.659Z+ [[ 0 != 0 ]]
3642023-12-30T05:29:40.659Z+ configure_os solaris2.11
3652023-12-30T05:29:40.659Z+ echo 'current directory: /work/oxidecomputer/omicron'
3662023-12-30T05:29:40.659Zcurrent directory: /work/oxidecomputer/omicron
3672023-12-30T05:29:40.659Z+ echo 'configuring based on OS: "solaris2.11"'
3682023-12-30T05:29:40.659Z+ CIDL_DASHREV=
3692023-12-30T05:29:40.659Z+ case "$1" in
3702023-12-30T05:29:40.660Zconfiguring based on OS: "solaris2.11"
3712023-12-30T05:29:40.660Z+ CIDL_PLATFORM=illumos
3722023-12-30T05:29:40.660Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3732023-12-30T05:29:40.660Z+ CIDL_MD5FUNC=do_md5sum
3742023-12-30T05:29:40.660Z+ CIDL_DASHREV=-1
3752023-12-30T05:29:40.660Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3762023-12-30T05:29:40.660Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3772023-12-30T05:29:40.660Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3782023-12-30T05:29:40.660Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3792023-12-30T05:29:40.660Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3802023-12-30T05:29:40.660ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3812023-12-30T05:29:40.660ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3822023-12-30T05:29:40.661Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3832023-12-30T05:29:40.662Z+ mkdir -p out/downloads
3842023-12-30T05:29:40.662Z+ mkdir -p ./out/clickhouse
3852023-12-30T05:29:40.662Z+ local DO_DOWNLOAD=true
3862023-12-30T05:29:40.662Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3872023-12-30T05:29:40.662Z+ '[' true == true ']'
3882023-12-30T05:29:40.662Z+ echo Downloading...
3892023-12-30T05:29:40.662ZDownloading...
3902023-12-30T05:29:40.662Z+ 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
3912023-12-30T05:29:40.662Z+ 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
3922023-12-30T05:29:41.658Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3932023-12-30T05:29:41.661Z++ md5sum
3942023-12-30T05:29:41.662Z++ awk '{print $1}'
3952023-12-30T05:29:41.920Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3962023-12-30T05:29:41.920Z+ [[ 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 ]]
3972023-12-30T05:29:41.920Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3982023-12-30T05:29:41.923Z+ mkdir -p ./out/clickhouse
3992023-12-30T05:29:41.923Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
4002023-12-30T05:29:46.858Z+ ./out/clickhouse/clickhouse server --version
4012023-12-30T05:29:46.908ZClickHouse server version 22.8.9.1.
4022023-12-30T05:29:46.931Z+ set -o errexit
4032023-12-30T05:29:46.934Z+++ dirname ./tools/ci_download_console
4042023-12-30T05:29:46.937Z++ cd ./tools
4052023-12-30T05:29:46.937Z++ pwd
4062023-12-30T05:29:46.937Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4072023-12-30T05:29:46.940Z++ basename ./tools/ci_download_console
4082023-12-30T05:29:46.940Z+ ARG0=ci_download_console
4092023-12-30T05:29:46.940Z+ TARGET_DIR=out
4102023-12-30T05:29:46.940Z+ DOWNLOAD_DIR=out/downloads
4112023-12-30T05:29:46.941Z+ DEST_DIR=./out/console-assets
4122023-12-30T05:29:46.941Z+ source /work/oxidecomputer/omicron/tools/console_version
4132023-12-30T05:29:46.941Z++ COMMIT=02c6ce747fd5dd05e9d454ecb1bf70392c9d954e
4142023-12-30T05:29:46.941Z++ SHA2=39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0
4152023-12-30T05:29:46.941Z+ URL=https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz
4162023-12-30T05:29:46.941Z+ TARBALL_FILE=out/downloads/console.tar.gz
4172023-12-30T05:29:46.941Z+ main
4182023-12-30T05:29:46.941Z+ [[ 0 != 0 ]]
4192023-12-30T05:29:46.941Z+ echo 'URL: https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz'
4202023-12-30T05:29:46.941ZURL: https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz
4212023-12-30T05:29:46.941Z+ echo 'Local file: out/downloads/console.tar.gz'
4222023-12-30T05:29:46.942ZLocal file: out/downloads/console.tar.gz
4232023-12-30T05:29:46.942Z+ local DO_DOWNLOAD=true
4242023-12-30T05:29:46.942Z+ [[ -f out/downloads/console.tar.gz ]]
4252023-12-30T05:29:46.942Z+ mkdir -p out/downloads
4262023-12-30T05:29:46.946Z+ '[' true == true ']'
4272023-12-30T05:29:46.946Z+ echo Downloading...
4282023-12-30T05:29:46.946ZDownloading...
4292023-12-30T05:29:46.946Z+ do_download_curl https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz out/downloads/console.tar.gz
4302023-12-30T05:29:46.946Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz
4312023-12-30T05:29:47.639Z++ do_sha256sum out/downloads/console.tar.gz
4322023-12-30T05:29:47.642Z++ case "$OSTYPE" in
4332023-12-30T05:29:47.642Z++ SHA=sha256sum
4342023-12-30T05:29:47.643Z++ sha256sum
4352023-12-30T05:29:47.643Z++ awk '{print $1}'
4362023-12-30T05:29:47.665Z+ calculated_sha2=39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0
4372023-12-30T05:29:47.665Z+ [[ 39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0 != \3\9\f\d\1\9\1\9\9\3\e\1\4\7\a\5\6\9\e\2\8\d\f\8\6\4\1\4\e\3\d\0\f\3\3\9\6\3\b\7\6\7\5\4\7\4\d\7\c\5\2\2\c\3\f\6\8\5\d\4\d\4\f\0 ]]
4382023-12-30T05:29:47.668Z+ rm -rf ./out/console-assets
4392023-12-30T05:29:47.668Z+ mkdir -p ./out/console-assets
4402023-12-30T05:29:47.671Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4412023-12-30T05:29:47.671Z+ mkdir -p ./out/console-assets
4422023-12-30T05:29:47.671Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4432023-12-30T05:29:47.807Z+ set -o errexit
4442023-12-30T05:29:47.822Z+++ dirname ./tools/ci_download_maghemite_openapi
4452023-12-30T05:29:47.825Z++ cd ./tools
4462023-12-30T05:29:47.826Z++ pwd
4472023-12-30T05:29:47.826Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4482023-12-30T05:29:47.826Z++ basename ./tools/ci_download_maghemite_openapi
4492023-12-30T05:29:47.826Z+ ARG0=ci_download_maghemite_openapi
4502023-12-30T05:29:47.826Z+ TARGET_DIR=out
4512023-12-30T05:29:47.826Z+ DOWNLOAD_DIR=out/downloads
4522023-12-30T05:29:47.826Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4532023-12-30T05:29:47.826Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4542023-12-30T05:29:47.826Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4552023-12-30T05:29:47.826Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4562023-12-30T05:29:47.826Z+ LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4572023-12-30T05:29:47.826Z+ main
4582023-12-30T05:29:47.827Z+ [[ 0 != 0 ]]
4592023-12-30T05:29:47.827Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json'
4602023-12-30T05:29:47.827ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4612023-12-30T05:29:47.827Z+ echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4622023-12-30T05:29:47.827ZLocal file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4632023-12-30T05:29:47.827Z+ local DO_DOWNLOAD=true
4642023-12-30T05:29:47.827Z+ [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4652023-12-30T05:29:47.827Z+ mkdir -p out/downloads
4662023-12-30T05:29:47.827Z+ '[' true == true ']'
4672023-12-30T05:29:47.827Z+ echo Downloading...
4682023-12-30T05:29:47.827ZDownloading...
4692023-12-30T05:29:47.827Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4702023-12-30T05:29:47.828Z+ 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
4712023-12-30T05:29:48.137Z++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4722023-12-30T05:29:48.137Z++ case "$OSTYPE" in
4732023-12-30T05:29:48.140Z++ SHA=sha256sum
4742023-12-30T05:29:48.140Z++ sha256sum
4752023-12-30T05:29:48.140Z++ awk '{print $1}'
4762023-12-30T05:29:48.143Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4772023-12-30T05:29:48.143Z+ [[ 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 ]]
4782023-12-30T05:29:48.143Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4792023-12-30T05:29:48.146Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4802023-12-30T05:29:48.146Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4812023-12-30T05:29:48.146Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4822023-12-30T05:29:48.146Z+ LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4832023-12-30T05:29:48.146Z+ main
4842023-12-30T05:29:48.146Z+ [[ 0 != 0 ]]
4852023-12-30T05:29:48.146Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json'
4862023-12-30T05:29:48.146ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4872023-12-30T05:29:48.146Z+ echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4882023-12-30T05:29:48.146ZLocal file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4892023-12-30T05:29:48.146Z+ local DO_DOWNLOAD=true
4902023-12-30T05:29:48.147Z+ [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4912023-12-30T05:29:48.147Z+ mkdir -p out/downloads
4922023-12-30T05:29:48.147Z+ '[' true == true ']'
4932023-12-30T05:29:48.147Z+ echo Downloading...
4942023-12-30T05:29:48.147ZDownloading...
4952023-12-30T05:29:48.147Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4962023-12-30T05:29:48.147Z+ 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
4972023-12-30T05:29:48.295Z++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4982023-12-30T05:29:48.310Z++ case "$OSTYPE" in
4992023-12-30T05:29:48.310Z++ SHA=sha256sum
5002023-12-30T05:29:48.310Z++ sha256sum
5012023-12-30T05:29:48.310Z++ awk '{print $1}'
5022023-12-30T05:29:48.310Z+ calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
5032023-12-30T05:29:48.310Z+ [[ 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 ]]
5042023-12-30T05:29:48.323Z+ set -o errexit
5052023-12-30T05:29:48.324Z+++ dirname ./tools/ci_download_dendrite_openapi
5062023-12-30T05:29:48.324Z++ cd ./tools
5072023-12-30T05:29:48.324Z++ pwd
5082023-12-30T05:29:48.324Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5092023-12-30T05:29:48.324Z++ basename ./tools/ci_download_dendrite_openapi
5102023-12-30T05:29:48.337Z+ ARG0=ci_download_dendrite_openapi
5112023-12-30T05:29:48.337Z+ TARGET_DIR=out
5122023-12-30T05:29:48.338Z+ DOWNLOAD_DIR=out/downloads
5132023-12-30T05:29:48.338Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5142023-12-30T05:29:48.338Z++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5152023-12-30T05:29:48.338Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5162023-12-30T05:29:48.338Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
5172023-12-30T05:29:48.339Z+ LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
5182023-12-30T05:29:48.339Z+ main
5192023-12-30T05:29:48.339Z+ [[ 0 != 0 ]]
5202023-12-30T05:29:48.339Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json'
5212023-12-30T05:29:48.339ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
5222023-12-30T05:29:48.339ZLocal file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
5232023-12-30T05:29:48.339Z+ echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json'
5242023-12-30T05:29:48.339Z+ local DO_DOWNLOAD=true
5252023-12-30T05:29:48.340Z+ [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]]
5262023-12-30T05:29:48.340Z+ mkdir -p out/downloads
5272023-12-30T05:29:48.340Z+ '[' true == true ']'
5282023-12-30T05:29:48.340Z+ echo Downloading...
5292023-12-30T05:29:48.340ZDownloading...
5302023-12-30T05:29:48.340Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
5312023-12-30T05:29:48.340Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
5322023-12-30T05:29:48.480Z++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
5332023-12-30T05:29:48.480Z++ case "$OSTYPE" in
5342023-12-30T05:29:48.483Z++ SHA=sha256sum
5352023-12-30T05:29:48.483Z++ sha256sum
5362023-12-30T05:29:48.483Z++ awk '{print $1}'
5372023-12-30T05:29:48.487Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5382023-12-30T05:29:48.487Z+ [[ 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 ]]
5392023-12-30T05:29:48.497Z+ set -o errexit
5402023-12-30T05:29:48.500Z+++ dirname ./tools/ci_download_dendrite_stub
5412023-12-30T05:29:48.503Z++ cd ./tools
5422023-12-30T05:29:48.503Z++ pwd
5432023-12-30T05:29:48.503Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5442023-12-30T05:29:48.506Z++ basename ./tools/ci_download_dendrite_stub
5452023-12-30T05:29:48.506Z+ ARG0=ci_download_dendrite_stub
5462023-12-30T05:29:48.506Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5472023-12-30T05:29:48.506Z++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5482023-12-30T05:29:48.506Z++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e
5492023-12-30T05:29:48.506Z++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f
5502023-12-30T05:29:48.506Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5512023-12-30T05:29:48.506Z++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5522023-12-30T05:29:48.506Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5532023-12-30T05:29:48.506Z+ TARGET_DIR=out
5542023-12-30T05:29:48.506Z+ DOWNLOAD_DIR=out/downloads
5552023-12-30T05:29:48.506Z+ DEST_DIR=./out/dendrite-stub
5562023-12-30T05:29:48.506Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5572023-12-30T05:29:48.506Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5582023-12-30T05:29:48.507Z+ REPO=oxidecomputer/dendrite
5592023-12-30T05:29:48.507Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5602023-12-30T05:29:48.507Z+ main
5612023-12-30T05:29:48.507Z+ [[ 0 != 0 ]]
5622023-12-30T05:29:48.507Z+ CIDL_OS=solaris2.11
5632023-12-30T05:29:48.507Z+ [[ 0 != 0 ]]
5642023-12-30T05:29:48.507Z+ configure_os solaris2.11
5652023-12-30T05:29:48.507Z+ echo 'current directory: /work/oxidecomputer/omicron'
5662023-12-30T05:29:48.507Zcurrent directory: /work/oxidecomputer/omicron
5672023-12-30T05:29:48.507Z+ echo 'configuring based on OS: "solaris2.11"'
5682023-12-30T05:29:48.510Zconfiguring based on OS: "solaris2.11"
5692023-12-30T05:29:48.510Z+ case "$1" in
5702023-12-30T05:29:48.510Z+ SET_BINARIES=
5712023-12-30T05:29:48.510Z+ CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5722023-12-30T05:29:48.510Z+ CIDL_SHA256FUNC=do_sha256sum
5732023-12-30T05:29:48.510Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5742023-12-30T05:29:48.510Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5752023-12-30T05:29:48.510Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5762023-12-30T05:29:48.510Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz'
5772023-12-30T05:29:48.510ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5782023-12-30T05:29:48.510Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5792023-12-30T05:29:48.511Z+ mkdir -p out/downloads
5802023-12-30T05:29:48.511ZLocal file: out/downloads/dendrite-stub.tar.gz
5812023-12-30T05:29:48.511Z+ mkdir -p ./out/dendrite-stub
5822023-12-30T05:29:48.514Z+ fetch_and_verify
5832023-12-30T05:29:48.514Z+ local DO_DOWNLOAD=true
5842023-12-30T05:29:48.514Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5852023-12-30T05:29:48.514Z+ '[' true == true ']'
5862023-12-30T05:29:48.514Z+ echo Downloading...
5872023-12-30T05:29:48.514ZDownloading...
5882023-12-30T05:29:48.514Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5892023-12-30T05:29:48.514Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5902023-12-30T05:29:58.151Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5912023-12-30T05:29:58.167Z++ sha256sum
5922023-12-30T05:29:58.167Z++ awk '{print $1}'
5932023-12-30T05:29:58.257Z+ calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5942023-12-30T05:29:58.257Z+ [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]]
5952023-12-30T05:29:58.262Z+ do_untar out/downloads/dendrite-stub.tar.gz
5962023-12-30T05:29:58.262Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5972023-12-30T05:29:59.377Z+ do_assemble
5982023-12-30T05:29:59.377Z+ rm -r ./out/dendrite-stub
5992023-12-30T05:29:59.380Z+ mkdir ./out/dendrite-stub
6002023-12-30T05:29:59.384Z+ cp -r out/downloads/root ./out/dendrite-stub/root
6012023-12-30T05:29:59.543Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
6022023-12-30T05:29:59.557Z+ set -o errexit
6032023-12-30T05:29:59.563Z+++ dirname ./tools/ci_download_maghemite_mgd
6042023-12-30T05:29:59.563Z++ cd ./tools
6052023-12-30T05:29:59.563Z++ pwd
6062023-12-30T05:29:59.563Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6072023-12-30T05:29:59.563Z++ basename ./tools/ci_download_maghemite_mgd
6082023-12-30T05:29:59.568Z+ ARG0=ci_download_maghemite_mgd
6092023-12-30T05:29:59.568Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6102023-12-30T05:29:59.568Z++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
6112023-12-30T05:29:59.568Z++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0
6122023-12-30T05:29:59.568Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6132023-12-30T05:29:59.569Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
6142023-12-30T05:29:59.569Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
6152023-12-30T05:29:59.569Z+ TARGET_DIR=out
6162023-12-30T05:29:59.569Z+ DOWNLOAD_DIR=out/downloads
6172023-12-30T05:29:59.569Z+ DEST_DIR=./out/mgd
6182023-12-30T05:29:59.569Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6192023-12-30T05:29:59.569Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6202023-12-30T05:29:59.569Z+ REPO=oxidecomputer/maghemite
6212023-12-30T05:29:59.569Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3
6222023-12-30T05:29:59.569Z+ main
6232023-12-30T05:29:59.569Z+ [[ 0 != 0 ]]
6242023-12-30T05:29:59.569Z+ CIDL_OS=solaris2.11
6252023-12-30T05:29:59.569Z+ [[ 0 != 0 ]]
6262023-12-30T05:29:59.569Z+ configure_os solaris2.11
6272023-12-30T05:29:59.569Z+ echo 'current directory: /work/oxidecomputer/omicron'
6282023-12-30T05:29:59.569Zcurrent directory: /work/oxidecomputer/omicron
6292023-12-30T05:29:59.569Z+ echo 'configuring based on OS: "solaris2.11"'
6302023-12-30T05:29:59.569Z+ case "$1" in
6312023-12-30T05:29:59.569Zconfiguring based on OS: "solaris2.11"
6322023-12-30T05:29:59.569Z+ SET_BINARIES=
6332023-12-30T05:29:59.569Z+ CIDL_SHA256FUNC=do_sha256sum
6342023-12-30T05:29:59.569Z+ TARBALL_FILENAME=mgd.tar.gz
6352023-12-30T05:29:59.569Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6362023-12-30T05:29:59.570Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6372023-12-30T05:29:59.570Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz'
6382023-12-30T05:29:59.570ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6392023-12-30T05:29:59.570Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6402023-12-30T05:29:59.570Z+ mkdir -p out/downloads
6412023-12-30T05:29:59.570ZLocal file: out/downloads/mgd.tar.gz
6422023-12-30T05:29:59.570Z+ mkdir -p ./out/mgd
6432023-12-30T05:29:59.574Z+ fetch_and_verify
6442023-12-30T05:29:59.574Z+ local DO_DOWNLOAD=true
6452023-12-30T05:29:59.574Z+ [[ -f out/downloads/mgd.tar.gz ]]
6462023-12-30T05:29:59.574Z+ '[' true == true ']'
6472023-12-30T05:29:59.574Z+ echo Downloading...
6482023-12-30T05:29:59.574ZDownloading...
6492023-12-30T05:29:59.574Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz
6502023-12-30T05:29:59.574Z+ 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
6512023-12-30T05:30:06.082Z++ do_sha256sum out/downloads/mgd.tar.gz
6522023-12-30T05:30:06.086Z++ sha256sum
6532023-12-30T05:30:06.086Z++ awk '{print $1}'
6542023-12-30T05:30:06.158Z+ calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
6552023-12-30T05:30:06.158Z+ [[ 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 ]]
6562023-12-30T05:30:06.158Z+ do_untar out/downloads/mgd.tar.gz
6572023-12-30T05:30:06.158Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6582023-12-30T05:30:06.818Z+ do_assemble
6592023-12-30T05:30:06.818Z+ rm -r ./out/mgd
6602023-12-30T05:30:06.821Z+ mkdir ./out/mgd
6612023-12-30T05:30:06.826Z+ cp -r out/downloads/root ./out/mgd/root
6622023-12-30T05:30:07.074Z+ set -o errexit
6632023-12-30T05:30:07.079Z+++ dirname ./tools/ci_download_transceiver_control
6642023-12-30T05:30:07.079Z++ cd ./tools
6652023-12-30T05:30:07.079Z++ pwd
6662023-12-30T05:30:07.079Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6672023-12-30T05:30:07.079Z++ basename ./tools/ci_download_transceiver_control
6682023-12-30T05:30:07.079Z+ ARG0=ci_download_transceiver_control
6692023-12-30T05:30:07.079Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6702023-12-30T05:30:07.079Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6712023-12-30T05:30:07.079Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6722023-12-30T05:30:07.079Z+ TARGET_DIR=out
6732023-12-30T05:30:07.079Z+ DOWNLOAD_DIR=out/downloads
6742023-12-30T05:30:07.080Z+ DEST_DIR=./out/transceiver-control
6752023-12-30T05:30:07.080Z+ BIN_DIR=/opt/oxide/bin
6762023-12-30T05:30:07.080Z+ BINARY=xcvradm
6772023-12-30T05:30:07.080Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6782023-12-30T05:30:07.080Z+ REPO=oxidecomputer/transceiver-control
6792023-12-30T05:30:07.080Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6802023-12-30T05:30:07.080Z+ main
6812023-12-30T05:30:07.080Z+ [[ 0 != 0 ]]
6822023-12-30T05:30:07.081Z+ CIDL_OS=solaris2.11
6832023-12-30T05:30:07.081Z+ [[ 0 != 0 ]]
6842023-12-30T05:30:07.081Z+ configure_os solaris2.11
6852023-12-30T05:30:07.081Z+ echo 'current directory: /work/oxidecomputer/omicron'
6862023-12-30T05:30:07.081Zcurrent directory: /work/oxidecomputer/omicron
6872023-12-30T05:30:07.081Z+ echo 'configuring based on OS: "solaris2.11"'
6882023-12-30T05:30:07.081Zconfiguring based on OS: "solaris2.11"
6892023-12-30T05:30:07.081Z+ case "$1" in
6902023-12-30T05:30:07.081Z+ SET_BINARIES=
6912023-12-30T05:30:07.081Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6922023-12-30T05:30:07.081Z+ CIDL_SHA256FUNC=do_sha256sum
6932023-12-30T05:30:07.081Z+ ARCHIVE_FILENAME=xcvradm.gz
6942023-12-30T05:30:07.081Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6952023-12-30T05:30:07.081Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6962023-12-30T05:30:07.081Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6972023-12-30T05:30:07.081Z+ echo 'Local file: out/downloads/xcvradm.gz'
6982023-12-30T05:30:07.081ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6992023-12-30T05:30:07.081ZLocal file: out/downloads/xcvradm.gz
7002023-12-30T05:30:07.081Z+ mkdir -p out/downloads
7012023-12-30T05:30:07.081Z+ mkdir -p ./out/transceiver-control
7022023-12-30T05:30:07.081Z+ fetch_and_verify
7032023-12-30T05:30:07.081Z+ local DO_DOWNLOAD=true
7042023-12-30T05:30:07.081Z+ [[ -f out/downloads/xcvradm.gz ]]
7052023-12-30T05:30:07.082Z+ '[' true == true ']'
7062023-12-30T05:30:07.082Z+ echo Downloading...
7072023-12-30T05:30:07.082ZDownloading...
7082023-12-30T05:30:07.082Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7092023-12-30T05:30:07.082Z+ 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
7102023-12-30T05:30:08.608Z++ do_sha256sum out/downloads/xcvradm.gz
7112023-12-30T05:30:08.616Z++ sha256sum
7122023-12-30T05:30:08.616Z++ awk '{print $1}'
7132023-12-30T05:30:08.658Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7142023-12-30T05:30:08.658Z+ [[ 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 ]]
7152023-12-30T05:30:08.658Z+ do_unpack out/downloads/xcvradm.gz
7162023-12-30T05:30:08.659Z+ mkdir -p out/downloads/root//opt/oxide/bin
7172023-12-30T05:30:08.668Z+ gzip -dc out/downloads/xcvradm.gz
7182023-12-30T05:30:08.858Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7192023-12-30T05:30:08.866Z+ do_assemble
7202023-12-30T05:30:08.866Z+ rm -r ./out/transceiver-control
7212023-12-30T05:30:08.866Z+ mkdir ./out/transceiver-control
7222023-12-30T05:30:08.866Z+ cp -r out/downloads/root ./out/transceiver-control/root
7232023-12-30T05:30:09.094ZAll builder prerequisites installed successfully, and PATH looks valid
7242023-12-30T05:30:09.098Z
7252023-12-30T05:30:09.098Zreal 2:09.447800338
7262023-12-30T05:30:09.098Zuser 57.053444757
7272023-12-30T05:30:09.098Zsys 10.519027890
7282023-12-30T05:30:09.098Ztrap 0.025096946
7292023-12-30T05:30:09.098Ztflt 0.298111129
7302023-12-30T05:30:09.098Zdflt 0.988356439
7312023-12-30T05:30:09.098Zkflt 0.254266202
7322023-12-30T05:30:09.098Zlock 1.591916469
7332023-12-30T05:30:09.098Zslp 3:57.393427646
7342023-12-30T05:30:09.099Zlat 3.463175990
7352023-12-30T05:30:09.099Zstop 0.066528960
7362023-12-30T05:30:09.104Z
7372023-12-30T05:30:09.104Z ##### # # # # #####
7382023-12-30T05:30:09.104Z # # # # # # # #
7392023-12-30T05:30:09.104Z ##### # # # # # #
7402023-12-30T05:30:09.104Z # # # # # # # #
7412023-12-30T05:30:09.104Z # # # # # # # #
7422023-12-30T05:30:09.105Z ##### #### # ###### #####
7432023-12-30T05:30:09.105Z
7442023-12-30T05:30:09.447Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7452023-12-30T05:30:09.795Z Updating crates.io index
7462023-12-30T05:30:09.799Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7472023-12-30T05:30:10.752Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7482023-12-30T05:30:12.724Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7492023-12-30T05:30:13.342Z Updating git repository `http://github.com/oxidecomputer/tofino`
7502023-12-30T05:30:13.667Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7512023-12-30T05:30:13.950Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7522023-12-30T05:30:14.211Z Updating git repository `https://github.com/oxidecomputer/propolis`
7532023-12-30T05:30:15.067Z Updating git repository `https://github.com/oxidecomputer/crucible`
7542023-12-30T05:30:17.338Z Updating git repository `https://github.com/oxidecomputer/opte`
7552023-12-30T05:30:18.302Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7562023-12-30T05:30:18.604Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7572023-12-30T05:30:19.201Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7582023-12-30T05:30:19.541Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7592023-12-30T05:30:19.893Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7602023-12-30T05:30:21.801Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7612023-12-30T05:30:22.185Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7622023-12-30T05:30:22.522Z Updating git repository `https://github.com/njaremko/samael`
7632023-12-30T05:30:23.131Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7642023-12-30T05:30:23.672Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7652023-12-30T05:30:24.099Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7662023-12-30T05:30:24.450Z Updating git repository `https://github.com/jgallagher/nix`
7672023-12-30T05:30:25.737Z Updating git repository `https://github.com/cbiffle/hubpack`
7682023-12-30T05:30:26.145Z Updating git repository `https://github.com/oxidecomputer/typify`
7692023-12-30T05:30:28.004Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7702023-12-30T05:30:28.376Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7712023-12-30T05:30:28.668Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7722023-12-30T05:30:30.228Z Downloading crates ...
7732023-12-30T05:30:30.527Z Downloaded is_ci v1.1.1
7742023-12-30T05:30:30.531Z Downloaded convert_case v0.4.0
7752023-12-30T05:30:30.535Z Downloaded anes v0.1.6
7762023-12-30T05:30:30.542Z Downloaded indoc v1.0.9
7772023-12-30T05:30:30.548Z Downloaded itertools v0.11.0
7782023-12-30T05:30:30.561Z Downloaded matches v0.1.10
7792023-12-30T05:30:30.567Z Downloaded iana-time-zone v0.1.57
7802023-12-30T05:30:30.571Z Downloaded mime v0.3.17
7812023-12-30T05:30:30.586Z Downloaded match_cfg v0.1.0
7822023-12-30T05:30:30.589Z Downloaded native-tls v0.2.11
7832023-12-30T05:30:30.597Z Downloaded mockall v0.12.0
7842023-12-30T05:30:30.600Z Downloaded semver v1.0.20
7852023-12-30T05:30:30.603Z Downloaded nu-ansi-term v0.49.0
7862023-12-30T05:30:30.610Z Downloaded crc-any v2.4.3
7872023-12-30T05:30:30.616Z Downloaded minimal-lexical v0.2.1
7882023-12-30T05:30:30.627Z Downloaded heapless v0.7.16
7892023-12-30T05:30:30.639Z Downloaded assert_matches v1.5.0
7902023-12-30T05:30:30.645Z Downloaded ansi_term v0.12.1
7912023-12-30T05:30:30.650Z Downloaded atomicwrites v0.4.2
7922023-12-30T05:30:30.655Z Downloaded ascii-canvas v3.0.0
7932023-12-30T05:30:30.659Z Downloaded hyper-tls v0.5.0
7942023-12-30T05:30:30.666Z Downloaded hubpack v0.1.2
7952023-12-30T05:30:30.668Z Downloaded blake2 v0.10.6
7962023-12-30T05:30:30.676Z Downloaded backoff v0.4.0
7972023-12-30T05:30:30.682Z Downloaded headers-core v0.2.0
7982023-12-30T05:30:30.688Z Downloaded async-recursion v1.0.5
7992023-12-30T05:30:30.692Z Downloaded indexmap v1.9.3
8002023-12-30T05:30:30.701Z Downloaded itoa v1.0.9
8012023-12-30T05:30:30.707Z Downloaded usdt-macro v0.3.5
8022023-12-30T05:30:30.713Z Downloaded termios v0.3.3
8032023-12-30T05:30:30.724Z Downloaded constant_time_eq v0.2.6
8042023-12-30T05:30:30.728Z Downloaded thread-id v4.2.0
8052023-12-30T05:30:30.733Z Downloaded diesel_table_macro_syntax v0.1.0
8062023-12-30T05:30:30.737Z Downloaded cassowary v0.3.0
8072023-12-30T05:30:30.744Z Downloaded strum v0.25.0
8082023-12-30T05:30:30.748Z Downloaded camino-tempfile v1.1.1
8092023-12-30T05:30:30.754Z Downloaded downcast v0.11.0
8102023-12-30T05:30:30.757Z Downloaded cargo_metadata v0.18.1
8112023-12-30T05:30:30.761Z Downloaded thiserror-impl v1.0.49
8122023-12-30T05:30:30.765Z Downloaded arrayvec v0.5.2
8132023-12-30T05:30:30.770Z Downloaded static_assertions v1.1.0
8142023-12-30T05:30:30.774Z Downloaded guppy-workspace-hack v0.1.0
8152023-12-30T05:30:30.778Z Downloaded slog-async v2.8.0
8162023-12-30T05:30:30.783Z Downloaded httpdate v1.0.3
8172023-12-30T05:30:30.783Z Downloaded utf-8 v0.7.6
8182023-12-30T05:30:30.789Z Downloaded chacha20 v0.9.1
8192023-12-30T05:30:30.793Z Downloaded textwrap v0.11.0
8202023-12-30T05:30:30.796Z Downloaded ciborium v0.2.1
8212023-12-30T05:30:30.801Z Downloaded strsim v0.8.0
8222023-12-30T05:30:30.805Z Downloaded socket2 v0.5.5
8232023-12-30T05:30:30.813Z Downloaded cookie v0.18.0
8242023-12-30T05:30:30.820Z Downloaded pkcs1 v0.7.5
8252023-12-30T05:30:30.825Z Downloaded ed25519 v1.5.3
8262023-12-30T05:30:30.829Z Downloaded equivalent v1.0.1
8272023-12-30T05:30:30.833Z Downloaded termtree v0.4.1
8282023-12-30T05:30:30.838Z Downloaded nodrop v0.1.14
8292023-12-30T05:30:30.838Z Downloaded hyper-rustls v0.24.2
8302023-12-30T05:30:30.842Z Downloaded num-integer v0.1.45
8312023-12-30T05:30:30.845Z Downloaded basic-toml v0.1.4
8322023-12-30T05:30:30.868Z Downloaded pin-project-lite v0.2.13
8332023-12-30T05:30:30.882Z Downloaded cstr-argument v0.1.2
8342023-12-30T05:30:30.884Z Downloaded crc32fast v1.3.2
8352023-12-30T05:30:30.888Z Downloaded bytecount v0.6.3
8362023-12-30T05:30:30.894Z Downloaded usdt-impl v0.3.5
8372023-12-30T05:30:30.897Z Downloaded tiny-keccak v2.0.2
8382023-12-30T05:30:30.901Z Downloaded deranged v0.3.8
8392023-12-30T05:30:30.906Z Downloaded version_check v0.9.4
8402023-12-30T05:30:30.910Z Downloaded slab v0.4.9
8412023-12-30T05:30:30.914Z Downloaded wait-timeout v0.2.0
8422023-12-30T05:30:30.917Z Downloaded thiserror-impl-no-std v2.0.2
8432023-12-30T05:30:30.917Z Downloaded phf v0.11.2
8442023-12-30T05:30:30.920Z Downloaded prettyplease v0.2.15
8452023-12-30T05:30:30.926Z Downloaded num_threads v0.1.6
8462023-12-30T05:30:30.930Z Downloaded clap v4.4.3
8472023-12-30T05:30:30.946Z Downloaded phf_shared v0.10.0
8482023-12-30T05:30:30.949Z Downloaded precomputed-hash v0.1.1
8492023-12-30T05:30:30.949Z Downloaded opaque-debug v0.3.0
8502023-12-30T05:30:30.952Z Downloaded predicates-tree v1.0.9
8512023-12-30T05:30:30.955Z Downloaded fixedbitset v0.4.2
8522023-12-30T05:30:30.958Z Downloaded term v0.7.0
8532023-12-30T05:30:30.962Z Downloaded bytes v1.5.0
8542023-12-30T05:30:31.000Z Downloaded semver v0.1.20
8552023-12-30T05:30:31.003Z Downloaded schemars_derive v0.8.16
8562023-12-30T05:30:31.003Z Downloaded scheduled-thread-pool v0.2.7
8572023-12-30T05:30:31.003Z Downloaded unicode-xid v0.2.4
8582023-12-30T05:30:31.003Z Downloaded derive_builder_core v0.12.0
8592023-12-30T05:30:31.003Z Downloaded slog-json v2.6.1
8602023-12-30T05:30:31.003Z Downloaded foreign-types v0.5.0
8612023-12-30T05:30:31.003Z Downloaded signature v2.1.0
8622023-12-30T05:30:31.003Z Downloaded oorandom v11.1.3
8632023-12-30T05:30:31.003Z Downloaded which v4.4.0
8642023-12-30T05:30:31.003Z Downloaded fxhash v0.2.1
8652023-12-30T05:30:31.003Z Downloaded tower-service v0.3.2
8662023-12-30T05:30:31.003Z Downloaded futures-executor v0.3.29
8672023-12-30T05:30:31.011Z Downloaded peeking_take_while v0.1.2
8682023-12-30T05:30:31.015Z Downloaded darling_macro v0.20.3
8692023-12-30T05:30:31.015Z Downloaded futures-core v0.3.29
8702023-12-30T05:30:31.015Z Downloaded tinyvec_macros v0.1.1
8712023-12-30T05:30:31.015Z Downloaded time-core v0.1.1
8722023-12-30T05:30:31.018Z Downloaded lru-cache v0.1.2
8732023-12-30T05:30:31.018Z Downloaded yasna v0.5.2
8742023-12-30T05:30:31.021Z Downloaded derive-where v1.2.6
8752023-12-30T05:30:31.031Z Downloaded futures-task v0.3.29
8762023-12-30T05:30:31.034Z Downloaded strum_macros v0.25.2
8772023-12-30T05:30:31.040Z Downloaded defmt-parser v0.3.3
8782023-12-30T05:30:31.040Z Downloaded zerocopy v0.3.0
8792023-12-30T05:30:31.047Z Downloaded semver v0.11.0
8802023-12-30T05:30:31.047Z Downloaded structmeta v0.2.0
8812023-12-30T05:30:31.055Z Downloaded usdt-attr-macro v0.3.5
8822023-12-30T05:30:31.055Z Downloaded dirs-next v2.0.0
8832023-12-30T05:30:31.055Z Downloaded crossbeam-channel v0.5.8
8842023-12-30T05:30:31.062Z Downloaded float-cmp v0.9.0
8852023-12-30T05:30:31.069Z Downloaded hash32 v0.2.1
8862023-12-30T05:30:31.069Z Downloaded diff v0.1.13
8872023-12-30T05:30:31.077Z Downloaded proc-macro-error-attr v1.0.4
8882023-12-30T05:30:31.077Z Downloaded globset v0.4.13
8892023-12-30T05:30:31.083Z Downloaded tokio-native-tls v0.3.1
8902023-12-30T05:30:31.083Z Downloaded unicode-ident v1.0.12
8912023-12-30T05:30:31.092Z Downloaded crossbeam-epoch v0.9.15
8922023-12-30T05:30:31.097Z Downloaded walkdir v2.4.0
8932023-12-30T05:30:31.097Z Downloaded signal-hook-tokio v0.3.1
8942023-12-30T05:30:31.097Z Downloaded pathdiff v0.2.1
8952023-12-30T05:30:31.104Z Downloaded postgres-types v0.2.6
8962023-12-30T05:30:31.108Z Downloaded pin-project-internal v1.1.3
8972023-12-30T05:30:31.108Z Downloaded utf8parse v0.2.1
8982023-12-30T05:30:31.108Z Downloaded group v0.13.0
8992023-12-30T05:30:31.113Z Downloaded rsa v0.9.2
9002023-12-30T05:30:31.122Z Downloaded foreign-types-macros v0.2.3
9012023-12-30T05:30:31.126Z Downloaded nested v0.1.1
9022023-12-30T05:30:31.126Z Downloaded pretty-hex v0.2.1
9032023-12-30T05:30:31.129Z Downloaded try-lock v0.2.4
9042023-12-30T05:30:31.129Z Downloaded plotters-svg v0.3.5
9052023-12-30T05:30:31.133Z Downloaded untrusted v0.7.1
9062023-12-30T05:30:31.133Z Downloaded openssl-probe v0.1.5
9072023-12-30T05:30:31.137Z Downloaded stringprep v0.1.3
9082023-12-30T05:30:31.151Z Downloaded toml v0.8.8
9092023-12-30T05:30:31.151Z Downloaded derive_builder_macro v0.12.0
9102023-12-30T05:30:31.151Z Downloaded tokio-postgres v0.7.10
9112023-12-30T05:30:31.156Z Downloaded once_cell v1.19.0
9122023-12-30T05:30:31.160Z Downloaded curve25519-dalek-derive v0.1.0
9132023-12-30T05:30:31.166Z Downloaded parking_lot v0.11.2
9142023-12-30T05:30:31.170Z Downloaded packed_struct v0.10.1
9152023-12-30T05:30:31.173Z Downloaded foreign-types v0.3.2
9162023-12-30T05:30:31.173Z Downloaded yansi v0.5.1
9172023-12-30T05:30:31.177Z Downloaded data-encoding v2.4.0
9182023-12-30T05:30:31.180Z Downloaded pest_meta v2.7.2
9192023-12-30T05:30:31.186Z Downloaded pretty-hex v0.4.0
9202023-12-30T05:30:31.186Z Downloaded pkg-config v0.3.27
9212023-12-30T05:30:31.189Z Downloaded radium v0.7.0
9222023-12-30T05:30:31.189Z Downloaded thread_local v1.1.7
9232023-12-30T05:30:31.193Z Downloaded untrusted v0.9.0
9242023-12-30T05:30:31.196Z Downloaded digest v0.10.7
9252023-12-30T05:30:31.199Z Downloaded hashbrown v0.14.2
9262023-12-30T05:30:31.210Z Downloaded resolv-conf v0.7.0
9272023-12-30T05:30:31.215Z Downloaded openssl-macros v0.1.1
9282023-12-30T05:30:31.215Z Downloaded criterion v0.5.1
9292023-12-30T05:30:31.225Z Downloaded parse-display v0.8.2
9302023-12-30T05:30:31.227Z Downloaded pest_derive v2.7.2
9312023-12-30T05:30:31.231Z Downloaded serde_derive_internals v0.26.0
9322023-12-30T05:30:31.234Z Downloaded vec_map v0.8.2
9332023-12-30T05:30:31.238Z Downloaded itertools v0.12.0
9342023-12-30T05:30:31.252Z Downloaded sqlparser_derive v0.1.1
9352023-12-30T05:30:31.255Z Downloaded password-hash v0.5.0
9362023-12-30T05:30:31.255Z Downloaded parse-display-derive v0.8.2
9372023-12-30T05:30:31.256Z Downloaded quote v1.0.33
9382023-12-30T05:30:31.261Z Downloaded serde-big-array v0.4.1
9392023-12-30T05:30:31.265Z Downloaded r2d2 v0.8.10
9402023-12-30T05:30:31.265Z Downloaded darling_core v0.14.4
9412023-12-30T05:30:31.273Z Downloaded percent-encoding v2.3.1
9422023-12-30T05:30:31.277Z Downloaded usdt v0.3.5
9432023-12-30T05:30:31.277Z Downloaded papergrid v0.10.0
9442023-12-30T05:30:31.285Z Downloaded pest_generator v2.7.2
9452023-12-30T05:30:31.293Z Downloaded omicron-zone-package v0.9.1
9462023-12-30T05:30:31.298Z Downloaded paste v1.0.14
9472023-12-30T05:30:31.298Z Downloaded topological-sort v0.2.2
9482023-12-30T05:30:31.301Z Downloaded rustc_version v0.4.0
9492023-12-30T05:30:31.301Z Downloaded rayon-core v1.12.0
9502023-12-30T05:30:31.306Z Downloaded filetime v0.2.23
9512023-12-30T05:30:31.310Z Downloaded block-padding v0.3.3
9522023-12-30T05:30:31.313Z Downloaded darling v0.20.3
9532023-12-30T05:30:31.317Z Downloaded smf v0.2.2
9542023-12-30T05:30:31.320Z Downloaded whoami v1.4.1
9552023-12-30T05:30:31.323Z Downloaded subtle v2.5.0
9562023-12-30T05:30:31.327Z Downloaded getrandom v0.2.10
9572023-12-30T05:30:31.330Z Downloaded getopts v0.2.21
9582023-12-30T05:30:31.332Z Downloaded same-file v1.0.6
9592023-12-30T05:30:31.335Z Downloaded der v0.7.8
9602023-12-30T05:30:31.345Z Downloaded rand_core v0.6.4
9612023-12-30T05:30:31.350Z Downloaded rand_chacha v0.3.1
9622023-12-30T05:30:31.350Z Downloaded tracing v0.1.37
9632023-12-30T05:30:31.354Z Downloaded generic-array v0.14.7
9642023-12-30T05:30:31.359Z Downloaded futures-channel v0.3.29
9652023-12-30T05:30:31.363Z Downloaded env_logger v0.10.0
9662023-12-30T05:30:31.366Z Downloaded tungstenite v0.20.1
9672023-12-30T05:30:31.373Z Downloaded derive_builder v0.12.0
9682023-12-30T05:30:31.380Z Downloaded darling v0.14.4
9692023-12-30T05:30:31.387Z Downloaded typenum v1.16.0
9702023-12-30T05:30:31.390Z Downloaded toml v0.7.8
9712023-12-30T05:30:31.397Z Downloaded proc-macro2 v1.0.69
9722023-12-30T05:30:31.400Z Downloaded ryu v1.0.15
9732023-12-30T05:30:31.407Z Downloaded structopt v0.3.26
9742023-12-30T05:30:31.420Z Downloaded ucd-trie v0.1.6
9752023-12-30T05:30:31.427Z Downloaded tinyvec v1.6.0
9762023-12-30T05:30:31.430Z Downloaded pin-project v1.1.3
9772023-12-30T05:30:31.448Z Downloaded rstest_macros v0.18.2
9782023-12-30T05:30:31.454Z Downloaded pretty_assertions v1.4.0
9792023-12-30T05:30:31.459Z Downloaded trust-dns-server v0.22.1
9802023-12-30T05:30:31.466Z Downloaded serde_yaml v0.9.25
9812023-12-30T05:30:31.474Z Downloaded unsafe-libyaml v0.2.9
9822023-12-30T05:30:31.483Z Downloaded reqwest v0.11.22
9832023-12-30T05:30:31.493Z Downloaded steno v0.4.0
9842023-12-30T05:30:31.498Z Downloaded typed-path v0.7.0
9852023-12-30T05:30:31.511Z Downloaded serde v1.0.193
9862023-12-30T05:30:31.517Z Downloaded bindgen v0.65.1
9872023-12-30T05:30:31.532Z Downloaded regex-syntax v0.7.5
9882023-12-30T05:30:31.547Z Downloaded serde_with v3.4.0
9892023-12-30T05:30:31.556Z Downloaded zerocopy v0.7.31
9902023-12-30T05:30:31.585Z Downloaded sqlparser v0.36.1
9912023-12-30T05:30:31.596Z Downloaded winnow v0.5.15
9922023-12-30T05:30:31.608Z Downloaded rustls-webpki v0.101.7
9932023-12-30T05:30:31.635Z Downloaded tough v0.16.0
9942023-12-30T05:30:31.648Z Downloaded pest v2.7.2
9952023-12-30T05:30:31.661Z Downloaded petgraph v0.6.4
9962023-12-30T05:30:31.680Z Downloaded proptest v1.4.0
9972023-12-30T05:30:31.697Z Downloaded syn v2.0.32
9982023-12-30T05:30:31.719Z Downloaded openssl v0.10.60
9992023-12-30T05:30:31.735Z Downloaded polar-core v0.27.0
10002023-12-30T05:30:31.749Z Downloaded gimli v0.28.0
10012023-12-30T05:30:31.764Z Downloaded smoltcp v0.10.0
10022023-12-30T05:30:31.801Z Downloaded vcpkg v0.2.15
10032023-12-30T05:30:31.870Z Downloaded smoltcp v0.9.1
10042023-12-30T05:30:31.894Z Downloaded regress v0.7.1
10052023-12-30T05:30:31.904Z Downloaded radix_trie v0.2.1
10062023-12-30T05:30:31.913Z Downloaded regex-syntax v0.6.29
10072023-12-30T05:30:31.928Z Downloaded libc v0.2.151
10082023-12-30T05:30:31.980Z Downloaded regex-syntax v0.8.2
10092023-12-30T05:30:31.997Z Downloaded sha3 v0.10.8
10102023-12-30T05:30:32.038Z Downloaded zerocopy-derive v0.2.0
10112023-12-30T05:30:32.043Z Downloaded encoding_rs v0.8.33
10122023-12-30T05:30:32.071Z Downloaded bzip2-sys v0.1.11+1.0.8
10132023-12-30T05:30:32.095Z Downloaded ratatui v0.23.0
10142023-12-30T05:30:32.115Z Downloaded regex-automata v0.4.3
10152023-12-30T05:30:32.148Z Downloaded tokio v1.35.0
10162023-12-30T05:30:32.214Z Downloaded regex-automata v0.3.8
10172023-12-30T05:30:32.249Z Downloaded trust-dns-proto v0.22.0
10182023-12-30T05:30:32.281Z Downloaded zerocopy-derive v0.7.31
10192023-12-30T05:30:32.289Z Downloaded zerocopy-derive v0.6.4
10202023-12-30T05:30:32.310Z Downloaded sled v0.34.7
10212023-12-30T05:30:32.330Z Downloaded rustix v0.38.25
10222023-12-30T05:30:32.373Z Downloaded regex v1.10.2
10232023-12-30T05:30:32.392Z Downloaded curve25519-dalek v4.1.1
10242023-12-30T05:30:32.410Z Downloaded openapiv3 v2.0.0
10252023-12-30T05:30:32.432Z Downloaded rustix v0.37.23
10262023-12-30T05:30:32.469Z Downloaded diesel v2.1.4
10272023-12-30T05:30:32.500Z Downloaded bstr v1.6.0
10282023-12-30T05:30:32.522Z Downloaded rustls v0.21.9
10292023-12-30T05:30:32.542Z Downloaded object v0.30.4
10302023-12-30T05:30:32.559Z Downloaded bstr v0.2.17
10312023-12-30T05:30:32.576Z Downloaded serde_json v1.0.108
10322023-12-30T05:30:32.590Z Downloaded webpki-roots v0.25.2
10332023-12-30T05:30:32.597Z Downloaded futures-util v0.3.29
10342023-12-30T05:30:32.618Z Downloaded rayon v1.8.0
10352023-12-30T05:30:32.634Z Downloaded object v0.32.1
10362023-12-30T05:30:32.654Z Downloaded idna v0.2.3
10372023-12-30T05:30:32.665Z Downloaded quick-xml v0.23.1
10382023-12-30T05:30:32.678Z Downloaded idna v0.5.0
10392023-12-30T05:30:32.691Z Downloaded chrono v0.4.31
10402023-12-30T05:30:32.704Z Downloaded crossterm v0.27.0
10412023-12-30T05:30:32.715Z Downloaded bitvec v1.0.1
10422023-12-30T05:30:32.742Z Downloaded hyper v0.14.27
10432023-12-30T05:30:32.759Z Downloaded unicode-normalization v0.1.22
10442023-12-30T05:30:32.763Z Downloaded portable-atomic v1.4.3
10452023-12-30T05:30:32.773Z Downloaded plotters v0.3.5
10462023-12-30T05:30:32.788Z Downloaded x509-cert v0.2.4
10472023-12-30T05:30:32.799Z Downloaded time v0.3.27
10482023-12-30T05:30:32.821Z Downloaded ring v0.17.7
10492023-12-30T05:30:32.949Z Downloaded indicatif v0.17.7
10502023-12-30T05:30:32.956Z Downloaded h2 v0.3.21
10512023-12-30T05:30:32.969Z Downloaded tabled v0.14.0
10522023-12-30T05:30:32.994Z Downloaded num-bigint-dig v0.8.4
10532023-12-30T05:30:33.003Z Downloaded trust-dns-resolver v0.22.0
10542023-12-30T05:30:33.010Z Downloaded ring v0.16.20
10552023-12-30T05:30:33.170Z Downloaded nix v0.26.4
10562023-12-30T05:30:33.189Z Downloaded oso v0.27.0
10572023-12-30T05:30:33.195Z Downloaded unicode_categories v0.1.1
10582023-12-30T05:30:33.198Z Downloaded crossbeam-queue v0.3.8
10592023-12-30T05:30:33.207Z Downloaded expectorate v1.1.0
10602023-12-30T05:30:33.211Z Downloaded flume v0.11.0
10612023-12-30T05:30:33.217Z Downloaded guppy v0.17.4
10622023-12-30T05:30:33.222Z Downloaded clap_builder v4.4.2
10632023-12-30T05:30:33.233Z Downloaded partial-io v0.5.4
10642023-12-30T05:30:33.236Z Downloaded packed_struct_codegen v0.10.1
10652023-12-30T05:30:33.244Z Downloaded trust-dns-client v0.22.0
10662023-12-30T05:30:33.248Z Downloaded toml_edit v0.19.15
10672023-12-30T05:30:33.275Z Downloaded elliptic-curve v0.13.8
10682023-12-30T05:30:33.284Z Downloaded rusty-fork v0.3.0
10692023-12-30T05:30:33.300Z Downloaded futures-io v0.3.29
10702023-12-30T05:30:33.300Z Downloaded aho-corasick v1.0.4
10712023-12-30T05:30:33.304Z Downloaded tokio-util v0.7.10
10722023-12-30T05:30:33.308Z Downloaded unarray v0.1.4
10732023-12-30T05:30:33.319Z Downloaded url v2.5.0
10742023-12-30T05:30:33.320Z Downloaded serde_derive v1.0.193
10752023-12-30T05:30:33.320Z Downloaded unicode-segmentation v1.10.1
10762023-12-30T05:30:33.328Z Downloaded funty v2.0.0
10772023-12-30T05:30:33.332Z Downloaded fs-err v2.11.0
10782023-12-30T05:30:33.333Z Downloaded pem-rfc7468 v0.7.0
10792023-12-30T05:30:33.333Z Downloaded rcgen v0.11.3
10802023-12-30T05:30:33.338Z Downloaded postcard v1.0.8
10812023-12-30T05:30:33.343Z Downloaded reedline v0.22.0
10822023-12-30T05:30:33.352Z Downloaded crossterm v0.26.1
10832023-12-30T05:30:33.369Z Downloaded diesel_derives v2.1.2
10842023-12-30T05:30:33.374Z Downloaded structopt-derive v0.4.18
10852023-12-30T05:30:33.374Z Downloaded proc-macro-error v1.0.4
10862023-12-30T05:30:33.378Z Downloaded uuid v1.6.1
10872023-12-30T05:30:33.382Z Downloaded tracing-core v0.1.31
10882023-12-30T05:30:33.387Z Downloaded nom v7.1.3
10892023-12-30T05:30:33.397Z Downloaded libxml v0.3.3
10902023-12-30T05:30:33.412Z Downloaded toml_edit v0.21.0
10912023-12-30T05:30:33.444Z Downloaded wyz v0.5.1
10922023-12-30T05:30:33.448Z Downloaded string_cache v0.8.7
10932023-12-30T05:30:33.452Z Downloaded fatfs v0.3.6
10942023-12-30T05:30:33.456Z Downloaded foreign-types-shared v0.1.1
10952023-12-30T05:30:33.456Z Downloaded toolchain_find v0.2.0
10962023-12-30T05:30:33.456Z Downloaded universal-hash v0.5.1
10972023-12-30T05:30:33.460Z Downloaded owo-colors v3.5.0
10982023-12-30T05:30:33.465Z Downloaded futures-macro v0.3.29
10992023-12-30T05:30:33.465Z Downloaded form_urlencoded v1.2.1
11002023-12-30T05:30:33.465Z Downloaded rand_xorshift v0.3.0
11012023-12-30T05:30:33.471Z Downloaded vsss-rs v3.3.2
11022023-12-30T05:30:33.480Z Downloaded parking_lot v0.12.1
11032023-12-30T05:30:33.480Z Downloaded tracing-attributes v0.1.26
11042023-12-30T05:30:33.484Z Downloaded salty v0.2.0
11052023-12-30T05:30:33.493Z Downloaded hkdf v0.12.3
11062023-12-30T05:30:33.518Z Downloaded num-traits v0.2.16
11072023-12-30T05:30:33.518Z Downloaded spin v0.5.2
11082023-12-30T05:30:33.518Z Downloaded ref-cast v1.0.20
11092023-12-30T05:30:33.533Z Downloaded clap v2.34.0
11102023-12-30T05:30:33.533Z Downloaded flagset v0.4.3
11112023-12-30T05:30:33.533Z Downloaded slog-term v2.9.0
11122023-12-30T05:30:33.533Z Downloaded ref-cast-impl v1.0.20
11132023-12-30T05:30:33.533Z Downloaded serde_tokenstream v0.2.0
11142023-12-30T05:30:33.540Z Downloaded poly1305 v0.8.0
11152023-12-30T05:30:33.540Z Downloaded fragile v2.0.0
11162023-12-30T05:30:33.540Z Downloaded serde-hex v0.1.0
11172023-12-30T05:30:33.540Z Downloaded smallvec v0.6.14
11182023-12-30T05:30:33.548Z Downloaded serde_tokenstream v0.1.7
11192023-12-30T05:30:33.548Z Downloaded serde_spanned v0.6.4
11202023-12-30T05:30:33.548Z Downloaded difflib v0.4.0
11212023-12-30T05:30:33.553Z Downloaded derive_more v0.99.17
11222023-12-30T05:30:33.559Z Downloaded unicode-bidi v0.3.13
11232023-12-30T05:30:33.566Z Downloaded debug-ignore v1.0.5
11242023-12-30T05:30:33.566Z Downloaded sqlformat v0.2.3
11252023-12-30T05:30:33.566Z Downloaded serde_urlencoded v0.7.1
11262023-12-30T05:30:33.566Z Downloaded oso-derive v0.27.0
11272023-12-30T05:30:33.570Z Downloaded path-slash v0.1.5
11282023-12-30T05:30:33.570Z Downloaded foreign-types-shared v0.3.1
11292023-12-30T05:30:33.570Z Downloaded der_derive v0.7.2
11302023-12-30T05:30:33.574Z Downloaded toml v0.5.11
11312023-12-30T05:30:33.578Z Downloaded trybuild v1.0.85
11322023-12-30T05:30:33.592Z Downloaded http v0.2.11
11332023-12-30T05:30:33.597Z Downloaded time-macros v0.2.13
11342023-12-30T05:30:33.597Z Downloaded openssl-sys v0.9.96
11352023-12-30T05:30:33.608Z Downloaded half v1.8.2
11362023-12-30T05:30:33.631Z Downloaded memchr v2.6.3
11372023-12-30T05:30:33.644Z Downloaded subprocess v0.2.9
11382023-12-30T05:30:33.645Z Downloaded schemars v0.8.16
11392023-12-30T05:30:33.669Z Downloaded ppv-lite86 v0.2.17
11402023-12-30T05:30:33.673Z Downloaded tinytemplate v1.2.1
11412023-12-30T05:30:33.673Z Downloaded num-complex v0.4.4
11422023-12-30T05:30:33.673Z Downloaded datatest-stable v0.2.3
11432023-12-30T05:30:33.676Z Downloaded rustls-native-certs v0.6.3
11442023-12-30T05:30:33.679Z Downloaded tui-tree-widget v0.13.0
11452023-12-30T05:30:33.683Z Downloaded proc-macro-crate v1.3.1
11462023-12-30T05:30:33.683Z Downloaded semver-parser v0.10.2
11472023-12-30T05:30:33.686Z Downloaded serde_path_to_error v0.1.14
11482023-12-30T05:30:33.689Z Downloaded futures-timer v3.0.2
11492023-12-30T05:30:33.693Z Downloaded snafu v0.7.5
11502023-12-30T05:30:33.703Z Downloaded flate2 v1.0.28
11512023-12-30T05:30:33.712Z Downloaded similar v2.3.0
11522023-12-30T05:30:33.721Z Downloaded num-bigint v0.4.4
11532023-12-30T05:30:33.730Z Downloaded supports-color v2.1.0
11542023-12-30T05:30:33.735Z Downloaded plotters-backend v0.3.5
11552023-12-30T05:30:33.739Z Downloaded ena v0.14.2
11562023-12-30T05:30:33.739Z Downloaded itertools v0.10.5
11572023-12-30T05:30:33.750Z Downloaded glob v0.3.1
11582023-12-30T05:30:33.753Z Downloaded serde-big-array v0.5.1
11592023-12-30T05:30:33.756Z Downloaded mio v0.8.9
11602023-12-30T05:30:33.764Z Downloaded zerocopy v0.6.4
11612023-12-30T05:30:33.767Z Downloaded rustc-demangle v0.1.23
11622023-12-30T05:30:33.771Z Downloaded pkcs8 v0.10.2
11632023-12-30T05:30:33.775Z Downloaded textwrap v0.16.0
11642023-12-30T05:30:33.778Z Downloaded fallible-iterator v0.2.0
11652023-12-30T05:30:33.781Z Downloaded slog-envlogger v2.2.0
11662023-12-30T05:30:33.785Z Downloaded num_cpus v1.16.0
11672023-12-30T05:30:33.788Z Downloaded lalrpop v0.19.12
11682023-12-30T05:30:33.806Z Downloaded structmeta-derive v0.2.0
11692023-12-30T05:30:33.810Z Downloaded platforms v3.0.2
11702023-12-30T05:30:33.813Z Downloaded hashbrown v0.12.3
11712023-12-30T05:30:33.818Z Downloaded libm v0.2.7
11722023-12-30T05:30:33.835Z Downloaded zone v0.3.0
11732023-12-30T05:30:33.841Z Downloaded toml_datetime v0.6.5
11742023-12-30T05:30:33.841Z Downloaded num-iter v0.1.43
11752023-12-30T05:30:33.844Z Downloaded slog-scope v4.4.0
11762023-12-30T05:30:33.844Z Downloaded siphasher v0.3.11
11772023-12-30T05:30:33.844Z Downloaded parking_lot_core v0.9.8
11782023-12-30T05:30:33.847Z Downloaded miniz_oxide v0.7.1
11792023-12-30T05:30:33.851Z Downloaded strip-ansi-escapes v0.1.1
11802023-12-30T05:30:33.854Z Downloaded zip v0.6.6
11812023-12-30T05:30:33.861Z Downloaded base64 v0.21.5
11822023-12-30T05:30:33.867Z Downloaded sha2 v0.10.8
11832023-12-30T05:30:33.871Z Downloaded hmac v0.12.1
11842023-12-30T05:30:33.874Z Downloaded tar v0.4.40
11852023-12-30T05:30:33.881Z Downloaded serde_with_macros v3.4.0
11862023-12-30T05:30:33.884Z Downloaded rand v0.8.5
11872023-12-30T05:30:33.889Z Downloaded rand v0.4.6
11882023-12-30T05:30:33.895Z Downloaded crossbeam-utils v0.8.16
11892023-12-30T05:30:33.899Z Downloaded chacha20poly1305 v0.10.1
11902023-12-30T05:30:33.903Z Downloaded rstest v0.18.2
11912023-12-30T05:30:33.913Z Downloaded postgres-protocol v0.6.6
11922023-12-30T05:30:33.916Z Downloaded unicase v2.7.0
11932023-12-30T05:30:33.916Z Downloaded ron v0.8.1
11942023-12-30T05:30:33.925Z Downloaded rust-argon2 v1.0.1
11952023-12-30T05:30:33.928Z Downloaded crypto-common v0.1.6
11962023-12-30T05:30:33.930Z Downloaded crucible-workspace-hack v0.1.0
11972023-12-30T05:30:33.930Z Downloaded shlex v1.1.0
11982023-12-30T05:30:33.933Z Downloaded tokio-tungstenite v0.20.1
11992023-12-30T05:30:33.936Z Downloaded tokio-stream v0.1.14
12002023-12-30T05:30:33.942Z Downloaded tokio-rustls v0.24.1
12012023-12-30T05:30:33.945Z Downloaded crypto-bigint v0.5.2
12022023-12-30T05:30:33.956Z Downloaded dyn-clone v1.0.13
12032023-12-30T05:30:33.959Z Downloaded terminal_size v0.2.6
12042023-12-30T05:30:33.962Z Downloaded number_prefix v0.4.0
12052023-12-30T05:30:33.965Z Downloaded unicode-width v0.1.11
12062023-12-30T05:30:33.968Z Downloaded unicode-linebreak v0.1.5
12072023-12-30T05:30:33.968Z Downloaded secrecy v0.8.0
12082023-12-30T05:30:33.971Z Downloaded similar-asserts v1.5.0
12092023-12-30T05:30:33.976Z Downloaded sha1 v0.10.6
12102023-12-30T05:30:33.979Z Downloaded libloading v0.7.4
12112023-12-30T05:30:33.979Z Downloaded predicates v3.0.4
12122023-12-30T05:30:33.984Z Downloaded defmt-macros v0.3.6
12132023-12-30T05:30:33.989Z Downloaded num-rational v0.4.1
12142023-12-30T05:30:33.992Z Downloaded sec1 v0.7.3
12152023-12-30T05:30:33.995Z Downloaded quick-error v1.2.3
12162023-12-30T05:30:33.998Z Downloaded predicates-core v1.0.6
12172023-12-30T05:30:34.001Z Downloaded xattr v1.0.1
12182023-12-30T05:30:34.004Z Downloaded tokio-macros v2.2.0
12192023-12-30T05:30:34.004Z Downloaded endian-type v0.1.2
12202023-12-30T05:30:34.007Z Downloaded slog v2.7.0
12212023-12-30T05:30:34.010Z Downloaded waitgroup v0.1.2
12222023-12-30T05:30:34.013Z Downloaded thiserror-no-std v2.0.2
12232023-12-30T05:30:34.018Z Downloaded tempdir v0.3.7
12242023-12-30T05:30:34.021Z Downloaded sct v0.7.0
12252023-12-30T05:30:34.026Z Downloaded tempfile v3.8.1
12262023-12-30T05:30:34.030Z Downloaded cc v1.0.83
12272023-12-30T05:30:34.038Z Downloaded bzip2 v0.4.4
12282023-12-30T05:30:34.041Z Downloaded termcolor v1.2.0
12292023-12-30T05:30:34.041Z Downloaded spin v0.9.8
12302023-12-30T05:30:34.044Z Downloaded headers v0.3.9
12312023-12-30T05:30:34.054Z Downloaded rustls-pemfile v1.0.3
12322023-12-30T05:30:34.057Z Downloaded relative-path v1.9.0
12332023-12-30T05:30:34.061Z Downloaded rustc-hash v1.1.0
12342023-12-30T05:30:34.064Z Downloaded ipnet v2.8.0
12352023-12-30T05:30:34.098Z Downloaded errno v0.3.2
12362023-12-30T05:30:34.104Z Downloaded enum-as-inner v0.5.1
12372023-12-30T05:30:34.104Z Downloaded num-derive v0.4.0
12382023-12-30T05:30:34.104Z Downloaded multer v2.1.0
12392023-12-30T05:30:34.104Z Downloaded lalrpop-util v0.19.12
12402023-12-30T05:30:34.104Z Downloaded argon2 v0.5.2
12412023-12-30T05:30:34.104Z Downloaded pin-utils v0.1.0
12422023-12-30T05:30:34.104Z Downloaded num_enum v0.5.11
12432023-12-30T05:30:34.104Z Downloaded ff v0.13.0
12442023-12-30T05:30:34.104Z Downloaded fd-lock v3.0.13
12452023-12-30T05:30:34.105Z Downloaded embedded-io v0.4.0
12462023-12-30T05:30:34.105Z Downloaded cancel-safe-futures v0.1.5
12472023-12-30T05:30:34.111Z Downloaded cfg-expr v0.15.5
12482023-12-30T05:30:34.114Z Downloaded camino v1.1.6
12492023-12-30T05:30:34.114Z Downloaded arc-swap v1.6.0
12502023-12-30T05:30:34.120Z Downloaded futures v0.3.29
12512023-12-30T05:30:34.129Z Downloaded darling_core v0.20.3
12522023-12-30T05:30:34.138Z Downloaded strsim v0.10.0
12532023-12-30T05:30:34.141Z Downloaded num v0.4.1
12542023-12-30T05:30:34.145Z Downloaded linear-map v1.2.0
12552023-12-30T05:30:34.145Z Downloaded io-lifetimes v1.0.11
12562023-12-30T05:30:34.149Z Downloaded const-oid v0.9.5
12572023-12-30T05:30:34.152Z Downloaded anstyle-parse v0.2.1
12582023-12-30T05:30:34.155Z Downloaded memoffset v0.9.0
12592023-12-30T05:30:34.160Z Downloaded hex v0.4.3
12602023-12-30T05:30:34.162Z Downloaded rustyline v12.0.0
12612023-12-30T05:30:34.172Z Downloaded base16ct v0.2.0
12622023-12-30T05:30:34.175Z Downloaded vte v0.10.1
12632023-12-30T05:30:34.175Z Downloaded dirs-sys-next v0.1.2
12642023-12-30T05:30:34.178Z Downloaded zeroize v1.7.0
12652023-12-30T05:30:34.181Z Downloaded spki v0.7.2
12662023-12-30T05:30:34.185Z Downloaded phf_shared v0.11.2
12672023-12-30T05:30:34.185Z Downloaded olpc-cjson v0.1.3
12682023-12-30T05:30:34.187Z Downloaded num_enum_derive v0.5.11
12692023-12-30T05:30:34.187Z Downloaded memoffset v0.7.1
12702023-12-30T05:30:34.190Z Downloaded bit-set v0.5.3
12712023-12-30T05:30:34.190Z Downloaded bcs v0.1.6
12722023-12-30T05:30:34.194Z Downloaded log v0.4.20
12732023-12-30T05:30:34.197Z Downloaded either v1.9.0
12742023-12-30T05:30:34.200Z Downloaded crossbeam-deque v0.8.3
12752023-12-30T05:30:34.203Z Downloaded dof v0.1.5
12762023-12-30T05:30:34.206Z Downloaded signal-hook-registry v1.4.1
12772023-12-30T05:30:34.209Z Downloaded tabled_derive v0.6.0
12782023-12-30T05:30:34.209Z Downloaded nanorand v0.7.0
12792023-12-30T05:30:34.212Z Downloaded macaddr v1.0.1
12802023-12-30T05:30:34.215Z Downloaded darling_macro v0.14.4
12812023-12-30T05:30:34.218Z Downloaded rustfmt-wrapper v0.2.0
12822023-12-30T05:30:34.218Z Downloaded rtoolbox v0.0.1
12832023-12-30T05:30:34.221Z Downloaded clang-sys v1.6.1
12842023-12-30T05:30:34.224Z Downloaded bitflags v1.3.2
12852023-12-30T05:30:34.232Z Downloaded async-trait v0.1.74
12862023-12-30T05:30:34.235Z Downloaded socket2 v0.4.9
12872023-12-30T05:30:34.238Z Downloaded signal-hook v0.3.17
12882023-12-30T05:30:34.244Z Downloaded md-5 v0.10.5
12892023-12-30T05:30:34.247Z Downloaded test-strategy v0.3.1
12902023-12-30T05:30:34.252Z Downloaded managed v0.8.0
12912023-12-30T05:30:34.255Z Downloaded http-range v0.1.5
12922023-12-30T05:30:34.258Z Downloaded byteorder v1.5.0
12932023-12-30T05:30:34.261Z Downloaded slog-dtrace v0.2.3
12942023-12-30T05:30:34.264Z Downloaded base64ct v1.6.0
12952023-12-30T05:30:34.267Z Downloaded signal-hook-mio v0.2.3
12962023-12-30T05:30:34.270Z Downloaded shell-words v1.1.0
12972023-12-30T05:30:34.270Z Downloaded maplit v1.0.2
12982023-12-30T05:30:34.273Z Downloaded ipnetwork v0.20.0
12992023-12-30T05:30:34.276Z Downloaded hyper-staticfile v0.9.5
13002023-12-30T05:30:34.279Z Downloaded blake2b_simd v1.0.1
13012023-12-30T05:30:34.285Z Downloaded is-terminal v0.4.9
13022023-12-30T05:30:34.285Z Downloaded indoc v2.0.3
13032023-12-30T05:30:34.288Z Downloaded bitflags v2.4.0
13042023-12-30T05:30:34.291Z Downloaded constant_time_eq v0.3.0
13052023-12-30T05:30:34.294Z Downloaded slog-bunyan v2.4.0
13062023-12-30T05:30:34.297Z Downloaded serde_repr v0.1.16
13072023-12-30T05:30:34.300Z Downloaded http-body v0.4.5
13082023-12-30T05:30:34.303Z Downloaded cobs v0.2.3
13092023-12-30T05:30:34.306Z Downloaded bytesize v1.3.0
13102023-12-30T05:30:34.306Z Downloaded rustc_version v0.1.7
13112023-12-30T05:30:34.308Z Downloaded display-error-chain v0.2.0
13122023-12-30T05:30:34.309Z Downloaded zone_cfg_derive v0.3.0
13132023-12-30T05:30:34.311Z Downloaded threadpool v1.8.1
13142023-12-30T05:30:34.314Z Downloaded strum_macros v0.24.3
13152023-12-30T05:30:34.317Z Downloaded serde_plain v1.0.2
13162023-12-30T05:30:34.320Z Downloaded maybe-uninit v2.0.0
13172023-12-30T05:30:34.320Z Downloaded httptest v0.15.5
13182023-12-30T05:30:34.323Z Downloaded humantime v2.1.0
13192023-12-30T05:30:34.328Z Downloaded hubpack_derive v0.1.1
13202023-12-30T05:30:34.331Z Downloaded thiserror v1.0.49
13212023-12-30T05:30:34.335Z Downloaded dtrace-parser v0.1.14
13222023-12-30T05:30:34.338Z Downloaded cast v0.3.0
13232023-12-30T05:30:34.338Z Downloaded buf-list v1.0.3
13242023-12-30T05:30:34.341Z Downloaded doc-comment v0.3.3
13252023-12-30T05:30:34.344Z Downloaded crunchy v0.2.2
13262023-12-30T05:30:34.347Z Downloaded smallvec v1.11.2
13272023-12-30T05:30:34.350Z Downloaded bit-vec v0.6.3
13282023-12-30T05:30:34.353Z Downloaded tap v1.0.1
13292023-12-30T05:30:34.353Z Downloaded snafu-derive v0.7.5
13302023-12-30T05:30:34.355Z Downloaded remove_dir_all v0.5.3
13312023-12-30T05:30:34.358Z Downloaded nibble_vec v0.1.0
13322023-12-30T05:30:34.361Z Downloaded newtype_derive v0.1.6
13332023-12-30T05:30:34.361Z Downloaded mime_guess v2.0.4
13342023-12-30T05:30:34.364Z Downloaded libefi-sys v0.1.0
13352023-12-30T05:30:34.367Z Downloaded cargo-platform v0.1.3
13362023-12-30T05:30:34.367Z Downloaded ciborium-io v0.2.1
13372023-12-30T05:30:34.370Z Downloaded want v0.3.1
13382023-12-30T05:30:34.370Z Downloaded take_mut v0.2.2
13392023-12-30T05:30:34.377Z Downloaded cexpr v0.6.0
13402023-12-30T05:30:34.380Z Downloaded bitfield v0.14.0
13412023-12-30T05:30:34.380Z Downloaded cfg-if v1.0.0
13422023-12-30T05:30:34.380Z Downloaded bb8 v0.8.1
13432023-12-30T05:30:34.381Z Downloaded backtrace v0.3.69
13442023-12-30T05:30:34.388Z Downloaded crc v3.0.1
13452023-12-30T05:30:34.391Z Downloaded inout v0.1.3
13462023-12-30T05:30:34.394Z Downloaded synstructure v0.12.6
13472023-12-30T05:30:34.394Z Downloaded impl-trait-for-tuples v0.2.2
13482023-12-30T05:30:34.398Z Downloaded keccak v0.1.4
13492023-12-30T05:30:34.401Z Downloaded crc-catalog v2.2.0
13502023-12-30T05:30:34.404Z Downloaded target-spec v3.0.1
13512023-12-30T05:30:34.407Z Downloaded vte_generate_state_changes v0.1.1
13522023-12-30T05:30:34.407Z Downloaded atty v0.2.14
13532023-12-30T05:30:34.407Z Downloaded async-stream-impl v0.3.5
13542023-12-30T05:30:34.410Z Downloaded block-buffer v0.10.4
13552023-12-30T05:30:34.410Z Downloaded async-stream v0.3.5
13562023-12-30T05:30:34.413Z Downloaded indexmap v2.1.0
13572023-12-30T05:30:34.424Z Downloaded stable_deref_trait v1.2.0
13582023-12-30T05:30:34.433Z Downloaded rpassword v7.3.1
13592023-12-30T05:30:34.433Z Downloaded regex-automata v0.1.10
13602023-12-30T05:30:34.436Z Downloaded criterion-plot v0.5.0
13612023-12-30T05:30:34.439Z Downloaded colored v2.0.4
13622023-12-30T05:30:34.441Z Downloaded cipher v0.4.4
13632023-12-30T05:30:34.444Z Downloaded ciborium-ll v0.2.1
13642023-12-30T05:30:34.447Z Downloaded autocfg v1.1.0
13652023-12-30T05:30:34.450Z Downloaded defmt v0.3.5
13662023-12-30T05:30:34.454Z Downloaded slog-stdlog v4.1.1
13672023-12-30T05:30:34.457Z Downloaded colorchoice v1.0.0
13682023-12-30T05:30:34.460Z Downloaded new_debug_unreachable v1.0.4
13692023-12-30T05:30:34.462Z Downloaded arrayvec v0.7.4
13702023-12-30T05:30:34.465Z Downloaded aead v0.5.2
13712023-12-30T05:30:34.469Z Downloaded assert_cmd v2.0.12
13722023-12-30T05:30:34.471Z Downloaded pem v3.0.2
13732023-12-30T05:30:34.472Z Downloaded fnv v1.0.7
13742023-12-30T05:30:34.474Z Downloaded syn v1.0.109
13752023-12-30T05:30:34.494Z Downloaded libtest-mimic v0.6.1
13762023-12-30T05:30:34.497Z Downloaded crossbeam v0.8.2
13772023-12-30T05:30:34.500Z Downloaded httparse v1.8.0
13782023-12-30T05:30:34.503Z Downloaded ahash v0.8.6
13792023-12-30T05:30:34.507Z Downloaded anyhow v1.0.75
13802023-12-30T05:30:34.514Z Downloaded parking_lot_core v0.8.6
13812023-12-30T05:30:34.521Z Downloaded newline-converter v0.3.0
13822023-12-30T05:30:34.524Z Downloaded mockall_derive v0.12.0
13832023-12-30T05:30:34.524Z Downloaded hashbrown v0.13.2
13842023-12-30T05:30:34.531Z Downloaded addr2line v0.21.0
13852023-12-30T05:30:34.535Z Downloaded hostname v0.3.1
13862023-12-30T05:30:34.537Z Downloaded home v0.5.5
13872023-12-30T05:30:34.541Z Downloaded highway v1.1.0
13882023-12-30T05:30:34.543Z Downloaded hex-literal v0.4.1
13892023-12-30T05:30:34.546Z Downloaded heck v0.4.1
13902023-12-30T05:30:34.546Z Downloaded heck v0.3.3
13912023-12-30T05:30:34.549Z Downloaded zeroize_derive v1.4.2
13922023-12-30T05:30:34.552Z Downloaded target-lexicon v0.12.12
13932023-12-30T05:30:34.556Z Downloaded signature v1.6.4
13942023-12-30T05:30:34.556Z Downloaded array-init v0.0.4
13952023-12-30T05:30:34.559Z Downloaded atomic-waker v1.1.1
13962023-12-30T05:30:34.562Z Downloaded futures-sink v0.3.29
13972023-12-30T05:30:34.562Z Downloaded normalize-line-endings v0.3.0
13982023-12-30T05:30:34.562Z Downloaded adler v1.0.2
13992023-12-30T05:30:34.565Z Downloaded arrayref v0.3.7
14002023-12-30T05:30:34.568Z Downloaded anstyle-query v1.0.0
14012023-12-30T05:30:34.574Z Downloaded instant v0.1.12
14022023-12-30T05:30:34.574Z Downloaded swrite v0.1.0
14032023-12-30T05:30:34.577Z Downloaded smawk v0.3.1
14042023-12-30T05:30:34.577Z Downloaded approx v0.5.1
14052023-12-30T05:30:34.580Z Downloaded anstyle v1.0.2
14062023-12-30T05:30:34.580Z Downloaded anstream v0.5.0
14072023-12-30T05:30:34.583Z Downloaded fastrand v2.0.0
14082023-12-30T05:30:34.587Z Downloaded scopeguard v1.2.0
14092023-12-30T05:30:34.590Z Downloaded rustversion v1.0.14
14102023-12-30T05:30:34.593Z Downloaded ident_case v1.0.1
14112023-12-30T05:30:34.596Z Downloaded lock_api v0.4.10
14122023-12-30T05:30:34.596Z Downloaded linked-hash-map v0.5.6
14132023-12-30T05:30:34.600Z Downloaded console v0.15.7
14142023-12-30T05:30:34.603Z Downloaded clap_derive v4.4.2
14152023-12-30T05:30:34.607Z Downloaded libsw v3.3.0
14162023-12-30T05:30:34.610Z Downloaded kstat-rs v0.2.3
14172023-12-30T05:30:34.613Z Downloaded clap_lex v0.5.1
14182023-12-30T05:30:34.616Z Downloaded cpufeatures v0.2.9
14192023-12-30T05:30:34.616Z Downloaded lazycell v1.3.0
14202023-12-30T05:30:34.620Z Downloaded lazy_static v1.4.0
14212023-12-30T05:30:34.622Z Downloaded corncobs v0.1.3
14222023-12-30T05:30:35.292Z Compiling proc-macro2 v1.0.69
14232023-12-30T05:30:35.292Z Compiling unicode-ident v1.0.12
14242023-12-30T05:30:35.295Z Compiling libc v0.2.151
14252023-12-30T05:30:35.295Z Compiling cfg-if v1.0.0
14262023-12-30T05:30:35.319Z Compiling serde v1.0.193
14272023-12-30T05:30:35.324Z Compiling autocfg v1.1.0
14282023-12-30T05:30:35.325Z Compiling version_check v0.9.4
14292023-12-30T05:30:35.325Z Compiling syn v1.0.109
14302023-12-30T05:30:35.338Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.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=f8f0e8f71a8fa58e -C extra-filename=-f8f0e8f71a8fa58e --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-f8f0e8f71a8fa58e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14312023-12-30T05:30:35.342Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.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=caebfb5394c94cd8 -C extra-filename=-caebfb5394c94cd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14322023-12-30T05:30:35.342Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6efcfb0956144885 -C extra-filename=-6efcfb0956144885 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14332023-12-30T05:30:35.342Z Running `/home/build/.rustup/toolchains/1.74.1-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=93e7db0ec0027e07 -C extra-filename=-93e7db0ec0027e07 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-93e7db0ec0027e07 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14342023-12-30T05:30:35.342Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.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=c09ecaab86a9b27b -C extra-filename=-c09ecaab86a9b27b --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-c09ecaab86a9b27b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14352023-12-30T05:30:35.342Z Running `/home/build/.rustup/toolchains/1.74.1-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=eede919deb9ba8a1 -C extra-filename=-eede919deb9ba8a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14362023-12-30T05:30:35.342Z Running `/home/build/.rustup/toolchains/1.74.1-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=e17594c523c95a14 -C extra-filename=-e17594c523c95a14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14372023-12-30T05:30:35.343Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=8df69afcf782d78c -C extra-filename=-8df69afcf782d78c --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-8df69afcf782d78c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14382023-12-30T05:30:35.515Z Compiling memchr v2.6.3
14392023-12-30T05:30:35.518Z Running `/home/build/.rustup/toolchains/1.74.1-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=19c64e24300af82f -C extra-filename=-19c64e24300af82f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14402023-12-30T05:30:35.661Z Compiling log v0.4.20
14412023-12-30T05:30:35.719Z Running `/home/build/.rustup/toolchains/1.74.1-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=a8da004f5204fad5 -C extra-filename=-a8da004f5204fad5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14422023-12-30T05:30:36.378Z Compiling scopeguard v1.2.0
14432023-12-30T05:30:36.381Z Running `/home/build/.rustup/toolchains/1.74.1-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=9e6bfb0ad023803f -C extra-filename=-9e6bfb0ad023803f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14442023-12-30T05:30:36.522Z Compiling once_cell v1.19.0
14452023-12-30T05:30:36.526Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.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=78575848a39b5a91 -C extra-filename=-78575848a39b5a91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14462023-12-30T05:30:36.613Z Compiling smallvec v1.11.2
14472023-12-30T05:30:36.616Z Running `/home/build/.rustup/toolchains/1.74.1-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=b9214902439ca54b -C extra-filename=-b9214902439ca54b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14482023-12-30T05:30:36.655Z Compiling lock_api v0.4.10
14492023-12-30T05:30:36.658Z Running `/home/build/.rustup/toolchains/1.74.1-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=930de80e07cc1109 -C extra-filename=-930de80e07cc1109 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-930de80e07cc1109 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings`
14502023-12-30T05:30:36.978Z Compiling itoa v1.0.9
14512023-12-30T05:30:36.981Z Running `/home/build/.rustup/toolchains/1.74.1-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=7ee2097a83409d11 -C extra-filename=-7ee2097a83409d11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14522023-12-30T05:30:37.067Z Compiling parking_lot_core v0.9.8
14532023-12-30T05:30:37.070Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.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=709ca5d77954dcd4 -C extra-filename=-709ca5d77954dcd4 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-709ca5d77954dcd4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14542023-12-30T05:30:37.228Z Compiling libm v0.2.7
14552023-12-30T05:30:37.231Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.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=2c46ab2349a5c1a0 -C extra-filename=-2c46ab2349a5c1a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-2c46ab2349a5c1a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14562023-12-30T05:30:37.649Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-930de80e07cc1109/build-script-build`
14572023-12-30T05:30:37.678Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-8df69afcf782d78c/build-script-build`
14582023-12-30T05:30:37.681Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-f8f0e8f71a8fa58e/build-script-build`
14592023-12-30T05:30:37.681Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-93e7db0ec0027e07/build-script-build`
14602023-12-30T05:30:37.682Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-c09ecaab86a9b27b/build-script-build`
14612023-12-30T05:30:37.751Z Compiling num-traits v0.2.16
14622023-12-30T05:30:37.774Z Running `/home/build/.rustup/toolchains/1.74.1-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=8f15fc63f883a6bf -C extra-filename=-8f15fc63f883a6bf --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-8f15fc63f883a6bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings`
14632023-12-30T05:30:37.781Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-709ca5d77954dcd4/build-script-build`
14642023-12-30T05:30:37.846Z Running `/home/build/.rustup/toolchains/1.74.1-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=dc3967e2ac4e7655 -C extra-filename=-dc3967e2ac4e7655 --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`
14652023-12-30T05:30:37.850Z Compiling thiserror v1.0.49
14662023-12-30T05:30:37.853Z Running `/home/build/.rustup/toolchains/1.74.1-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=cd1bdf41f320219b -C extra-filename=-cd1bdf41f320219b --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-9e6bfb0ad023803f.rmeta --cap-lints allow -D warnings --cfg has_const_fn_trait_bound`
14672023-12-30T05:30:37.868Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-2c46ab2349a5c1a0/build-script-build`
14682023-12-30T05:30:37.890Z Compiling byteorder v1.5.0
14692023-12-30T05:30:37.893Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.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=eb787b185170f0b2 -C extra-filename=-eb787b185170f0b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-eb787b185170f0b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14702023-12-30T05:30:37.893Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.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=28f7157428e3683a -C extra-filename=-28f7157428e3683a --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-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings --cfg wrap_proc_macro`
14712023-12-30T05:30:37.893Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4ff908e223b9ba35 -C extra-filename=-4ff908e223b9ba35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14722023-12-30T05:30:37.944Z Running `/home/build/.rustup/toolchains/1.74.1-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=38b670a70a83d088 -C extra-filename=-38b670a70a83d088 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14732023-12-30T05:30:38.024Z Compiling spin v0.5.2
14742023-12-30T05:30:38.027Z Running `/home/build/.rustup/toolchains/1.74.1-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=69cdfe202d22f709 -C extra-filename=-69cdfe202d22f709 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14752023-12-30T05:30:38.261Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-8f15fc63f883a6bf/build-script-build`
14762023-12-30T05:30:38.364Z Compiling pin-project-lite v0.2.13
14772023-12-30T05:30:38.367Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.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=63f53d9f4b155bc9 -C extra-filename=-63f53d9f4b155bc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14782023-12-30T05:30:38.530Z Compiling ryu v1.0.15
14792023-12-30T05:30:38.533Z Running `/home/build/.rustup/toolchains/1.74.1-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=ef556ccf273fb97d -C extra-filename=-ef556ccf273fb97d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14802023-12-30T05:30:38.559Z Compiling futures-core v0.3.29
14812023-12-30T05:30:38.562Z Running `/home/build/.rustup/toolchains/1.74.1-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=c73e0e96da0a6608 -C extra-filename=-c73e0e96da0a6608 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-core-c73e0e96da0a6608 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14822023-12-30T05:30:38.692Z Compiling serde_json v1.0.108
14832023-12-30T05:30:38.695Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.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=80928bc11013eea7 -C extra-filename=-80928bc11013eea7 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-80928bc11013eea7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14842023-12-30T05:30:38.793Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-eb787b185170f0b2/build-script-build`
14852023-12-30T05:30:38.999Z Compiling heck v0.4.1
14862023-12-30T05:30:39.031Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=22616ea412428ac4 -C extra-filename=-22616ea412428ac4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14872023-12-30T05:30:39.231Z Compiling fnv v1.0.7
14882023-12-30T05:30:39.235Z Running `/home/build/.rustup/toolchains/1.74.1-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=6cf1b0ed1ebc9dce -C extra-filename=-6cf1b0ed1ebc9dce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14892023-12-30T05:30:39.341Z Compiling quote v1.0.33
14902023-12-30T05:30:39.347Z Running `/home/build/.rustup/toolchains/1.74.1-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=c887517133ac84a0 -C extra-filename=-c887517133ac84a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rmeta --cap-lints allow -D warnings`
14912023-12-30T05:30:39.371Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-core-c73e0e96da0a6608/build-script-build`
14922023-12-30T05:30:39.409Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-80928bc11013eea7/build-script-build`
14932023-12-30T05:30:39.435Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.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=bacbb989514d74d7 -C extra-filename=-bacbb989514d74d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14942023-12-30T05:30:39.471Z Compiling futures-sink v0.3.29
14952023-12-30T05:30:39.496Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.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=c7b53465c7a25004 -C extra-filename=-c7b53465c7a25004 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14962023-12-30T05:30:39.500Z Compiling lazy_static v1.4.0
14972023-12-30T05:30:39.502Z Running `/home/build/.rustup/toolchains/1.74.1-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=1e7ab31398eb494a -C extra-filename=-1e7ab31398eb494a --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-69cdfe202d22f709.rmeta --cap-lints allow -D warnings`
14982023-12-30T05:30:39.661Z Running `/home/build/.rustup/toolchains/1.74.1-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=cc34ce3dd45ecec2 -C extra-filename=-cc34ce3dd45ecec2 --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-38b670a70a83d088.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`
14992023-12-30T05:30:39.689Z Compiling slab v0.4.9
15002023-12-30T05:30:39.715Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c3dded7865e933fe -C extra-filename=-c3dded7865e933fe --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-c3dded7865e933fe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings`
15012023-12-30T05:30:39.730Z Compiling futures-task v0.3.29
15022023-12-30T05:30:39.733Z Running `/home/build/.rustup/toolchains/1.74.1-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=a8446b23911956ec -C extra-filename=-a8446b23911956ec --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-task-a8446b23911956ec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15032023-12-30T05:30:39.802Z Compiling regex-syntax v0.8.2
15042023-12-30T05:30:39.805Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=90162e117f0fa024 -C extra-filename=-90162e117f0fa024 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15052023-12-30T05:30:40.306Z Compiling syn v2.0.32
15062023-12-30T05:30:40.343Z Running `/home/build/.rustup/toolchains/1.74.1-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=e54d8ea74976bbed -C extra-filename=-e54d8ea74976bbed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings`
15072023-12-30T05:30:40.346Z Compiling getrandom v0.2.10
15082023-12-30T05:30:40.349Z Running `/home/build/.rustup/toolchains/1.74.1-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=7defc2e9733c79ab -C extra-filename=-7defc2e9733c79ab --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-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
15092023-12-30T05:30:40.393Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=a4bd5d627c03f8b9 -C extra-filename=-a4bd5d627c03f8b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings --cfg syn_disable_nightly_tests`
15102023-12-30T05:30:40.466Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.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=aaf8c5e397ca7635 -C extra-filename=-aaf8c5e397ca7635 --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-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --cap-lints allow -D warnings`
15112023-12-30T05:30:40.507Z Compiling cc v1.0.83
15122023-12-30T05:30:40.524Z Running `/home/build/.rustup/toolchains/1.74.1-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=e07eb99e53dfdc9c -C extra-filename=-e07eb99e53dfdc9c --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
15132023-12-30T05:30:40.796Z Compiling signal-hook-registry v1.4.1
15142023-12-30T05:30:40.836Z Running `/home/build/.rustup/toolchains/1.74.1-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=a45d52795e3caba7 -C extra-filename=-a45d52795e3caba7 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
15152023-12-30T05:30:41.125Z Compiling parking_lot v0.12.1
15162023-12-30T05:30:41.129Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.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=a83af483cd943d6f -C extra-filename=-a83af483cd943d6f --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-cd1bdf41f320219b.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-aaf8c5e397ca7635.rmeta --cap-lints allow -D warnings`
15172023-12-30T05:30:41.533Z Compiling rand_core v0.6.4
15182023-12-30T05:30:41.536Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=d6a1aea7375010bd -C extra-filename=-d6a1aea7375010bd --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-7defc2e9733c79ab.rmeta --cap-lints allow -D warnings`
15192023-12-30T05:30:42.150Z Compiling mio v0.8.9
15202023-12-30T05:30:42.153Z Running `/home/build/.rustup/toolchains/1.74.1-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=55ccbb6e3cb276b0 -C extra-filename=-55ccbb6e3cb276b0 --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-dc3967e2ac4e7655.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --cap-lints allow -D warnings`
15212023-12-30T05:30:42.366Z Compiling num_cpus v1.16.0
15222023-12-30T05:30:42.369Z Running `/home/build/.rustup/toolchains/1.74.1-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=46d4bea4d320c912 -C extra-filename=-46d4bea4d320c912 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
15232023-12-30T05:30:42.538Z Compiling socket2 v0.5.5
15242023-12-30T05:30:42.541Z Running `/home/build/.rustup/toolchains/1.74.1-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=1883b6e44d740cc2 -C extra-filename=-1883b6e44d740cc2 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
15252023-12-30T05:30:42.775Z Compiling errno v0.3.2
15262023-12-30T05:30:42.779Z Running `/home/build/.rustup/toolchains/1.74.1-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=077c7c2d8ef378ab -C extra-filename=-077c7c2d8ef378ab --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
15272023-12-30T05:30:43.076Z Compiling futures-channel v0.3.29
15282023-12-30T05:30:43.082Z Running `/home/build/.rustup/toolchains/1.74.1-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=814d2f56da28e25b -C extra-filename=-814d2f56da28e25b --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-channel-814d2f56da28e25b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15292023-12-30T05:30:43.117Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-task-a8446b23911956ec/build-script-build`
15302023-12-30T05:30:43.160Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-c3dded7865e933fe/build-script-build`
15312023-12-30T05:30:43.358Z Compiling hashbrown v0.14.2
15322023-12-30T05:30:43.375Z Running `/home/build/.rustup/toolchains/1.74.1-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=f0335255f70f2164 -C extra-filename=-f0335255f70f2164 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15332023-12-30T05:30:43.719Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-channel-814d2f56da28e25b/build-script-build`
15342023-12-30T05:30:43.765Z Compiling typenum v1.16.0
15352023-12-30T05:30:43.768Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.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=42fc72f5c5ab202d -C extra-filename=-42fc72f5c5ab202d --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-42fc72f5c5ab202d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15362023-12-30T05:30:44.068Z Compiling equivalent v1.0.1
15372023-12-30T05:30:44.071Z Running `/home/build/.rustup/toolchains/1.74.1-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=53c175ade642ea34 -C extra-filename=-53c175ade642ea34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15382023-12-30T05:30:44.231Z Compiling futures-util v0.3.29
15392023-12-30T05:30:44.255Z Running `/home/build/.rustup/toolchains/1.74.1-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=3c4ac2f72a9dba40 -C extra-filename=-3c4ac2f72a9dba40 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-util-3c4ac2f72a9dba40 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15402023-12-30T05:30:44.259Z Compiling pin-utils v0.1.0
15412023-12-30T05:30:44.299Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5b69abb51cddee7d -C extra-filename=-5b69abb51cddee7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15422023-12-30T05:30:44.393Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.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=db195f051fe2c4db -C extra-filename=-db195f051fe2c4db --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-bacbb989514d74d7.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7b53465c7a25004.rmeta --cap-lints allow -D warnings`
15432023-12-30T05:30:44.872Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-util-3c4ac2f72a9dba40/build-script-build`
15442023-12-30T05:30:44.887Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0836b13490fe26db -C extra-filename=-0836b13490fe26db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15452023-12-30T05:30:45.053Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.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=1d9f0def4c649509 -C extra-filename=-1d9f0def4c649509 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15462023-12-30T05:30:45.299Z Compiling aho-corasick v1.0.4
15472023-12-30T05:30:45.302Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.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=e39b65394af31ca3 -C extra-filename=-e39b65394af31ca3 --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-19c64e24300af82f.rmeta --cap-lints allow -D warnings`
15482023-12-30T05:30:45.487Z Compiling generic-array v0.14.7
15492023-12-30T05:30:45.493Z Running `/home/build/.rustup/toolchains/1.74.1-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=0154d194379fbce5 -C extra-filename=-0154d194379fbce5 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-0154d194379fbce5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings`
15502023-12-30T05:30:45.507Z Compiling futures-io v0.3.29
15512023-12-30T05:30:45.527Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.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=d641bf884fcc7ec5 -C extra-filename=-d641bf884fcc7ec5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15522023-12-30T05:30:45.532Z Compiling iana-time-zone v0.1.57
15532023-12-30T05:30:45.535Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.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=42f31a2f50589a64 -C extra-filename=-42f31a2f50589a64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15542023-12-30T05:30:45.627Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-42fc72f5c5ab202d/build-script-main`
15552023-12-30T05:30:45.921Z Running `/home/build/.rustup/toolchains/1.74.1-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=b0e5892a8dc8abc6 -C extra-filename=-b0e5892a8dc8abc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15562023-12-30T05:30:45.958Z Compiling subtle v2.5.0
15572023-12-30T05:30:45.961Z Running `/home/build/.rustup/toolchains/1.74.1-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=dc7510ddc3d6c88c -C extra-filename=-dc7510ddc3d6c88c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15582023-12-30T05:30:46.050Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-0154d194379fbce5/build-script-build`
15592023-12-30T05:30:46.149Z Compiling pkg-config v0.3.27
15602023-12-30T05:30:46.152Z Running `/home/build/.rustup/toolchains/1.74.1-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=d5e8df27f8d820e4 -C extra-filename=-d5e8df27f8d820e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15612023-12-30T05:30:46.184Z Compiling rustix v0.38.25
15622023-12-30T05:30:46.187Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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=fb37ea431b869094 -C extra-filename=-fb37ea431b869094 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-fb37ea431b869094 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15632023-12-30T05:30:46.462Z Compiling tinyvec_macros v0.1.1
15642023-12-30T05:30:46.465Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=af03a12be910dcc2 -C extra-filename=-af03a12be910dcc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15652023-12-30T05:30:46.600Z Compiling tinyvec v1.6.0
15662023-12-30T05:30:46.603Z Running `/home/build/.rustup/toolchains/1.74.1-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=2f59d5358814a968 -C extra-filename=-2f59d5358814a968 --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-af03a12be910dcc2.rmeta --cap-lints allow -D warnings`
15672023-12-30T05:30:47.461Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-fb37ea431b869094/build-script-build`
15682023-12-30T05:30:47.628Z Compiling spin v0.9.8
15692023-12-30T05:30:47.631Z Running `/home/build/.rustup/toolchains/1.74.1-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=466f997862055ffa -C extra-filename=-466f997862055ffa --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-cd1bdf41f320219b.rmeta --cap-lints allow -D warnings`
15702023-12-30T05:30:48.220Z Compiling regex-automata v0.4.3
15712023-12-30T05:30:48.223Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.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=83edf1a3a1698551 -C extra-filename=-83edf1a3a1698551 --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-e39b65394af31ca3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --cap-lints allow -D warnings`
15722023-12-30T05:30:48.363Z Compiling tracing-core v0.1.31
15732023-12-30T05:30:48.366Z Compiling const-oid v0.9.5
15742023-12-30T05:30:48.390Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.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=6a2fd1b3fb75be06 -C extra-filename=-6a2fd1b3fb75be06 --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-78575848a39b5a91.rmeta --cap-lints allow -D warnings`
15752023-12-30T05:30:48.390Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.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=66455a9b00682027 -C extra-filename=-66455a9b00682027 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15762023-12-30T05:30:49.227Z Compiling bitflags v1.3.2
15772023-12-30T05:30:49.230Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=8861c4fe0bf9ac1d -C extra-filename=-8861c4fe0bf9ac1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15782023-12-30T05:30:49.372Z Compiling unicode-normalization v0.1.22
15792023-12-30T05:30:49.376Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.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=e1664521da542a92 -C extra-filename=-e1664521da542a92 --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-2f59d5358814a968.rmeta --cap-lints allow -D warnings`
15802023-12-30T05:30:50.841Z Compiling base64 v0.21.5
15812023-12-30T05:30:50.844Z Running `/home/build/.rustup/toolchains/1.74.1-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=2142c24215a1cbad -C extra-filename=-2142c24215a1cbad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15822023-12-30T05:30:51.213Z Compiling semver v1.0.20
15832023-12-30T05:30:51.216Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.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=5fc834f180b3e462 -C extra-filename=-5fc834f180b3e462 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-5fc834f180b3e462 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15842023-12-30T05:30:51.548Z Compiling unicode-bidi v0.3.13
15852023-12-30T05:30:51.551Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.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=ea6d88cd11b1cdcf -C extra-filename=-ea6d88cd11b1cdcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15862023-12-30T05:30:51.700Z Compiling unicode-width v0.1.11
15872023-12-30T05:30:51.704Z Running `/home/build/.rustup/toolchains/1.74.1-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=218243c8d3571b57 -C extra-filename=-218243c8d3571b57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15882023-12-30T05:30:51.943Z Compiling schemars v0.8.16
15892023-12-30T05:30:51.946Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=ada846bd06499c36 -C extra-filename=-ada846bd06499c36 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-ada846bd06499c36 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15902023-12-30T05:30:52.063Z Compiling serde_derive_internals v0.26.0
15912023-12-30T05:30:52.067Z Running `/home/build/.rustup/toolchains/1.74.1-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=fcc40a1207c2e3f9 -C extra-filename=-fcc40a1207c2e3f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rmeta --cap-lints allow -D warnings`
15922023-12-30T05:30:52.094Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-5fc834f180b3e462/build-script-build`
15932023-12-30T05:30:52.188Z Compiling dyn-clone v1.0.13
15942023-12-30T05:30:52.191Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.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=fdf79af5d0119df4 -C extra-filename=-fdf79af5d0119df4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15952023-12-30T05:30:52.485Z Compiling percent-encoding v2.3.1
15962023-12-30T05:30:52.488Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b363a80fbad56cd8 -C extra-filename=-b363a80fbad56cd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15972023-12-30T05:30:52.579Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-ada846bd06499c36/build-script-build`
15982023-12-30T05:30:52.596Z Compiling ppv-lite86 v0.2.17
15992023-12-30T05:30:52.599Z Running `/home/build/.rustup/toolchains/1.74.1-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=ee6cdf9a9cd99e2d -C extra-filename=-ee6cdf9a9cd99e2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16002023-12-30T05:30:52.907Z Compiling form_urlencoded v1.2.1
16012023-12-30T05:30:52.910Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f43b5444f1071237 -C extra-filename=-f43b5444f1071237 --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-b363a80fbad56cd8.rmeta --cap-lints allow -D warnings`
16022023-12-30T05:30:53.077Z Compiling indexmap v1.9.3
16032023-12-30T05:30:53.080Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=7196777581f31a33 -C extra-filename=-7196777581f31a33 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-7196777581f31a33 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings`
16042023-12-30T05:30:53.412Z Compiling vcpkg v0.2.15
16052023-12-30T05:30:53.415Z Running `/home/build/.rustup/toolchains/1.74.1-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=a8f4727560f7ed95 -C extra-filename=-a8f4727560f7ed95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16062023-12-30T05:30:53.654Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-7196777581f31a33/build-script-build`
16072023-12-30T05:30:53.696Z Compiling hashbrown v0.12.3
16082023-12-30T05:30:53.699Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=cb3bc798c96b03ca -C extra-filename=-cb3bc798c96b03ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16092023-12-30T05:30:53.942Z Compiling rand_chacha v0.3.1
16102023-12-30T05:30:53.945Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=46f2b94666a4edae -C extra-filename=-46f2b94666a4edae --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-ee6cdf9a9cd99e2d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d6a1aea7375010bd.rmeta --cap-lints allow -D warnings`
16112023-12-30T05:30:54.186Z Compiling either v1.9.0
16122023-12-30T05:30:54.192Z Running `/home/build/.rustup/toolchains/1.74.1-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=88da6cc752eb5faf -C extra-filename=-88da6cc752eb5faf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16132023-12-30T05:30:54.716Z Compiling rand v0.8.5
16142023-12-30T05:30:54.720Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=b20c1928535be511 -C extra-filename=-b20c1928535be511 --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-dc3967e2ac4e7655.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-46f2b94666a4edae.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d6a1aea7375010bd.rmeta --cap-lints allow -D warnings`
16152023-12-30T05:30:55.489Z Compiling regex v1.10.2
16162023-12-30T05:30:55.492Z Running `/home/build/.rustup/toolchains/1.74.1-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=0391852763f12a6f -C extra-filename=-0391852763f12a6f --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-e39b65394af31ca3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-83edf1a3a1698551.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --cap-lints allow -D warnings`
16172023-12-30T05:30:56.881Z Compiling httparse v1.8.0
16182023-12-30T05:30:56.889Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.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=1e8e8e3ea3c5a3a0 -C extra-filename=-1e8e8e3ea3c5a3a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-1e8e8e3ea3c5a3a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16192023-12-30T05:30:56.975Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=30180bc88c646d38 -C extra-filename=-30180bc88c646d38 --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-cb3bc798c96b03ca.rmeta --cap-lints allow -D warnings --cfg has_std`
16202023-12-30T05:30:57.171Z Compiling openssl-sys v0.9.96
16212023-12-30T05:30:57.205Z Running `/home/build/.rustup/toolchains/1.74.1-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=2565434c71c72f9f -C extra-filename=-2565434c71c72f9f --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-2565434c71c72f9f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e07eb99e53dfdc9c.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d5e8df27f8d820e4.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-a8f4727560f7ed95.rlib --cap-lints allow -D warnings`
16222023-12-30T05:30:57.331Z Compiling idna v0.5.0
16232023-12-30T05:30:57.347Z Running `/home/build/.rustup/toolchains/1.74.1-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=e0b4a4ef1ede901e -C extra-filename=-e0b4a4ef1ede901e --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-ea6d88cd11b1cdcf.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --cap-lints allow -D warnings`
16242023-12-30T05:30:57.650Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-1e8e8e3ea3c5a3a0/build-script-build`
16252023-12-30T05:30:57.662Z Running `/home/build/.rustup/toolchains/1.74.1-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=5165d982a445385a -C extra-filename=-5165d982a445385a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg httparse_simd`
16262023-12-30T05:30:58.365Z Compiling ahash v0.8.6
16272023-12-30T05:30:58.368Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.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=56c3c66e8aeef8f5 -C extra-filename=-56c3c66e8aeef8f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-56c3c66e8aeef8f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings`
16282023-12-30T05:30:58.493Z Compiling ucd-trie v0.1.6
16292023-12-30T05:30:58.496Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.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=3f965a27b72c64f6 -C extra-filename=-3f965a27b72c64f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16302023-12-30T05:30:58.827Z Compiling ring v0.17.7
16312023-12-30T05:30:58.834Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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=afa4120c1e59caff -C extra-filename=-afa4120c1e59caff --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-afa4120c1e59caff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e07eb99e53dfdc9c.rlib --cap-lints allow -D warnings`
16322023-12-30T05:30:58.891Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-2565434c71c72f9f/build-script-main`
16332023-12-30T05:30:59.019Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-56c3c66e8aeef8f5/build-script-build`
16342023-12-30T05:30:59.172Z Compiling url v2.5.0
16352023-12-30T05:30:59.175Z Running `/home/build/.rustup/toolchains/1.74.1-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=35c43be3b6960243 -C extra-filename=-35c43be3b6960243 --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-f43b5444f1071237.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-e0b4a4ef1ede901e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --cap-lints allow -D warnings`
16362023-12-30T05:30:59.418Z Compiling ring v0.16.20
16372023-12-30T05:30:59.421Z Running `/home/build/.rustup/toolchains/1.74.1-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=77480f629758957f -C extra-filename=-77480f629758957f --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-77480f629758957f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e07eb99e53dfdc9c.rlib --cap-lints allow -D warnings`
16382023-12-30T05:31:00.045Z Compiling socket2 v0.4.9
16392023-12-30T05:31:00.049Z Running `/home/build/.rustup/toolchains/1.74.1-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=4e488eaa3affc45b -C extra-filename=-4e488eaa3affc45b --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
16402023-12-30T05:31:00.713Z Compiling winnow v0.5.15
16412023-12-30T05:31:00.719Z Running `/home/build/.rustup/toolchains/1.74.1-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=bb48f977d0538890 -C extra-filename=-bb48f977d0538890 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16422023-12-30T05:31:01.268Z Compiling adler v1.0.2
16432023-12-30T05:31:01.271Z Running `/home/build/.rustup/toolchains/1.74.1-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=3bfee8ea008388b0 -C extra-filename=-3bfee8ea008388b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16442023-12-30T05:31:01.447Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-77480f629758957f/build-script-build`
16452023-12-30T05:31:01.610Z Compiling miniz_oxide v0.7.1
16462023-12-30T05:31:01.614Z Running `/home/build/.rustup/toolchains/1.74.1-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=4f9e4bdaef8c0393 -C extra-filename=-4f9e4bdaef8c0393 --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-3bfee8ea008388b0.rmeta --cap-lints allow -D warnings`
16472023-12-30T05:31:02.225Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-afa4120c1e59caff/build-script-build`
16482023-12-30T05:31:03.181Z Compiling try-lock v0.2.4
16492023-12-30T05:31:03.184Z Running `/home/build/.rustup/toolchains/1.74.1-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=dd164f28291d1568 -C extra-filename=-dd164f28291d1568 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16502023-12-30T05:31:03.393Z Compiling untrusted v0.7.1
16512023-12-30T05:31:03.397Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2093d66368e033e3 -C extra-filename=-2093d66368e033e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16522023-12-30T05:31:03.645Z Compiling strsim v0.10.0
16532023-12-30T05:31:03.651Z Running `/home/build/.rustup/toolchains/1.74.1-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=9615ee8240108c1a -C extra-filename=-9615ee8240108c1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16542023-12-30T05:31:03.735Z Compiling async-trait v0.1.74
16552023-12-30T05:31:03.739Z Running `/home/build/.rustup/toolchains/1.74.1-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=23e1951a599d59cd -C extra-filename=-23e1951a599d59cd --out-dir /work/oxidecomputer/omicron/target/debug/build/async-trait-23e1951a599d59cd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16562023-12-30T05:31:03.760Z Compiling httpdate v1.0.3
16572023-12-30T05:31:03.764Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=17048ad0d39f59d3 -C extra-filename=-17048ad0d39f59d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16582023-12-30T05:31:03.923Z Compiling serde_derive v1.0.193
16592023-12-30T05:31:03.927Z Running `/home/build/.rustup/toolchains/1.74.1-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=2b0b8e073f7f1ad3 -C extra-filename=-2b0b8e073f7f1ad3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings`
16602023-12-30T05:31:04.439Z Compiling thiserror-impl v1.0.49
16612023-12-30T05:31:04.448Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.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=95a2c51474ed2042 -C extra-filename=-95a2c51474ed2042 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings`
16622023-12-30T05:31:04.469Z Compiling zeroize_derive v1.4.2
16632023-12-30T05:31:04.473Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=54c66ce77046c1a4 -C extra-filename=-54c66ce77046c1a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings`
16642023-12-30T05:31:04.643Z Compiling tokio-macros v2.2.0
16652023-12-30T05:31:04.647Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.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=8361676fc23d9d01 -C extra-filename=-8361676fc23d9d01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings`
16662023-12-30T05:31:04.872Z Compiling futures-macro v0.3.29
16672023-12-30T05:31:04.875Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.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=4b84f10a950b2555 -C extra-filename=-4b84f10a950b2555 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings`
16682023-12-30T05:31:06.447Z Compiling tracing-attributes v0.1.26
16692023-12-30T05:31:06.450Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.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=17fa7956a99fcce3 -C extra-filename=-17fa7956a99fcce3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings`
16702023-12-30T05:31:06.869Z Compiling schemars_derive v0.8.16
16712023-12-30T05:31:06.873Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.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=ef8020d4c811c74a -C extra-filename=-ef8020d4c811c74a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-fcc40a1207c2e3f9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings`
16722023-12-30T05:31:07.509Z Compiling zeroize v1.7.0
16732023-12-30T05:31:07.512Z Running `/home/build/.rustup/toolchains/1.74.1-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=1b69ed1ddf670b50 -C extra-filename=-1b69ed1ddf670b50 --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-54c66ce77046c1a4.so --cap-lints allow -D warnings`
16742023-12-30T05:31:07.716Z Compiling zerocopy-derive v0.7.31
16752023-12-30T05:31:07.719Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=340c52af3dd06b10 -C extra-filename=-340c52af3dd06b10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings`
16762023-12-30T05:31:08.078Z Running `/home/build/.rustup/toolchains/1.74.1-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=6144d53d6244ae57 -C extra-filename=-6144d53d6244ae57 --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-b0e5892a8dc8abc6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rmeta --cap-lints allow -D warnings --cfg relaxed_coherence`
16772023-12-30T05:31:08.669Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.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=27679b6a1ff6042a -C extra-filename=-27679b6a1ff6042a --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-db195f051fe2c4db.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-bacbb989514d74d7.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-d641bf884fcc7ec5.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-4b84f10a950b2555.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7b53465c7a25004.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1d9f0def4c649509.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-5b69abb51cddee7d.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0836b13490fe26db.rmeta --cap-lints allow -D warnings`
16782023-12-30T05:31:09.313Z Running `/home/build/.rustup/toolchains/1.74.1-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=b3586cc9ea932d09 -C extra-filename=-b3586cc9ea932d09 --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-78575848a39b5a91.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-69cdfe202d22f709.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2093d66368e033e3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -l static=ring-core -l static=ring-test`
16792023-12-30T05:31:10.360Z Running `/home/build/.rustup/toolchains/1.74.1-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=1ef6d23b19ac3d6b -C extra-filename=-1ef6d23b19ac3d6b --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-95a2c51474ed2042.so --cap-lints allow -D warnings`
16802023-12-30T05:31:10.529Z Compiling crypto-common v0.1.6
16812023-12-30T05:31:10.601Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=5699d189b136fd59 -C extra-filename=-5699d189b136fd59 --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-6144d53d6244ae57.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d6a1aea7375010bd.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-b0e5892a8dc8abc6.rmeta --cap-lints allow -D warnings`
16822023-12-30T05:31:10.605Z Compiling block-buffer v0.10.4
16832023-12-30T05:31:10.608Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=ad2cb9367955134f -C extra-filename=-ad2cb9367955134f --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-6144d53d6244ae57.rmeta --cap-lints allow -D warnings`
16842023-12-30T05:31:10.857Z Compiling pest v2.7.2
16852023-12-30T05:31:10.861Z Running `/home/build/.rustup/toolchains/1.74.1-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=6794cb547fd28a6d -C extra-filename=-6794cb547fd28a6d --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-1ef6d23b19ac3d6b.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-3f965a27b72c64f6.rmeta --cap-lints allow -D warnings`
16862023-12-30T05:31:11.021Z Compiling digest v0.10.7
16872023-12-30T05:31:11.024Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' -C metadata=33cffb59bc14d75d -C extra-filename=-33cffb59bc14d75d --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-ad2cb9367955134f.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-5699d189b136fd59.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings`
16882023-12-30T05:31:11.768Z Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-23e1951a599d59cd/build-script-build`
16892023-12-30T05:31:11.861Z Compiling want v0.3.1
16902023-12-30T05:31:11.865Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=620d2e79a9eb893f -C extra-filename=-620d2e79a9eb893f --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-dd164f28291d1568.rmeta --cap-lints allow -D warnings`
16912023-12-30T05:31:12.043Z Compiling zerocopy v0.7.31
16922023-12-30T05:31:12.080Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.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="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' -C metadata=3732617bf49537d4 -C extra-filename=-3732617bf49537d4 --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-4ff908e223b9ba35.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-340c52af3dd06b10.so --cap-lints allow -D warnings`
16932023-12-30T05:31:12.288Z Compiling cpufeatures v0.2.9
16942023-12-30T05:31:12.291Z Running `/home/build/.rustup/toolchains/1.74.1-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=161a8fd22ed990c1 -C extra-filename=-161a8fd22ed990c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16952023-12-30T05:31:12.435Z Compiling untrusted v0.9.0
16962023-12-30T05:31:12.438Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=018c813ad0174d69 -C extra-filename=-018c813ad0174d69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16972023-12-30T05:31:12.708Z Compiling openssl v0.10.60
16982023-12-30T05:31:12.712Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.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=73cabd87409db80e -C extra-filename=-73cabd87409db80e --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-73cabd87409db80e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16992023-12-30T05:31:13.054Z Compiling tower-service v0.3.2
17002023-12-30T05:31:13.057Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=977e35ace01a1844 -C extra-filename=-977e35ace01a1844 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17012023-12-30T05:31:13.240Z Compiling foreign-types-shared v0.1.1
17022023-12-30T05:31:13.308Z Running `/home/build/.rustup/toolchains/1.74.1-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=3851156061296a01 -C extra-filename=-3851156061296a01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17032023-12-30T05:31:13.402Z Compiling tracing v0.1.37
17042023-12-30T05:31:13.406Z Running `/home/build/.rustup/toolchains/1.74.1-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=f572e5f175be25c2 -C extra-filename=-f572e5f175be25c2 --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-6efcfb0956144885.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-17fa7956a99fcce3.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-6a2fd1b3fb75be06.rmeta --cap-lints allow -D warnings`
17052023-12-30T05:31:13.409Z Compiling openssl-probe v0.1.5
17062023-12-30T05:31:13.433Z Running `/home/build/.rustup/toolchains/1.74.1-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=52fc005630b42931 -C extra-filename=-52fc005630b42931 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17072023-12-30T05:31:13.437Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-73cabd87409db80e/build-script-build`
17082023-12-30T05:31:13.477Z Compiling foreign-types v0.3.2
17092023-12-30T05:31:13.481Z Running `/home/build/.rustup/toolchains/1.74.1-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=1e6848bdbd9674f1 -C extra-filename=-1e6848bdbd9674f1 --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-3851156061296a01.rmeta --cap-lints allow -D warnings`
17102023-12-30T05:31:13.621Z Running `/home/build/.rustup/toolchains/1.74.1-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=94addb4cbd5e3320 -C extra-filename=-94addb4cbd5e3320 --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-7defc2e9733c79ab.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-018c813ad0174d69.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test`
17112023-12-30T05:31:13.969Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.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=a59a91390b9da3fe -C extra-filename=-a59a91390b9da3fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings`
17122023-12-30T05:31:14.225Z Compiling openssl-macros v0.1.1
17132023-12-30T05:31:14.229Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=67de28fdf707fbe2 -C extra-filename=-67de28fdf707fbe2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings`
17142023-12-30T05:31:14.725Z Running `/home/build/.rustup/toolchains/1.74.1-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=340967dacea69100 -C extra-filename=-340967dacea69100 --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-6efcfb0956144885.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7defc2e9733c79ab.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3732617bf49537d4.rmeta --cap-lints allow -D warnings --cfg 'feature="folded_multiply"'`
17152023-12-30T05:31:15.513Z Running `/home/build/.rustup/toolchains/1.74.1-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=c6c20295bde35daf -C extra-filename=-c6c20295bde35daf --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-dc3967e2ac4e7655.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`
17162023-12-30T05:31:15.606Z Compiling hashbrown v0.13.2
17172023-12-30T05:31:15.609Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' -C metadata=5ef5b861026f5dfd -C extra-filename=-5ef5b861026f5dfd --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-340967dacea69100.rmeta --cap-lints allow -D warnings`
17182023-12-30T05:31:15.662Z Compiling mime v0.3.17
17192023-12-30T05:31:15.666Z Running `/home/build/.rustup/toolchains/1.74.1-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=6a7bea3b3edc87ca -C extra-filename=-6a7bea3b3edc87ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17202023-12-30T05:31:15.715Z Compiling rustls v0.21.9
17212023-12-30T05:31:15.741Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.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=20d61740ec4b8aa7 -C extra-filename=-20d61740ec4b8aa7 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-20d61740ec4b8aa7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17222023-12-30T05:31:16.235Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-20d61740ec4b8aa7/build-script-build`
17232023-12-30T05:31:16.279Z Compiling sct v0.7.0
17242023-12-30T05:31:16.284Z Running `/home/build/.rustup/toolchains/1.74.1-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=7cf5d67bd27f607a -C extra-filename=-7cf5d67bd27f607a --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-b3586cc9ea932d09.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2093d66368e033e3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out`
17252023-12-30T05:31:16.639Z Compiling ipnet v2.8.0
17262023-12-30T05:31:16.642Z Running `/home/build/.rustup/toolchains/1.74.1-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=a2c535568e1f8609 -C extra-filename=-a2c535568e1f8609 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17272023-12-30T05:31:16.750Z Compiling native-tls v0.2.11
17282023-12-30T05:31:16.788Z Running `/home/build/.rustup/toolchains/1.74.1-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=c476d253bc75cf03 -C extra-filename=-c476d253bc75cf03 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-c476d253bc75cf03 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17292023-12-30T05:31:17.372Z Compiling rustls-webpki v0.101.7
17302023-12-30T05:31:17.375Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=79bfc7d34aa7fc4f -C extra-filename=-79bfc7d34aa7fc4f --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-94addb4cbd5e3320.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-018c813ad0174d69.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out`
17312023-12-30T05:31:17.527Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-c476d253bc75cf03/build-script-build`
17322023-12-30T05:31:17.531Z Compiling rustls-pemfile v1.0.3
17332023-12-30T05:31:17.531Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.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=70cdd3080355303d -C extra-filename=-70cdd3080355303d --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-2142c24215a1cbad.rmeta --cap-lints allow -D warnings`
17342023-12-30T05:31:17.830Z Compiling backtrace v0.3.69
17352023-12-30T05:31:17.833Z Running `/home/build/.rustup/toolchains/1.74.1-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=8ab992b2e43b02ce -C extra-filename=-8ab992b2e43b02ce --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-8ab992b2e43b02ce -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e07eb99e53dfdc9c.rlib --cap-lints allow -D warnings`
17362023-12-30T05:31:18.091Z Compiling gimli v0.28.0
17372023-12-30T05:31:18.097Z Running `/home/build/.rustup/toolchains/1.74.1-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=5da496e35dfcf224 -C extra-filename=-5da496e35dfcf224 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17382023-12-30T05:31:18.676Z Running `/home/build/.rustup/toolchains/1.74.1-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=81aca5cc339569ca -C extra-filename=-81aca5cc339569ca --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-2b0b8e073f7f1ad3.so --cap-lints allow -D warnings`
17392023-12-30T05:31:18.679Z Running `/home/build/.rustup/toolchains/1.74.1-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=e6e9ac35ff5d0474 -C extra-filename=-e6e9ac35ff5d0474 --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-a8da004f5204fad5.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-79bfc7d34aa7fc4f.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-7cf5d67bd27f607a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out`
17402023-12-30T05:31:18.772Z Compiling crossbeam-utils v0.8.16
17412023-12-30T05:31:18.776Z Running `/home/build/.rustup/toolchains/1.74.1-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=1e3dca98d29440eb -C extra-filename=-1e3dca98d29440eb --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-1e3dca98d29440eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17422023-12-30T05:31:18.905Z Compiling unicode-xid v0.2.4
17432023-12-30T05:31:18.908Z Running `/home/build/.rustup/toolchains/1.74.1-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=bcfe243e41aa4734 -C extra-filename=-bcfe243e41aa4734 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17442023-12-30T05:31:18.998Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-8ab992b2e43b02ce/build-script-build`
17452023-12-30T05:31:19.040Z Compiling object v0.32.1
17462023-12-30T05:31:19.044Z Running `/home/build/.rustup/toolchains/1.74.1-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=af5fb22b71ac833d -C extra-filename=-af5fb22b71ac833d --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-19c64e24300af82f.rmeta --cap-lints allow -D warnings`
17472023-12-30T05:31:19.149Z Compiling encoding_rs v0.8.33
17482023-12-30T05:31:19.153Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.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=28791e7cdcc2db15 -C extra-filename=-28791e7cdcc2db15 --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-6efcfb0956144885.rmeta --cap-lints allow -D warnings`
17492023-12-30T05:31:19.677Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-1e3dca98d29440eb/build-script-build`
17502023-12-30T05:31:19.719Z Compiling anyhow v1.0.75
17512023-12-30T05:31:19.722Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.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=2609063c4951926a -C extra-filename=-2609063c4951926a --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-2609063c4951926a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17522023-12-30T05:31:20.052Z Compiling rustc-demangle v0.1.23
17532023-12-30T05:31:20.059Z Running `/home/build/.rustup/toolchains/1.74.1-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=70aed849af95af3b -C extra-filename=-70aed849af95af3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17542023-12-30T05:31:20.662Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-2609063c4951926a/build-script-build`
17552023-12-30T05:31:20.730Z Running `/home/build/.rustup/toolchains/1.74.1-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=479d9e8cd719f4b6 -C extra-filename=-479d9e8cd719f4b6 --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-6efcfb0956144885.rmeta --cap-lints allow -D warnings`
17562023-12-30T05:31:20.900Z Compiling rustls-native-certs v0.6.3
17572023-12-30T05:31:20.903Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.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=b75ce79c970d398b -C extra-filename=-b75ce79c970d398b --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-52fc005630b42931.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-70cdd3080355303d.rmeta --cap-lints allow -D warnings`
17582023-12-30T05:31:21.584Z Compiling crc32fast v1.3.2
17592023-12-30T05:31:21.588Z Running `/home/build/.rustup/toolchains/1.74.1-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=4fe74826f206961b -C extra-filename=-4fe74826f206961b --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-4fe74826f206961b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17602023-12-30T05:31:21.679Z Compiling utf8parse v0.2.1
17612023-12-30T05:31:21.682Z Running `/home/build/.rustup/toolchains/1.74.1-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=23480799e7d77cab -C extra-filename=-23480799e7d77cab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17622023-12-30T05:31:21.932Z Compiling slog v2.7.0
17632023-12-30T05:31:21.935Z Running `/home/build/.rustup/toolchains/1.74.1-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=0e6c76921b9dd799 -C extra-filename=-0e6c76921b9dd799 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-0e6c76921b9dd799 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17642023-12-30T05:31:22.444Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-4fe74826f206961b/build-script-build`
17652023-12-30T05:31:22.537Z Compiling base64ct v1.6.0
17662023-12-30T05:31:22.541Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=db2759387f67ed24 -C extra-filename=-db2759387f67ed24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17672023-12-30T05:31:22.569Z Compiling webpki-roots v0.25.2
17682023-12-30T05:31:22.572Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.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=f0b1a41367742ca3 -C extra-filename=-f0b1a41367742ca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17692023-12-30T05:31:22.818Z Running `/home/build/.rustup/toolchains/1.74.1-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=ddd6b783a064eb7e -C extra-filename=-ddd6b783a064eb7e --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-6efcfb0956144885.rmeta --cap-lints allow -D warnings --cfg crc32fast_stdarchx86`
17702023-12-30T05:31:22.826Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-0e6c76921b9dd799/build-script-build`
17712023-12-30T05:31:22.918Z Running `/home/build/.rustup/toolchains/1.74.1-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=e4b1c162c07fec80 -C extra-filename=-e4b1c162c07fec80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg integer128`
17722023-12-30T05:31:23.318Z Compiling anstyle v1.0.2
17732023-12-30T05:31:23.318Z Running `/home/build/.rustup/toolchains/1.74.1-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=ae5ed257b591d4e2 -C extra-filename=-ae5ed257b591d4e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17742023-12-30T05:31:23.546Z Compiling io-lifetimes v1.0.11
17752023-12-30T05:31:23.550Z Running `/home/build/.rustup/toolchains/1.74.1-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=7f0bb9cfe37845eb -C extra-filename=-7f0bb9cfe37845eb --out-dir /work/oxidecomputer/omicron/target/debug/build/io-lifetimes-7f0bb9cfe37845eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17762023-12-30T05:31:24.054Z Compiling rustversion v1.0.14
17772023-12-30T05:31:24.057Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.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=765d7dbc8dd28acc -C extra-filename=-765d7dbc8dd28acc --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-765d7dbc8dd28acc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17782023-12-30T05:31:24.285Z Compiling num-integer v0.1.45
17792023-12-30T05:31:24.288Z Running `/home/build/.rustup/toolchains/1.74.1-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=a16d29494631f63a -C extra-filename=-a16d29494631f63a --out-dir /work/oxidecomputer/omicron/target/debug/build/num-integer-a16d29494631f63a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings`
17802023-12-30T05:31:24.613Z Running `/work/oxidecomputer/omicron/target/debug/build/io-lifetimes-7f0bb9cfe37845eb/build-script-build`
17812023-12-30T05:31:24.844Z Compiling time-core v0.1.1
17822023-12-30T05:31:24.847Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=96cfe055a2065dfc -C extra-filename=-96cfe055a2065dfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17832023-12-30T05:31:24.950Z Compiling rustix v0.37.23
17842023-12-30T05:31:24.953Z Running `/home/build/.rustup/toolchains/1.74.1-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=ffe698edf9936ad4 -C extra-filename=-ffe698edf9936ad4 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-ffe698edf9936ad4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17852023-12-30T05:31:25.110Z Compiling addr2line v0.21.0
17862023-12-30T05:31:25.147Z Running `/home/build/.rustup/toolchains/1.74.1-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=6052e16ec89be577 -C extra-filename=-6052e16ec89be577 --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-5da496e35dfcf224.rmeta --cap-lints allow -D warnings`
17872023-12-30T05:31:25.186Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-765d7dbc8dd28acc/build-script-build`
17882023-12-30T05:31:25.284Z Running `/home/build/.rustup/toolchains/1.74.1-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=aa4a5c579286af9a -C extra-filename=-aa4a5c579286af9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
17892023-12-30T05:31:26.044Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-ffe698edf9936ad4/build-script-build`
17902023-12-30T05:31:26.172Z Compiling time-macros v0.2.13
17912023-12-30T05:31:26.176Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.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=7b759573e934a70a -C extra-filename=-7b759573e934a70a --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-96cfe055a2065dfc.rlib --extern proc_macro --cap-lints allow -D warnings`
17922023-12-30T05:31:26.203Z Running `/home/build/.rustup/toolchains/1.74.1-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=00720f98abf64e48 -C extra-filename=-00720f98abf64e48 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings --cfg io_safety_is_in_std`
17932023-12-30T05:31:26.426Z Running `/work/oxidecomputer/omicron/target/debug/build/num-integer-a16d29494631f63a/build-script-build`
17942023-12-30T05:31:26.468Z Compiling pem-rfc7468 v0.7.0
17952023-12-30T05:31:26.493Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=477fdaa156d56e80 -C extra-filename=-477fdaa156d56e80 --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-db2759387f67ed24.rmeta --cap-lints allow -D warnings`
17962023-12-30T05:31:26.497Z Compiling synstructure v0.12.6
17972023-12-30T05:31:26.500Z Running `/home/build/.rustup/toolchains/1.74.1-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=80bec56890efd24e -C extra-filename=-80bec56890efd24e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-bcfe243e41aa4734.rmeta --cap-lints allow -D warnings`
17982023-12-30T05:31:27.251Z Compiling futures-executor v0.3.29
17992023-12-30T05:31:27.255Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.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=7155313a3bd00777 -C extra-filename=-7155313a3bd00777 --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-bacbb989514d74d7.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1d9f0def4c649509.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-27679b6a1ff6042a.rmeta --cap-lints allow -D warnings`
18002023-12-30T05:31:27.712Z Compiling pest_meta v2.7.2
18012023-12-30T05:31:27.715Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-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=4d4ada66f29d4330 -C extra-filename=-4d4ada66f29d4330 --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-78575848a39b5a91.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-6794cb547fd28a6d.rmeta --cap-lints allow -D warnings`
18022023-12-30T05:31:27.966Z Compiling der_derive v0.7.2
18032023-12-30T05:31:27.970Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der_derive-0.7.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=02405a3921368291 -C extra-filename=-02405a3921368291 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings`
18042023-12-30T05:31:28.204Z Compiling flagset v0.4.3
18052023-12-30T05:31:28.207Z Running `/home/build/.rustup/toolchains/1.74.1-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=74ed7ba095b83344 -C extra-filename=-74ed7ba095b83344 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18062023-12-30T05:31:28.513Z Compiling bytes v1.5.0
18072023-12-30T05:31:28.516Z Running `/home/build/.rustup/toolchains/1.74.1-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=26d2b68a816ef0bf -C extra-filename=-26d2b68a816ef0bf --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-81aca5cc339569ca.rmeta --cap-lints allow -D warnings`
18082023-12-30T05:31:28.842Z Compiling bitflags v2.4.0
18092023-12-30T05:31:28.881Z Running `/home/build/.rustup/toolchains/1.74.1-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=231be48fc33c3583 -C extra-filename=-231be48fc33c3583 --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-81aca5cc339569ca.rmeta --cap-lints allow -D warnings`
18102023-12-30T05:31:29.510Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.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=fc4ab9d5afef8881 -C extra-filename=-fc4ab9d5afef8881 --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-7ee2097a83409d11.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-ef556ccf273fb97d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --cap-lints allow -D warnings --cfg limb_width_64`
18112023-12-30T05:31:29.543Z Compiling indexmap v2.1.0
18122023-12-30T05:31:29.580Z Running `/home/build/.rustup/toolchains/1.74.1-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=e32116058b5ecd69 -C extra-filename=-e32116058b5ecd69 --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-53c175ade642ea34.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-f0335255f70f2164.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --cap-lints allow -D warnings`
18132023-12-30T05:31:30.380Z Compiling tokio v1.35.0
18142023-12-30T05:31:30.383Z Running `/home/build/.rustup/toolchains/1.74.1-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=f220d257bdb19ce1 -C extra-filename=-f220d257bdb19ce1 --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-26d2b68a816ef0bf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-55ccbb6e3cb276b0.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-46d4bea4d320c912.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a83af483cd943d6f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-a45d52795e3caba7.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1883b6e44d740cc2.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-8361676fc23d9d01.so --cap-lints allow -D warnings`
18152023-12-30T05:31:30.719Z Compiling chrono v0.4.31
18162023-12-30T05:31:30.744Z Running `/home/build/.rustup/toolchains/1.74.1-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=dee72db7b50e2635 -C extra-filename=-dee72db7b50e2635 --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-42f31a2f50589a64.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --cap-lints allow -D warnings`
18172023-12-30T05:31:31.585Z Compiling uuid v1.6.1
18182023-12-30T05:31:31.589Z Running `/home/build/.rustup/toolchains/1.74.1-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=dfa86dca8f1e4c06 -C extra-filename=-dfa86dca8f1e4c06 --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-7defc2e9733c79ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --cap-lints allow -D warnings`
18192023-12-30T05:31:32.089Z Running `/home/build/.rustup/toolchains/1.74.1-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=68535836c6248cbe -C extra-filename=-68535836c6248cbe --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-231be48fc33c3583.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-077c7c2d8ef378ab.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
18202023-12-30T05:31:32.653Z Compiling http v0.2.11
18212023-12-30T05:31:32.657Z Running `/home/build/.rustup/toolchains/1.74.1-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=34aeba7a2b5565c1 -C extra-filename=-34aeba7a2b5565c1 --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-26d2b68a816ef0bf.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --cap-lints allow -D warnings`
18222023-12-30T05:31:33.658Z Running `/home/build/.rustup/toolchains/1.74.1-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=8694a2231427ed8e -C extra-filename=-8694a2231427ed8e --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-81aca5cc339569ca.rmeta --cap-lints allow -D warnings`
18232023-12-30T05:31:34.227Z Compiling serde_spanned v0.6.4
18242023-12-30T05:31:34.230Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.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=02083e942279b873 -C extra-filename=-02083e942279b873 --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-81aca5cc339569ca.rmeta --cap-lints allow -D warnings`
18252023-12-30T05:31:34.597Z Compiling toml_datetime v0.6.5
18262023-12-30T05:31:34.600Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.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=cff853258082ae9d -C extra-filename=-cff853258082ae9d --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-81aca5cc339569ca.rmeta --cap-lints allow -D warnings`
18272023-12-30T05:31:34.740Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-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="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=968b50809f0c1d75 -C extra-filename=-968b50809f0c1d75 --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-26d2b68a816ef0bf.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fdf79af5d0119df4.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-ef8020d4c811c74a.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
18282023-12-30T05:31:34.892Z Compiling rustc_version v0.4.0
18292023-12-30T05:31:34.898Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=acc946df0c2c5c42 -C extra-filename=-acc946df0c2c5c42 --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-8694a2231427ed8e.rmeta --cap-lints allow -D warnings`
18302023-12-30T05:31:35.309Z Compiling http-body v0.4.5
18312023-12-30T05:31:35.313Z Running `/home/build/.rustup/toolchains/1.74.1-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=fb95526dc5a34bdf -C extra-filename=-fb95526dc5a34bdf --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-26d2b68a816ef0bf.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --cap-lints allow -D warnings`
18322023-12-30T05:31:35.942Z Running `/home/build/.rustup/toolchains/1.74.1-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=a2491b5699d542e7 -C extra-filename=-a2491b5699d542e7 --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-231be48fc33c3583.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1e6848bdbd9674f1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-67de28fdf707fbe2.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-c6c20295bde35daf.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`
18332023-12-30T05:31:36.145Z Compiling toml_edit v0.19.15
18342023-12-30T05:31:36.148Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=e2500bdc44852e13 -C extra-filename=-e2500bdc44852e13 --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-e32116058b5ecd69.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-02083e942279b873.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-cff853258082ae9d.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bb48f977d0538890.rmeta --cap-lints allow -D warnings`
18352023-12-30T05:31:36.306Z Compiling serde_urlencoded v0.7.1
18362023-12-30T05:31:36.358Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c1000173e9dffb06 -C extra-filename=-c1000173e9dffb06 --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-f43b5444f1071237.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-ef556ccf273fb97d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --cap-lints allow -D warnings`
18372023-12-30T05:31:36.849Z Running `/home/build/.rustup/toolchains/1.74.1-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=f78015f3f4b4e7cf -C extra-filename=-f78015f3f4b4e7cf --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-6052e16ec89be577.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-4f9e4bdaef8c0393.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-af5fb22b71ac833d.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-70aed849af95af3b.rmeta --cap-lints allow -D warnings`
18382023-12-30T05:31:37.024Z Compiling openapiv3 v2.0.0
18392023-12-30T05:31:37.028Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' -C metadata=ee510d5a1df366ae -C extra-filename=-ee510d5a1df366ae --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-e32116058b5ecd69.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --cap-lints allow -D warnings`
18402023-12-30T05:31:37.138Z Compiling hex v0.4.3
18412023-12-30T05:31:37.144Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=03578e447d799aca -C extra-filename=-03578e447d799aca --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-81aca5cc339569ca.rmeta --cap-lints allow -D warnings`
18422023-12-30T05:31:37.427Z Compiling num_threads v0.1.6
18432023-12-30T05:31:37.450Z Running `/home/build/.rustup/toolchains/1.74.1-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=eec35d3b26bec874 -C extra-filename=-eec35d3b26bec874 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18442023-12-30T05:31:37.608Z Compiling unicode-segmentation v1.10.1
18452023-12-30T05:31:37.670Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.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=3db9a7183557834f -C extra-filename=-3db9a7183557834f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18462023-12-30T05:31:38.087Z Compiling deranged v0.3.8
18472023-12-30T05:31:38.090Z Running `/home/build/.rustup/toolchains/1.74.1-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=f1e8d29b640f424e -C extra-filename=-f1e8d29b640f424e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18482023-12-30T05:31:39.096Z Running `/home/build/.rustup/toolchains/1.74.1-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=e30e64f4bfa38f26 -C extra-filename=-e30e64f4bfa38f26 --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-f78015f3f4b4e7cf.rmeta --cap-lints allow -D warnings`
18492023-12-30T05:31:40.723Z Compiling der v0.7.8
18502023-12-30T05:31:40.729Z Running `/home/build/.rustup/toolchains/1.74.1-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=e6835b79b619d6d1 -C extra-filename=-e6835b79b619d6d1 --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-66455a9b00682027.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-02405a3921368291.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-74ed7ba095b83344.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rmeta --cap-lints allow -D warnings`
18512023-12-30T05:31:41.158Z Compiling time v0.3.27
18522023-12-30T05:31:41.161Z Running `/home/build/.rustup/toolchains/1.74.1-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=d1ff6e7bab6b096b -C extra-filename=-d1ff6e7bab6b096b --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-f1e8d29b640f424e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-eec35d3b26bec874.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-96cfe055a2065dfc.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-7b759573e934a70a.so --cap-lints allow -D warnings`
18532023-12-30T05:31:41.373Z Compiling pest_generator v2.7.2
18542023-12-30T05:31:41.376Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.2/src/lib.rs --error-format=json --json=diagnostic-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=c3261f6c6df5397d -C extra-filename=-c3261f6c6df5397d --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-6794cb547fd28a6d.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-4d4ada66f29d4330.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rmeta --cap-lints allow -D warnings`
18552023-12-30T05:31:43.132Z Compiling tokio-util v0.7.10
18562023-12-30T05:31:43.135Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.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=2a94024946263176 -C extra-filename=-2a94024946263176 --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-26d2b68a816ef0bf.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-bacbb989514d74d7.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7b53465c7a25004.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f572e5f175be25c2.rmeta --cap-lints allow -D warnings`
18572023-12-30T05:31:44.779Z Compiling tokio-rustls v0.24.1
18582023-12-30T05:31:44.819Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=bcbd4a518c1df6e5 -C extra-filename=-bcbd4a518c1df6e5 --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-e6e9ac35ff5d0474.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out`
18592023-12-30T05:31:45.390Z Compiling h2 v0.3.21
18602023-12-30T05:31:45.394Z Running `/home/build/.rustup/toolchains/1.74.1-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=6c6db608ea9e02d0 -C extra-filename=-6c6db608ea9e02d0 --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-26d2b68a816ef0bf.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-bacbb989514d74d7.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7b53465c7a25004.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-27679b6a1ff6042a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-30180bc88c646d38.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0836b13490fe26db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f572e5f175be25c2.rmeta --cap-lints allow -D warnings`
18612023-12-30T05:31:45.629Z Compiling zerocopy-derive v0.2.0
18622023-12-30T05:31:45.632Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.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=acc65cb575e4b3cd -C extra-filename=-acc65cb575e4b3cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-80bec56890efd24e.rlib --extern proc_macro --cap-lints allow -D warnings`
18632023-12-30T05:31:45.659Z Running `/home/build/.rustup/toolchains/1.74.1-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=b22e93c0eb8e8193 -C extra-filename=-b22e93c0eb8e8193 --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-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings --cfg has_i128`
18642023-12-30T05:31:46.250Z Running `/home/build/.rustup/toolchains/1.74.1-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=a726d557570cfcaf -C extra-filename=-a726d557570cfcaf --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-a8da004f5204fad5.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-52fc005630b42931.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-c6c20295bde35daf.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
18652023-12-30T05:31:46.994Z Compiling tokio-native-tls v0.3.1
18662023-12-30T05:31:46.997Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=410111972e932f92 -C extra-filename=-410111972e932f92 --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-a726d557570cfcaf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
18672023-12-30T05:31:47.213Z Running `/home/build/.rustup/toolchains/1.74.1-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=c1ccf61937009c6b -C extra-filename=-c1ccf61937009c6b --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-8861c4fe0bf9ac1d.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-077c7c2d8ef378ab.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-00720f98abf64e48.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
18682023-12-30T05:31:47.395Z Compiling flate2 v1.0.28
18692023-12-30T05:31:47.398Z Running `/home/build/.rustup/toolchains/1.74.1-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=5973d0184683efce -C extra-filename=-5973d0184683efce --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-ddd6b783a064eb7e.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-4f9e4bdaef8c0393.rmeta --cap-lints allow -D warnings`
18702023-12-30T05:31:49.082Z Compiling anstyle-parse v0.2.1
18712023-12-30T05:31:49.086Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=ce5764de1bab163e -C extra-filename=-ce5764de1bab163e --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-23480799e7d77cab.rmeta --cap-lints allow -D warnings`
18722023-12-30T05:31:49.310Z Compiling siphasher v0.3.11
18732023-12-30T05:31:49.316Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1135da77659c2954 -C extra-filename=-1135da77659c2954 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18742023-12-30T05:31:49.534Z Compiling colorchoice v1.0.0
18752023-12-30T05:31:49.538Z Running `/home/build/.rustup/toolchains/1.74.1-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=dd65179b4ecaff10 -C extra-filename=-dd65179b4ecaff10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18762023-12-30T05:31:49.630Z Compiling anstyle-query v1.0.0
18772023-12-30T05:31:49.634Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.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=ac94e4cd994c263f -C extra-filename=-ac94e4cd994c263f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18782023-12-30T05:31:49.662Z Compiling zerocopy v0.3.0
18792023-12-30T05:31:49.665Z Running `/home/build/.rustup/toolchains/1.74.1-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=d6913ecfb73c3c90 -C extra-filename=-d6913ecfb73c3c90 --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-4ff908e223b9ba35.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-acc65cb575e4b3cd.so --cap-lints allow -D warnings`
18802023-12-30T05:31:49.739Z Compiling terminal_size v0.2.6
18812023-12-30T05:31:49.742Z Running `/home/build/.rustup/toolchains/1.74.1-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=874c7af5b27a9115 -C extra-filename=-874c7af5b27a9115 --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-c1ccf61937009c6b.rmeta --cap-lints allow -D warnings`
18822023-12-30T05:31:49.828Z Compiling anstream v0.5.0
18832023-12-30T05:31:49.831Z Running `/home/build/.rustup/toolchains/1.74.1-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=1234f0275edc234f -C extra-filename=-1234f0275edc234f --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-ae5ed257b591d4e2.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-ce5764de1bab163e.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-ac94e4cd994c263f.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-dd65179b4ecaff10.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-23480799e7d77cab.rmeta --cap-lints allow -D warnings`
18842023-12-30T05:31:49.959Z Compiling pest_derive v2.7.2
18852023-12-30T05:31:49.963Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.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=eb3eb2e13d6abae2 -C extra-filename=-eb3eb2e13d6abae2 --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-6794cb547fd28a6d.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-c3261f6c6df5397d.rlib --extern proc_macro --cap-lints allow -D warnings`
18862023-12-30T05:31:50.015Z Compiling spki v0.7.2
18872023-12-30T05:31:50.018Z Running `/home/build/.rustup/toolchains/1.74.1-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=dc4631bd9effa8df -C extra-filename=-dc4631bd9effa8df --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-e6835b79b619d6d1.rmeta --cap-lints allow -D warnings`
18882023-12-30T05:31:50.208Z Compiling heapless v0.7.16
18892023-12-30T05:31:50.211Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.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=bad39751f9cabda9 -C extra-filename=-bad39751f9cabda9 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-bad39751f9cabda9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-acc946df0c2c5c42.rlib --cap-lints allow -D warnings`
18902023-12-30T05:31:50.604Z Compiling futures v0.3.29
18912023-12-30T05:31:50.607Z Running `/home/build/.rustup/toolchains/1.74.1-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=291b307e90d86504 -C extra-filename=-291b307e90d86504 --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-db195f051fe2c4db.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-bacbb989514d74d7.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-7155313a3bd00777.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-d641bf884fcc7ec5.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7b53465c7a25004.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1d9f0def4c649509.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-27679b6a1ff6042a.rmeta --cap-lints allow -D warnings`
18922023-12-30T05:31:50.639Z Compiling memoffset v0.9.0
18932023-12-30T05:31:50.684Z Running `/home/build/.rustup/toolchains/1.74.1-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=04a1f2539d27e3f8 -C extra-filename=-04a1f2539d27e3f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-04a1f2539d27e3f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings`
18942023-12-30T05:31:50.774Z Compiling usdt-impl v0.3.5
18952023-12-30T05:31:50.778Z Running `/home/build/.rustup/toolchains/1.74.1-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=07613bffa45ac679 -C extra-filename=-07613bffa45ac679 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-07613bffa45ac679 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings`
18962023-12-30T05:31:50.899Z Compiling clap_lex v0.5.1
18972023-12-30T05:31:50.902Z Compiling bit-vec v0.6.3
18982023-12-30T05:31:50.927Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.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=a4396c6f259c7728 -C extra-filename=-a4396c6f259c7728 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18992023-12-30T05:31:50.931Z Running `/home/build/.rustup/toolchains/1.74.1-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=a55d8fa36e94059e -C extra-filename=-a55d8fa36e94059e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19002023-12-30T05:31:50.986Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-bad39751f9cabda9/build-script-build`
19012023-12-30T05:31:51.086Z Compiling dof v0.1.5
19022023-12-30T05:31:51.089Z Running `/home/build/.rustup/toolchains/1.74.1-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=342259231a40b606 -C extra-filename=-342259231a40b606 --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-1ef6d23b19ac3d6b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d6913ecfb73c3c90.rmeta --cap-lints allow -D warnings`
19032023-12-30T05:31:51.231Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-04a1f2539d27e3f8/build-script-build`
19042023-12-30T05:31:51.394Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-07613bffa45ac679/build-script-build`
19052023-12-30T05:31:51.434Z Compiling clap_builder v4.4.2
19062023-12-30T05:31:51.437Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.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=5719f59f113c47d6 -C extra-filename=-5719f59f113c47d6 --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-1234f0275edc234f.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-ae5ed257b591d4e2.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-a4396c6f259c7728.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-9615ee8240108c1a.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-874c7af5b27a9115.rmeta --cap-lints allow -D warnings`
19072023-12-30T05:31:51.550Z Compiling dtrace-parser v0.1.14
19082023-12-30T05:31:51.554Z Running `/home/build/.rustup/toolchains/1.74.1-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=95dc9d25ca6cebac -C extra-filename=-95dc9d25ca6cebac --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-6794cb547fd28a6d.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-eb3eb2e13d6abae2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --cap-lints allow -D warnings`
19092023-12-30T05:31:51.600Z Compiling toml v0.7.8
19102023-12-30T05:31:51.604Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=2326cb9c9a527358 -C extra-filename=-2326cb9c9a527358 --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-81aca5cc339569ca.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-02083e942279b873.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-cff853258082ae9d.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e2500bdc44852e13.rmeta --cap-lints allow -D warnings`
19112023-12-30T05:31:51.629Z Compiling toml_edit v0.21.0
19122023-12-30T05:31:51.682Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.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=b5f8453f86a34589 -C extra-filename=-b5f8453f86a34589 --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-e32116058b5ecd69.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-02083e942279b873.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-cff853258082ae9d.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bb48f977d0538890.rmeta --cap-lints allow -D warnings`
19132023-12-30T05:31:51.686Z Compiling clap_derive v4.4.2
19142023-12-30T05:31:51.711Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.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=9f5ae09213e85125 -C extra-filename=-9f5ae09213e85125 --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings`
19152023-12-30T05:31:52.631Z Compiling itertools v0.10.5
19162023-12-30T05:31:52.634Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=015c0fad4a8ed83f -C extra-filename=-015c0fad4a8ed83f --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-88da6cc752eb5faf.rmeta --cap-lints allow -D warnings`
19172023-12-30T05:31:54.599Z Compiling thread-id v4.2.0
19182023-12-30T05:31:54.602Z Running `/home/build/.rustup/toolchains/1.74.1-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=9e8738552796bbb4 -C extra-filename=-9e8738552796bbb4 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
19192023-12-30T05:31:54.767Z Compiling hash32 v0.2.1
19202023-12-30T05:31:54.770Z Running `/home/build/.rustup/toolchains/1.74.1-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=8ca0bcbf99a0bf82 -C extra-filename=-8ca0bcbf99a0bf82 --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-4ff908e223b9ba35.rmeta --cap-lints allow -D warnings`
19212023-12-30T05:31:54.982Z Compiling crossbeam-epoch v0.9.15
19222023-12-30T05:31:54.985Z Running `/home/build/.rustup/toolchains/1.74.1-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=3262f2565d2545f8 -C extra-filename=-3262f2565d2545f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-3262f2565d2545f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings`
19232023-12-30T05:31:55.352Z Compiling stable_deref_trait v1.2.0
19242023-12-30T05:31:55.355Z Running `/home/build/.rustup/toolchains/1.74.1-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=f91a802ad56db795 -C extra-filename=-f91a802ad56db795 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19252023-12-30T05:31:55.497Z Compiling data-encoding v2.4.0
19262023-12-30T05:31:55.500Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.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=e5f44abe68a68320 -C extra-filename=-e5f44abe68a68320 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19272023-12-30T05:31:55.810Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-3262f2565d2545f8/build-script-build`
19282023-12-30T05:31:55.871Z Running `/home/build/.rustup/toolchains/1.74.1-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=025979a2ac8a4027 -C extra-filename=-025979a2ac8a4027 --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-8ca0bcbf99a0bf82.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-f91a802ad56db795.rmeta --cap-lints allow -D warnings --cfg has_cas --cfg has_atomics`
19292023-12-30T05:31:56.034Z Running `/home/build/.rustup/toolchains/1.74.1-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=b6fb6e63b2b4a1db -C extra-filename=-b6fb6e63b2b4a1db --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-4ff908e223b9ba35.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-342259231a40b606.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-95dc9d25ca6cebac.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-9e8738552796bbb4.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard`
19302023-12-30T05:31:57.334Z Compiling hyper v0.14.27
19312023-12-30T05:31:57.337Z Running `/home/build/.rustup/toolchains/1.74.1-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=0aaf2370066420d3 -C extra-filename=-0aaf2370066420d3 --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-26d2b68a816ef0bf.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-db195f051fe2c4db.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-bacbb989514d74d7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-27679b6a1ff6042a.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-6c6db608ea9e02d0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-fb95526dc5a34bdf.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5165d982a445385a.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-17048ad0d39f59d3.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4e488eaa3affc45b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-977e35ace01a1844.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f572e5f175be25c2.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-620d2e79a9eb893f.rmeta --cap-lints allow -D warnings`
19322023-12-30T05:31:57.804Z Running `/home/build/.rustup/toolchains/1.74.1-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=b6ff563025951da1 -C extra-filename=-b6ff563025951da1 --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`
19332023-12-30T05:31:57.961Z Compiling pkcs8 v0.10.2
19342023-12-30T05:31:57.965Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=39538edefc759022 -C extra-filename=-39538edefc759022 --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-e6835b79b619d6d1.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-dc4631bd9effa8df.rmeta --cap-lints allow -D warnings`
19352023-12-30T05:31:58.920Z Compiling serde_tokenstream v0.1.7
19362023-12-30T05:31:58.950Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.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=f1b9b904173f7877 -C extra-filename=-f1b9b904173f7877 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rmeta --cap-lints allow -D warnings`
19372023-12-30T05:31:58.973Z Compiling strum_macros v0.25.2
19382023-12-30T05:31:58.979Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.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=66239c5eb518f684 -C extra-filename=-66239c5eb518f684 --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-aa4a5c579286af9a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings`
19392023-12-30T05:31:59.548Z Compiling zerocopy-derive v0.6.4
19402023-12-30T05:31:59.551Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.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=46abb8c0b98a593c -C extra-filename=-46abb8c0b98a593c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings`
19412023-12-30T05:31:59.734Z Compiling num-iter v0.1.43
19422023-12-30T05:31:59.737Z Running `/home/build/.rustup/toolchains/1.74.1-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=cfdee6315037ba62 -C extra-filename=-cfdee6315037ba62 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-iter-cfdee6315037ba62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings`
19432023-12-30T05:32:00.318Z Compiling fixedbitset v0.4.2
19442023-12-30T05:32:00.343Z Running `/home/build/.rustup/toolchains/1.74.1-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=df657a3bdf785ff2 -C extra-filename=-df657a3bdf785ff2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19452023-12-30T05:32:00.723Z Compiling clap v4.4.3
19462023-12-30T05:32:00.730Z Running `/home/build/.rustup/toolchains/1.74.1-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=4aaae1e4e37a6bca -C extra-filename=-4aaae1e4e37a6bca --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-5719f59f113c47d6.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-9f5ae09213e85125.so --cap-lints allow -D warnings`
19472023-12-30T05:32:00.890Z Compiling managed v0.8.0
19482023-12-30T05:32:00.893Z Running `/home/build/.rustup/toolchains/1.74.1-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=f3363b8ae905f1e2 -C extra-filename=-f3363b8ae905f1e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19492023-12-30T05:32:01.034Z Compiling petgraph v0.6.4
19502023-12-30T05:32:01.078Z Running `/home/build/.rustup/toolchains/1.74.1-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=c302401deee1851d -C extra-filename=-c302401deee1851d --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-df657a3bdf785ff2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2b0b8e073f7f1ad3.so --cap-lints allow -D warnings`
19512023-12-30T05:32:01.639Z Running `/work/oxidecomputer/omicron/target/debug/build/num-iter-cfdee6315037ba62/build-script-build`
19522023-12-30T05:32:01.887Z Running `/home/build/.rustup/toolchains/1.74.1-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=f0fa698477c03a85 -C extra-filename=-f0fa698477c03a85 --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-6efcfb0956144885.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-b6ff563025951da1.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9e6bfb0ad023803f.rmeta --cap-lints allow -D warnings`
19532023-12-30T05:32:03.167Z Compiling bit-set v0.5.3
19542023-12-30T05:32:03.171Z Running `/home/build/.rustup/toolchains/1.74.1-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=1273314ddbc76afe -C extra-filename=-1273314ddbc76afe --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-a55d8fa36e94059e.rmeta --cap-lints allow -D warnings`
19552023-12-30T05:32:03.246Z Compiling phf_shared v0.10.0
19562023-12-30T05:32:03.249Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b2e47393eb942112 -C extra-filename=-b2e47393eb942112 --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-1135da77659c2954.rmeta --cap-lints allow -D warnings`
19572023-12-30T05:32:03.583Z Compiling ipnetwork v0.20.0
19582023-12-30T05:32:03.588Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=cccbd41aa93620ff -C extra-filename=-cccbd41aa93620ff --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-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --cap-lints allow -D warnings`
19592023-12-30T05:32:03.614Z Compiling zerocopy v0.6.4
19602023-12-30T05:32:03.618Z Running `/home/build/.rustup/toolchains/1.74.1-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=8d14b62f88fd6910 -C extra-filename=-8d14b62f88fd6910 --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-4ff908e223b9ba35.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-46abb8c0b98a593c.so --cap-lints allow -D warnings`
19612023-12-30T05:32:03.906Z Compiling sha2 v0.10.8
19622023-12-30T05:32:03.909Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' -C metadata=876403c8157aaf07 -C extra-filename=-876403c8157aaf07 --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-6efcfb0956144885.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-161a8fd22ed990c1.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-33cffb59bc14d75d.rmeta --cap-lints allow -D warnings`
19632023-12-30T05:32:05.044Z Compiling minimal-lexical v0.2.1
19642023-12-30T05:32:05.048Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=5bf297f54c1c9b96 -C extra-filename=-5bf297f54c1c9b96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19652023-12-30T05:32:05.098Z Compiling precomputed-hash v0.1.1
19662023-12-30T05:32:05.134Z Running `/home/build/.rustup/toolchains/1.74.1-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=be16b96cd7defe0a -C extra-filename=-be16b96cd7defe0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19672023-12-30T05:32:05.167Z Compiling new_debug_unreachable v1.0.4
19682023-12-30T05:32:05.170Z Running `/home/build/.rustup/toolchains/1.74.1-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=08a7a2cf8d163ca8 -C extra-filename=-08a7a2cf8d163ca8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19692023-12-30T05:32:05.265Z Running `/home/build/.rustup/toolchains/1.74.1-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=d8cd4b690e287255 -C extra-filename=-d8cd4b690e287255 --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-b22e93c0eb8e8193.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings --cfg has_i128 --cfg rustc_1_28`
19702023-12-30T05:32:05.301Z Compiling string_cache v0.8.7
19712023-12-30T05:32:05.304Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' -C metadata=985cb4d25c7efa21 -C extra-filename=-985cb4d25c7efa21 --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-08a7a2cf8d163ca8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a83af483cd943d6f.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-b2e47393eb942112.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-be16b96cd7defe0a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --cap-lints allow -D warnings`
19722023-12-30T05:32:05.536Z Compiling usdt-macro v0.3.5
19732023-12-30T05:32:05.540Z Running `/home/build/.rustup/toolchains/1.74.1-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=6cc7ec507f9f08c3 -C extra-filename=-6cc7ec507f9f08c3 --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-95dc9d25ca6cebac.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f1b9b904173f7877.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-b6fb6e63b2b4a1db.rlib --extern proc_macro --cap-lints allow -D warnings`
19742023-12-30T05:32:05.879Z Compiling nom v7.1.3
19752023-12-30T05:32:05.882Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=24dc8bd775458b21 -C extra-filename=-24dc8bd775458b21 --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-19c64e24300af82f.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-5bf297f54c1c9b96.rmeta --cap-lints allow -D warnings`
19762023-12-30T05:32:06.054Z Compiling usdt-attr-macro v0.3.5
19772023-12-30T05:32:06.058Z Running `/home/build/.rustup/toolchains/1.74.1-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=43b30109c3416c43 -C extra-filename=-43b30109c3416c43 --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-95dc9d25ca6cebac.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f1b9b904173f7877.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-b6fb6e63b2b4a1db.rlib --extern proc_macro --cap-lints allow -D warnings`
19782023-12-30T05:32:06.409Z Compiling hmac v0.12.1
19792023-12-30T05:32:06.444Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' -C metadata=22e8ca75eff77819 -C extra-filename=-22e8ca75eff77819 --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-33cffb59bc14d75d.rmeta --cap-lints allow -D warnings`
19802023-12-30T05:32:06.787Z Compiling bzip2-sys v0.1.11+1.0.8
19812023-12-30T05:32:06.790Z Running `/home/build/.rustup/toolchains/1.74.1-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=b6d4a8519447d0ad -C extra-filename=-b6d4a8519447d0ad --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b6d4a8519447d0ad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e07eb99e53dfdc9c.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d5e8df27f8d820e4.rlib --cap-lints allow -D warnings`
19822023-12-30T05:32:07.570Z Compiling doc-comment v0.3.3
19832023-12-30T05:32:07.573Z Running `/home/build/.rustup/toolchains/1.74.1-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=ca2ad0e50b7a2d32 -C extra-filename=-ca2ad0e50b7a2d32 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-ca2ad0e50b7a2d32 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19842023-12-30T05:32:07.670Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b6d4a8519447d0ad/build-script-build`
19852023-12-30T05:32:07.923Z Compiling pin-project-internal v1.1.3
19862023-12-30T05:32:07.926Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.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=e97c39305e815a47 -C extra-filename=-e97c39305e815a47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings`
19872023-12-30T05:32:08.053Z Compiling itertools v0.11.0
19882023-12-30T05:32:08.056Z Running `/home/build/.rustup/toolchains/1.74.1-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=89a889cf9a6c2547 -C extra-filename=-89a889cf9a6c2547 --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-88da6cc752eb5faf.rmeta --cap-lints allow -D warnings`
19892023-12-30T05:32:08.578Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-ca2ad0e50b7a2d32/build-script-build`
19902023-12-30T05:32:08.779Z Compiling hyper-tls v0.5.0
19912023-12-30T05:32:08.783Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.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=5679f37b788e4e90 -C extra-filename=-5679f37b788e4e90 --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-26d2b68a816ef0bf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-a726d557570cfcaf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-410111972e932f92.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
19922023-12-30T05:32:08.813Z Compiling hyper-rustls v0.24.2
19932023-12-30T05:32:08.838Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.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=6734e8ec3b55d985 -C extra-filename=-6734e8ec3b55d985 --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-27679b6a1ff6042a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-b75ce79c970d398b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-bcbd4a518c1df6e5.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out`
19942023-12-30T05:32:08.842Z Compiling usdt v0.3.5
19952023-12-30T05:32:08.848Z Running `/home/build/.rustup/toolchains/1.74.1-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=a6a3318ebc567ad9 -C extra-filename=-a6a3318ebc567ad9 --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-95dc9d25ca6cebac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-43b30109c3416c43.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-b6fb6e63b2b4a1db.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-6cc7ec507f9f08c3.so --cap-lints allow -D warnings`
19962023-12-30T05:32:09.251Z Compiling lalrpop-util v0.19.12
19972023-12-30T05:32:09.254Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5f0c5f1a0483f4f9 -C extra-filename=-5f0c5f1a0483f4f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19982023-12-30T05:32:09.309Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19992023-12-30T05:32:09.312Z Running `/home/build/.rustup/toolchains/1.74.1-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=2520cd927eeb8c43 -C extra-filename=-2520cd927eeb8c43 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-2520cd927eeb8c43 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20002023-12-30T05:32:09.655Z Compiling reqwest v0.11.22
20012023-12-30T05:32:09.659Z Running `/home/build/.rustup/toolchains/1.74.1-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=7401df202a7f1532 -C extra-filename=-7401df202a7f1532 --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-2142c24215a1cbad.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-28791e7cdcc2db15.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-bacbb989514d74d7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-27679b6a1ff6042a.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-6c6db608ea9e02d0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-fb95526dc5a34bdf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6734e8ec3b55d985.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-5679f37b788e4e90.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2c535568e1f8609.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6a7bea3b3edc87ca.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-a726d557570cfcaf.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-70cdd3080355303d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-410111972e932f92.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-bcbd4a518c1df6e5.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-977e35ace01a1844.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-f0b1a41367742ca3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64`
20022023-12-30T05:32:09.772Z Compiling regex-automata v0.1.10
20032023-12-30T05:32:09.775Z Running `/home/build/.rustup/toolchains/1.74.1-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=996bc283328738f3 -C extra-filename=-996bc283328738f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20042023-12-30T05:32:10.337Z Compiling matches v0.1.10
20052023-12-30T05:32:10.340Z Running `/home/build/.rustup/toolchains/1.74.1-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=df44d0fe1ef96816 -C extra-filename=-df44d0fe1ef96816 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20062023-12-30T05:32:10.479Z Compiling idna v0.2.3
20072023-12-30T05:32:10.530Z Running `/home/build/.rustup/toolchains/1.74.1-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=6852aa9ad09af8fd -C extra-filename=-6852aa9ad09af8fd --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-df44d0fe1ef96816.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-ea6d88cd11b1cdcf.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --cap-lints allow -D warnings`
20082023-12-30T05:32:10.533Z Compiling bstr v0.2.17
20092023-12-30T05:32:10.536Z Running `/home/build/.rustup/toolchains/1.74.1-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=b8e8dc310f6d46a3 -C extra-filename=-b8e8dc310f6d46a3 --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-1e7ab31398eb494a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-996bc283328738f3.rmeta --cap-lints allow -D warnings`
20102023-12-30T05:32:10.737Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-2520cd927eeb8c43/build-script-build`
20112023-12-30T05:32:10.866Z Running `/home/build/.rustup/toolchains/1.74.1-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=07fc207f0825dc23 -C extra-filename=-07fc207f0825dc23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20122023-12-30T05:32:11.005Z Running `/home/build/.rustup/toolchains/1.74.1-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=76daf4d3322729a2 -C extra-filename=-76daf4d3322729a2 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -l static=bz2`
20132023-12-30T05:32:11.215Z Compiling block-padding v0.3.3
20142023-12-30T05:32:11.218Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=68f1e95159cd6e6c -C extra-filename=-68f1e95159cd6e6c --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-6144d53d6244ae57.rmeta --cap-lints allow -D warnings`
20152023-12-30T05:32:11.611Z Compiling enum-as-inner v0.5.1
20162023-12-30T05:32:11.614Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.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=27803a47156d2921 -C extra-filename=-27803a47156d2921 --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings`
20172023-12-30T05:32:12.079Z Compiling diesel_table_macro_syntax v0.1.0
20182023-12-30T05:32:12.085Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_table_macro_syntax-0.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=089255638adf24a0 -C extra-filename=-089255638adf24a0 --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-e54d8ea74976bbed.rmeta --cap-lints allow -D warnings`
20192023-12-30T05:32:12.727Z Compiling scheduled-thread-pool v0.2.7
20202023-12-30T05:32:12.730Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=281b12225fe72a61 -C extra-filename=-281b12225fe72a61 --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-a83af483cd943d6f.rmeta --cap-lints allow -D warnings`
20212023-12-30T05:32:12.864Z Compiling num-bigint v0.4.4
20222023-12-30T05:32:12.867Z Running `/home/build/.rustup/toolchains/1.74.1-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=8bc1e19ddb5ababb -C extra-filename=-8bc1e19ddb5ababb --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-8bc1e19ddb5ababb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings`
20232023-12-30T05:32:12.976Z Compiling regex-automata v0.3.8
20242023-12-30T05:32:13.015Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.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=557357d191a468a1 -C extra-filename=-557357d191a468a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20252023-12-30T05:32:13.158Z Compiling predicates-core v1.0.6
20262023-12-30T05:32:13.161Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.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=7d111e89a58c4d20 -C extra-filename=-7d111e89a58c4d20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20272023-12-30T05:32:13.562Z Compiling pin-project v1.1.3
20282023-12-30T05:32:13.567Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.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=7f69f2d0e7cd2357 -C extra-filename=-7f69f2d0e7cd2357 --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-e97c39305e815a47.so --cap-lints allow -D warnings`
20292023-12-30T05:32:13.595Z Compiling smoltcp v0.9.1
20302023-12-30T05:32:13.598Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=3f19b69e0ee2b199 -C extra-filename=-3f19b69e0ee2b199 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-3f19b69e0ee2b199 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20312023-12-30T05:32:13.667Z Compiling static_assertions v1.1.0
20322023-12-30T05:32:13.667Z Running `/home/build/.rustup/toolchains/1.74.1-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=37fff62241e99816 -C extra-filename=-37fff62241e99816 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20332023-12-30T05:32:13.799Z Compiling trust-dns-proto v0.22.0
20342023-12-30T05:32:13.802Z Compiling r2d2 v0.8.10
20352023-12-30T05:32:13.803Z Running `/home/build/.rustup/toolchains/1.74.1-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=777f845dcb8b5f3c -C extra-filename=-777f845dcb8b5f3c --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-a59a91390b9da3fe.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-27803a47156d2921.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-db195f051fe2c4db.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-d641bf884fcc7ec5.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-27679b6a1ff6042a.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-6852aa9ad09af8fd.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2c535568e1f8609.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f59d5358814a968.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f572e5f175be25c2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --cap-lints allow -D warnings`
20362023-12-30T05:32:13.803Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d2e38acedf28ac48 -C extra-filename=-d2e38acedf28ac48 --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-a8da004f5204fad5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a83af483cd943d6f.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-281b12225fe72a61.rmeta --cap-lints allow -D warnings`
20372023-12-30T05:32:13.854Z Compiling diesel_derives v2.1.2
20382023-12-30T05:32:13.857Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_derives-2.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=6f7a41d19d3df70a -C extra-filename=-6f7a41d19d3df70a --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-089255638adf24a0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings`
20392023-12-30T05:32:14.165Z Compiling inout v0.1.3
20402023-12-30T05:32:14.169Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' -C metadata=1a9e3523b07eea92 -C extra-filename=-1a9e3523b07eea92 --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-68f1e95159cd6e6c.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-6144d53d6244ae57.rmeta --cap-lints allow -D warnings`
20412023-12-30T05:32:14.341Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-8bc1e19ddb5ababb/build-script-build`
20422023-12-30T05:32:14.403Z Compiling bzip2 v0.4.4
20432023-12-30T05:32:14.406Z Running `/home/build/.rustup/toolchains/1.74.1-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=8b9631db66df3aca -C extra-filename=-8b9631db66df3aca --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-76daf4d3322729a2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
20442023-12-30T05:32:14.600Z Running `/home/build/.rustup/toolchains/1.74.1-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=8243418c18ba90fb -C extra-filename=-8243418c18ba90fb --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`
20452023-12-30T05:32:14.840Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-3f19b69e0ee2b199/build-script-build`
20462023-12-30T05:32:14.857Z Compiling md-5 v0.10.5
20472023-12-30T05:32:14.863Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.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=7bcdbd8204bb3342 -C extra-filename=-7bcdbd8204bb3342 --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-33cffb59bc14d75d.rmeta --cap-lints allow -D warnings`
20482023-12-30T05:32:14.895Z Compiling hubpack_derive v0.1.1
20492023-12-30T05:32:14.944Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ec37e3ccb1bcb022 -C extra-filename=-ec37e3ccb1bcb022 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings`
20502023-12-30T05:32:14.962Z Compiling snafu-derive v0.7.5
20512023-12-30T05:32:14.966Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.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=70e1a57a259da692 -C extra-filename=-70e1a57a259da692 --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings`
20522023-12-30T05:32:15.151Z Compiling stringprep v0.1.3
20532023-12-30T05:32:15.154Z Running `/home/build/.rustup/toolchains/1.74.1-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=c73b32aa8e3e453a -C extra-filename=-c73b32aa8e3e453a --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-ea6d88cd11b1cdcf.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --cap-lints allow -D warnings`
20542023-12-30T05:32:15.234Z Compiling console v0.15.7
20552023-12-30T05:32:15.237Z Running `/home/build/.rustup/toolchains/1.74.1-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=33a5928f2ec0ac9f -C extra-filename=-33a5928f2ec0ac9f --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-1e7ab31398eb494a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings`
20562023-12-30T05:32:16.613Z Compiling bstr v1.6.0
20572023-12-30T05:32:16.616Z Running `/home/build/.rustup/toolchains/1.74.1-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=ce6aeddc0b5d8d62 -C extra-filename=-ce6aeddc0b5d8d62 --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-19c64e24300af82f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-557357d191a468a1.rmeta --cap-lints allow -D warnings`
20582023-12-30T05:32:16.839Z Compiling ff v0.13.0
20592023-12-30T05:32:16.842Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=0fbfb3da863b7ff5 -C extra-filename=-0fbfb3da863b7ff5 --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-d6a1aea7375010bd.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings`
20602023-12-30T05:32:17.059Z Compiling float-cmp v0.9.0
20612023-12-30T05:32:17.102Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' -C metadata=d2052c460f19a2f0 -C extra-filename=-d2052c460f19a2f0 --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-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings`
20622023-12-30T05:32:17.192Z Compiling difflib v0.4.0
20632023-12-30T05:32:17.200Z Running `/home/build/.rustup/toolchains/1.74.1-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=976322e8de8781b1 -C extra-filename=-976322e8de8781b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20642023-12-30T05:32:17.415Z Compiling fallible-iterator v0.2.0
20652023-12-30T05:32:17.420Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7fe9b24bd1de73c0 -C extra-filename=-7fe9b24bd1de73c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20662023-12-30T05:32:17.685Z Compiling base16ct v0.2.0
20672023-12-30T05:32:17.711Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=7fa1f6396052bdb1 -C extra-filename=-7fa1f6396052bdb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20682023-12-30T05:32:18.210Z Compiling normalize-line-endings v0.3.0
20692023-12-30T05:32:18.213Z Running `/home/build/.rustup/toolchains/1.74.1-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=86b0188f6686b0fa -C extra-filename=-86b0188f6686b0fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20702023-12-30T05:32:18.401Z Compiling predicates v3.0.4
20712023-12-30T05:32:18.433Z Running `/home/build/.rustup/toolchains/1.74.1-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=9b09d7118d86b34c -C extra-filename=-9b09d7118d86b34c --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-ae5ed257b591d4e2.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-976322e8de8781b1.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-d2052c460f19a2f0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-89a889cf9a6c2547.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-86b0188f6686b0fa.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-7d111e89a58c4d20.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --cap-lints allow -D warnings`
20722023-12-30T05:32:18.620Z Compiling postgres-protocol v0.6.6
20732023-12-30T05:32:18.664Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.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=1f5132814344f5b1 -C extra-filename=-1f5132814344f5b1 --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-2142c24215a1cbad.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-7fe9b24bd1de73c0.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-22e8ca75eff77819.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-7bcdbd8204bb3342.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-c73b32aa8e3e453a.rmeta --cap-lints allow -D warnings`
20742023-12-30T05:32:19.249Z Compiling sec1 v0.7.3
20752023-12-30T05:32:19.252Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' -C metadata=73482ea2b82fb267 -C extra-filename=-73482ea2b82fb267 --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-7fa1f6396052bdb1.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e6835b79b619d6d1.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-6144d53d6244ae57.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-39538edefc759022.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rmeta --cap-lints allow -D warnings`
20762023-12-30T05:32:19.953Z Compiling group v0.13.0
20772023-12-30T05:32:19.956Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=484458b429b76554 -C extra-filename=-484458b429b76554 --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-0fbfb3da863b7ff5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d6a1aea7375010bd.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings`
20782023-12-30T05:32:20.175Z Compiling hubpack v0.1.2
20792023-12-30T05:32:20.179Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c75f6076a24bb191 -C extra-filename=-c75f6076a24bb191 --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-ec37e3ccb1bcb022.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --cap-lints allow -D warnings`
20802023-12-30T05:32:20.424Z Running `/home/build/.rustup/toolchains/1.74.1-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=e999d9c2c3b1bdc7 -C extra-filename=-e999d9c2c3b1bdc7 --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-b22e93c0eb8e8193.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --cap-lints allow -D warnings --cfg u64_digit --cfg has_try_from --cfg use_addcarry`
20812023-12-30T05:32:20.934Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=cdf29f6919d65fd6 -C extra-filename=-cdf29f6919d65fd6 --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-8861c4fe0bf9ac1d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-025979a2ac8a4027.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rmeta --cap-lints allow -D warnings`
20822023-12-30T05:32:20.937Z Compiling zip v0.6.6
20832023-12-30T05:32:20.941Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' -C metadata=76dc1c2985d9a15a -C extra-filename=-76dc1c2985d9a15a --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-4ff908e223b9ba35.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-8b9631db66df3aca.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-ddd6b783a064eb7e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
20842023-12-30T05:32:21.230Z Compiling cipher v0.4.4
20852023-12-30T05:32:21.234Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' -C metadata=ea9b7c9563393109 -C extra-filename=-ea9b7c9563393109 --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-5699d189b136fd59.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-1a9e3523b07eea92.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rmeta --cap-lints allow -D warnings`
20862023-12-30T05:32:22.025Z Compiling similar v2.3.0
20872023-12-30T05:32:22.061Z Running `/home/build/.rustup/toolchains/1.74.1-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=4a7b84e25ebd2235 -C extra-filename=-4a7b84e25ebd2235 --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-b8e8dc310f6d46a3.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3db9a7183557834f.rmeta --cap-lints allow -D warnings`
20882023-12-30T05:32:23.342Z Compiling hkdf v0.12.3
20892023-12-30T05:32:23.345Z Running `/home/build/.rustup/toolchains/1.74.1-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=d58b7711aa13f4fb -C extra-filename=-d58b7711aa13f4fb --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-22e8ca75eff77819.rmeta --cap-lints allow -D warnings`
20902023-12-30T05:32:23.743Z Compiling phf_shared v0.11.2
20912023-12-30T05:32:23.747Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=99682a769b4285fe -C extra-filename=-99682a769b4285fe --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-1135da77659c2954.rmeta --cap-lints allow -D warnings`
20922023-12-30T05:32:24.340Z Compiling crypto-bigint v0.5.2
20932023-12-30T05:32:24.340Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.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=cd5e6edb760855e8 -C extra-filename=-cd5e6edb760855e8 --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-6144d53d6244ae57.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d6a1aea7375010bd.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rmeta --cap-lints allow -D warnings`
20942023-12-30T05:32:24.582Z Compiling serde_repr v0.1.16
20952023-12-30T05:32:24.631Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.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=a90108dd15d5a02b -C extra-filename=-a90108dd15d5a02b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings`
20962023-12-30T05:32:25.163Z Compiling snafu v0.7.5
20972023-12-30T05:32:25.167Z Running `/home/build/.rustup/toolchains/1.74.1-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=66f725df0b3108ef -C extra-filename=-66f725df0b3108ef --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-07fc207f0825dc23.rmeta --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-bacbb989514d74d7.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-7f69f2d0e7cd2357.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-70e1a57a259da692.so --cap-lints allow -D warnings`
20982023-12-30T05:32:26.260Z Compiling yasna v0.5.2
20992023-12-30T05:32:26.263Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bit-vec"' --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --cfg 'feature="time"' -C metadata=4d82b57d4e7e0298 -C extra-filename=-4d82b57d4e7e0298 --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-a55d8fa36e94059e.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-e999d9c2c3b1bdc7.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d1ff6e7bab6b096b.rmeta --cap-lints allow -D warnings`
21002023-12-30T05:32:26.604Z Compiling phf v0.11.2
21012023-12-30T05:32:26.610Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1b99faa62037c9e8 -C extra-filename=-1b99faa62037c9e8 --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-99682a769b4285fe.rmeta --cap-lints allow -D warnings`
21022023-12-30T05:32:26.769Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21032023-12-30T05:32:26.772Z Running `/home/build/.rustup/toolchains/1.74.1-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=72cf4a4a7fd7e39f -C extra-filename=-72cf4a4a7fd7e39f --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-8861c4fe0bf9ac1d.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-c75f6076a24bb191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-a90108dd15d5a02b.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-cdf29f6919d65fd6.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-66239c5eb518f684.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8d14b62f88fd6910.rmeta --cap-lints allow -D warnings`
21042023-12-30T05:32:27.044Z Compiling postgres-types v0.2.6
21052023-12-30T05:32:27.047Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.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=aa2ed84260f9def6 -C extra-filename=-aa2ed84260f9def6 --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-26d2b68a816ef0bf.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-7fe9b24bd1de73c0.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-1f5132814344f5b1.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --cap-lints allow -D warnings`
21062023-12-30T05:32:27.987Z Compiling elliptic-curve v0.13.8
21072023-12-30T05:32:27.990Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' -C metadata=cd6ec43675eee141 -C extra-filename=-cd6ec43675eee141 --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-7fa1f6396052bdb1.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-cd5e6edb760855e8.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-33cffb59bc14d75d.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-0fbfb3da863b7ff5.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-6144d53d6244ae57.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-484458b429b76554.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d58b7711aa13f4fb.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-39538edefc759022.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d6a1aea7375010bd.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-73482ea2b82fb267.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rmeta --cap-lints allow -D warnings`
21082023-12-30T05:32:29.353Z Compiling whoami v1.4.1
21092023-12-30T05:32:29.356Z Running `/home/build/.rustup/toolchains/1.74.1-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=bebeedfb8f542523 -C extra-filename=-bebeedfb8f542523 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21102023-12-30T05:32:29.576Z Compiling tokio-stream v0.1.14
21112023-12-30T05:32:29.579Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.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=84202dd1b4c44eb5 -C extra-filename=-84202dd1b4c44eb5 --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-bacbb989514d74d7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --cap-lints allow -D warnings`
21122023-12-30T05:32:29.665Z Compiling serde_tokenstream v0.2.0
21132023-12-30T05:32:29.668Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2cacba45548a3db7 -C extra-filename=-2cacba45548a3db7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rmeta --cap-lints allow -D warnings`
21142023-12-30T05:32:30.268Z Compiling tokio-postgres v0.7.10
21152023-12-30T05:32:30.271Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.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=a5b66e74bdcf8323 -C extra-filename=-a5b66e74bdcf8323 --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-a59a91390b9da3fe.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-7fe9b24bd1de73c0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-db195f051fe2c4db.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-27679b6a1ff6042a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a83af483cd943d6f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-1b99faa62037c9e8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-1f5132814344f5b1.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-aa2ed84260f9def6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1883b6e44d740cc2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-bebeedfb8f542523.rmeta --cap-lints allow -D warnings`
21162023-12-30T05:32:30.378Z Compiling regress v0.7.1
21172023-12-30T05:32:30.406Z Running `/home/build/.rustup/toolchains/1.74.1-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=e64193c8b09548d2 -C extra-filename=-e64193c8b09548d2 --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-5ef5b861026f5dfd.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --cap-lints allow -D warnings`
21182023-12-30T05:32:30.525Z Compiling getopts v0.2.21
21192023-12-30T05:32:30.529Z Running `/home/build/.rustup/toolchains/1.74.1-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=baeed00c4892b615 -C extra-filename=-baeed00c4892b615 --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-218243c8d3571b57.rmeta --cap-lints allow -D warnings`
21202023-12-30T05:32:31.070Z Compiling unsafe-libyaml v0.2.9
21212023-12-30T05:32:31.073Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.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=69935394b6ae5591 -C extra-filename=-69935394b6ae5591 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21222023-12-30T05:32:32.219Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
21232023-12-30T05:32:32.222Z Running `/home/build/.rustup/toolchains/1.74.1-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=64beaabacfe3accc -C extra-filename=-64beaabacfe3accc --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-26d2b68a816ef0bf.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-bacbb989514d74d7.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64`
21242023-12-30T05:32:32.847Z Compiling fastrand v2.0.0
21252023-12-30T05:32:32.850Z Running `/home/build/.rustup/toolchains/1.74.1-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=093a2b7dc323b192 -C extra-filename=-093a2b7dc323b192 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21262023-12-30T05:32:33.768Z Compiling serde_yaml v0.9.25
21272023-12-30T05:32:33.772Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.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=491f2d650f48e246 -C extra-filename=-491f2d650f48e246 --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-e32116058b5ecd69.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-ef556ccf273fb97d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-69935394b6ae5591.rmeta --cap-lints allow -D warnings`
21282023-12-30T05:32:34.284Z Compiling tempfile v3.8.1
21292023-12-30T05:32:34.290Z Compiling dirs-sys-next v0.1.2
21302023-12-30T05:32:34.290Z Running `/home/build/.rustup/toolchains/1.74.1-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=12d014ba16e29f00 -C extra-filename=-12d014ba16e29f00 --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-6efcfb0956144885.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-093a2b7dc323b192.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-68535836c6248cbe.rmeta --cap-lints allow -D warnings`
21312023-12-30T05:32:34.290Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c988e2efb6ed1325 -C extra-filename=-c988e2efb6ed1325 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
21322023-12-30T05:32:35.334Z Compiling dirs-next v2.0.0
21332023-12-30T05:32:35.337Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=36e261b894f61460 -C extra-filename=-36e261b894f61460 --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-6efcfb0956144885.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-c988e2efb6ed1325.rmeta --cap-lints allow -D warnings`
21342023-12-30T05:32:35.615Z Compiling toml v0.8.8
21352023-12-30T05:32:35.618Z Compiling ident_case v1.0.1
21362023-12-30T05:32:35.618Z Running `/home/build/.rustup/toolchains/1.74.1-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=03495a6f8a0db9ad -C extra-filename=-03495a6f8a0db9ad --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-81aca5cc339569ca.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-02083e942279b873.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-cff853258082ae9d.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b5f8453f86a34589.rmeta --cap-lints allow -D warnings`
21372023-12-30T05:32:35.619Z Running `/home/build/.rustup/toolchains/1.74.1-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=8299fe9430dc73f9 -C extra-filename=-8299fe9430dc73f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21382023-12-30T05:32:35.918Z Compiling term v0.7.0
21392023-12-30T05:32:35.922Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b835c3722defd562 -C extra-filename=-b835c3722defd562 --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-36e261b894f61460.rmeta --cap-lints allow -D warnings`
21402023-12-30T05:32:36.717Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
21412023-12-30T05:32:36.720Z Running `/home/build/.rustup/toolchains/1.74.1-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=5bd65d8a955183f2 -C extra-filename=-5bd65d8a955183f2 --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-22616ea412428ac4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings`
21422023-12-30T05:32:38.345Z Compiling camino v1.1.6
21432023-12-30T05:32:38.380Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.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=86b1f5d4e5750d0f -C extra-filename=-86b1f5d4e5750d0f --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-86b1f5d4e5750d0f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21442023-12-30T05:32:38.461Z Compiling match_cfg v0.1.0
21452023-12-30T05:32:38.464Z Running `/home/build/.rustup/toolchains/1.74.1-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=8d6f796531e71837 -C extra-filename=-8d6f796531e71837 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21462023-12-30T05:32:38.488Z Compiling quick-error v1.2.3
21472023-12-30T05:32:38.491Z Running `/home/build/.rustup/toolchains/1.74.1-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=f4ece63d59b921ed -C extra-filename=-f4ece63d59b921ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21482023-12-30T05:32:38.598Z Compiling hostname v0.3.1
21492023-12-30T05:32:38.601Z Running `/home/build/.rustup/toolchains/1.74.1-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=0d2de37fe3a9db95 -C extra-filename=-0d2de37fe3a9db95 --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-dc3967e2ac4e7655.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-8d6f796531e71837.rmeta --cap-lints allow -D warnings`
21502023-12-30T05:32:38.727Z Compiling atty v0.2.14
21512023-12-30T05:32:38.731Z Running `/home/build/.rustup/toolchains/1.74.1-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=e0f38db7acb90eea -C extra-filename=-e0f38db7acb90eea --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
21522023-12-30T05:32:38.915Z Compiling paste v1.0.14
21532023-12-30T05:32:38.918Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.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=17f860821eb44ff2 -C extra-filename=-17f860821eb44ff2 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-17f860821eb44ff2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21542023-12-30T05:32:38.946Z Compiling crossbeam-channel v0.5.8
21552023-12-30T05:32:38.950Z Running `/home/build/.rustup/toolchains/1.74.1-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=32a85d5b9d9472a5 -C extra-filename=-32a85d5b9d9472a5 --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-6efcfb0956144885.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings`
21562023-12-30T05:32:38.971Z Compiling sha1 v0.10.6
21572023-12-30T05:32:38.996Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5087bbc52468f397 -C extra-filename=-5087bbc52468f397 --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-6efcfb0956144885.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-161a8fd22ed990c1.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-33cffb59bc14d75d.rmeta --cap-lints allow -D warnings`
21582023-12-30T05:32:39.461Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-86b1f5d4e5750d0f/build-script-build`
21592023-12-30T05:32:39.558Z Running `/home/build/.rustup/toolchains/1.74.1-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=b8463fb2d6395f2e -C extra-filename=-b8463fb2d6395f2e --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-81aca5cc339569ca.rmeta --cap-lints allow -D warnings --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
21602023-12-30T05:32:39.605Z Compiling thread_local v1.1.7
21612023-12-30T05:32:39.608Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.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=a956bb67073eaaaf -C extra-filename=-a956bb67073eaaaf --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-6efcfb0956144885.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --cap-lints allow -D warnings`
21622023-12-30T05:32:39.632Z Compiling instant v0.1.12
21632023-12-30T05:32:39.638Z Running `/home/build/.rustup/toolchains/1.74.1-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=a3b9195715d78840 -C extra-filename=-a3b9195715d78840 --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-6efcfb0956144885.rmeta --cap-lints allow -D warnings`
21642023-12-30T05:32:39.789Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-17f860821eb44ff2/build-script-build`
21652023-12-30T05:32:39.846Z Compiling slog-async v2.8.0
21662023-12-30T05:32:39.849Z Running `/home/build/.rustup/toolchains/1.74.1-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=2d7c77191a0e5009 -C extra-filename=-2d7c77191a0e5009 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-2d7c77191a0e5009 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21672023-12-30T05:32:39.891Z Running `/home/build/.rustup/toolchains/1.74.1-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=60fab0b6ed22a15f -C extra-filename=-60fab0b6ed22a15f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
21682023-12-30T05:32:40.521Z Compiling multer v2.1.0
21692023-12-30T05:32:40.524Z Running `/home/build/.rustup/toolchains/1.74.1-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=d10933d0ad4733ee -C extra-filename=-d10933d0ad4733ee --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-d10933d0ad4733ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings`
21702023-12-30T05:32:40.782Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-2d7c77191a0e5009/build-script-build`
21712023-12-30T05:32:40.782Z Compiling take_mut v0.2.2
21722023-12-30T05:32:40.785Z Running `/home/build/.rustup/toolchains/1.74.1-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=02738aa85a18abf3 -C extra-filename=-02738aa85a18abf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21732023-12-30T05:32:40.846Z Compiling debug-ignore v1.0.5
21742023-12-30T05:32:40.849Z Running `/home/build/.rustup/toolchains/1.74.1-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=c316abf7f0096b7b -C extra-filename=-c316abf7f0096b7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21752023-12-30T05:32:40.908Z Compiling slog-term v2.9.0
21762023-12-30T05:32:40.941Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a8cfe55481cfc2e -C extra-filename=-0a8cfe55481cfc2e --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-e0f38db7acb90eea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b835c3722defd562.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-a956bb67073eaaaf.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d1ff6e7bab6b096b.rmeta --cap-lints allow -D warnings`
21772023-12-30T05:32:41.004Z Running `/home/build/.rustup/toolchains/1.74.1-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=265466263196d585 -C extra-filename=-265466263196d585 --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-32a85d5b9d9472a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-02738aa85a18abf3.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-a956bb67073eaaaf.rmeta --cap-lints allow -D warnings --cfg integer128`
21782023-12-30T05:32:41.068Z Compiling darling_core v0.20.3
21792023-12-30T05:32:41.071Z Running `/home/build/.rustup/toolchains/1.74.1-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=7b1f5735a099c968 -C extra-filename=-7b1f5735a099c968 --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-6cf1b0ed1ebc9dce.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-8299fe9430dc73f9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-9615ee8240108c1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rmeta --cap-lints allow -D warnings`
21802023-12-30T05:32:41.099Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-d10933d0ad4733ee/build-script-build`
21812023-12-30T05:32:41.198Z Compiling slog-json v2.6.1
21822023-12-30T05:32:41.201Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=f47174dce14debe4 -C extra-filename=-f47174dce14debe4 --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-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d1ff6e7bab6b096b.rmeta --cap-lints allow -D warnings`
21832023-12-30T05:32:41.279Z Compiling async-stream-impl v0.3.5
21842023-12-30T05:32:41.317Z Running `/home/build/.rustup/toolchains/1.74.1-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=e301b1df9a7518c8 -C extra-filename=-e301b1df9a7518c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings`
21852023-12-30T05:32:41.736Z Compiling diesel v2.1.4
21862023-12-30T05:32:41.742Z Running `/home/build/.rustup/toolchains/1.74.1-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=19d4a994ab595f5a -C extra-filename=-19d4a994ab595f5a --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-231be48fc33c3583.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-6f7a41d19d3df70a.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-d2e38acedf28ac48.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
21872023-12-30T05:32:41.782Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
21882023-12-30T05:32:41.808Z Running `/home/build/.rustup/toolchains/1.74.1-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=bb63725e5877f0fc -C extra-filename=-bb63725e5877f0fc --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-bb63725e5877f0fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings`
21892023-12-30T05:32:42.054Z Compiling atomic-waker v1.1.1
21902023-12-30T05:32:42.057Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a50df26b514b845d -C extra-filename=-a50df26b514b845d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21912023-12-30T05:32:42.343Z Compiling waitgroup v0.1.2
21922023-12-30T05:32:42.346Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7ddf078f473b7f9e -C extra-filename=-7ddf078f473b7f9e --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-a50df26b514b845d.rmeta --cap-lints allow -D warnings`
21932023-12-30T05:32:42.397Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-bb63725e5877f0fc/build-script-build`
21942023-12-30T05:32:42.470Z Compiling slog-bunyan v2.4.0
21952023-12-30T05:32:42.476Z Running `/home/build/.rustup/toolchains/1.74.1-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=8faea701ad1fccc8 -C extra-filename=-8faea701ad1fccc8 --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-0d2de37fe3a9db95.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-f47174dce14debe4.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d1ff6e7bab6b096b.rmeta --cap-lints allow -D warnings`
21962023-12-30T05:32:42.680Z Running `/home/build/.rustup/toolchains/1.74.1-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=ab227597f0859d03 -C extra-filename=-ab227597f0859d03 --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-26d2b68a816ef0bf.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-28791e7cdcc2db15.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-27679b6a1ff6042a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5165d982a445385a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6a7bea3b3edc87ca.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --cap-lints allow -D warnings`
21972023-12-30T05:32:42.772Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
21982023-12-30T05:32:42.775Z Running `/home/build/.rustup/toolchains/1.74.1-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=dbe3a8cdd173342f -C extra-filename=-dbe3a8cdd173342f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2cacba45548a3db7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings`
21992023-12-30T05:32:42.912Z Compiling serde_path_to_error v0.1.14
22002023-12-30T05:32:42.915Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.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=90287c4eda616f52 -C extra-filename=-90287c4eda616f52 --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-7ee2097a83409d11.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --cap-lints allow -D warnings`
22012023-12-30T05:32:43.032Z Compiling strum v0.25.0
22022023-12-30T05:32:43.035Z Running `/home/build/.rustup/toolchains/1.74.1-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=058c05d28a678eeb -C extra-filename=-058c05d28a678eeb --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-66239c5eb518f684.so --cap-lints allow -D warnings`
22032023-12-30T05:32:43.289Z Compiling structmeta-derive v0.2.0
22042023-12-30T05:32:43.292Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cae58aa3ab0e57e1 -C extra-filename=-cae58aa3ab0e57e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings`
22052023-12-30T05:32:43.923Z Compiling async-stream v0.3.5
22062023-12-30T05:32:43.926Z Running `/home/build/.rustup/toolchains/1.74.1-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=09ddf9b76d6a9248 -C extra-filename=-09ddf9b76d6a9248 --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-e301b1df9a7518c8.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-bacbb989514d74d7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --cap-lints allow -D warnings`
22072023-12-30T05:32:44.299Z Compiling wait-timeout v0.2.0
22082023-12-30T05:32:44.302Z Running `/home/build/.rustup/toolchains/1.74.1-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=e5f61cb843a6521e -C extra-filename=-e5f61cb843a6521e --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
22092023-12-30T05:32:44.412Z Compiling rand_xorshift v0.3.0
22102023-12-30T05:32:44.415Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=2697a98ede26a6ea -C extra-filename=-2697a98ede26a6ea --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-d6a1aea7375010bd.rmeta --cap-lints allow -D warnings`
22112023-12-30T05:32:44.469Z Compiling regex-syntax v0.7.5
22122023-12-30T05:32:44.477Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.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=0e1d4132dc5c5639 -C extra-filename=-0e1d4132dc5c5639 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22132023-12-30T05:32:44.880Z Compiling rusty-fork v0.3.0
22142023-12-30T05:32:44.886Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' -C metadata=a567d99c07743414 -C extra-filename=-a567d99c07743414 --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-6cf1b0ed1ebc9dce.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f4ece63d59b921ed.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-e5f61cb843a6521e.rmeta --cap-lints allow -D warnings`
22152023-12-30T05:32:45.164Z Compiling unarray v0.1.4
22162023-12-30T05:32:45.168Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8ef4c22b4a35dc11 -C extra-filename=-8ef4c22b4a35dc11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22172023-12-30T05:32:45.399Z Compiling proptest v1.4.0
22182023-12-30T05:32:45.404Z Running `/home/build/.rustup/toolchains/1.74.1-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=bf1559d09043e258 -C extra-filename=-bf1559d09043e258 --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-1273314ddbc76afe.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a55d8fa36e94059e.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-231be48fc33c3583.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-46f2b94666a4edae.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-2697a98ede26a6ea.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-a567d99c07743414.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-8ef4c22b4a35dc11.rmeta --cap-lints allow -D warnings`
22192023-12-30T05:32:46.154Z Compiling backoff v0.4.0
22202023-12-30T05:32:46.158Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' -C metadata=4c3ee75e68b70f06 -C extra-filename=-4c3ee75e68b70f06 --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-bacbb989514d74d7.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7defc2e9733c79ab.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a3b9195715d78840.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --cap-lints allow -D warnings`
22212023-12-30T05:32:46.654Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22222023-12-30T05:32:46.657Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=53f99bbafb6fab48 -C extra-filename=-53f99bbafb6fab48 --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-03578e447d799aca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --cap-lints allow -D warnings`
22232023-12-30T05:32:46.864Z Running `/home/build/.rustup/toolchains/1.74.1-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=a51a533078320ec5 -C extra-filename=-a51a533078320ec5 --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-09ddf9b76d6a9248.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-dbe3a8cdd173342f.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-f43b5444f1071237.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-0d2de37fe3a9db95.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-ab227597f0859d03.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-70cdd3080355303d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-90287c4eda616f52.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-5087bbc52468f397.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-8faea701ad1fccc8.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-f47174dce14debe4.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-bcbd4a518c1df6e5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-7ddf078f473b7f9e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out`
22242023-12-30T05:32:46.877Z Compiling macaddr v1.0.1
22252023-12-30T05:32:46.881Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' -C metadata=770899286155b9e5 -C extra-filename=-770899286155b9e5 --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-81aca5cc339569ca.rmeta --cap-lints allow -D warnings`
22262023-12-30T05:32:47.577Z Compiling camino-tempfile v1.1.1
22272023-12-30T05:32:47.581Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b78c5bd010eb773 -C extra-filename=-8b78c5bd010eb773 --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-b8463fb2d6395f2e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rmeta --cap-lints allow -D warnings`
22282023-12-30T05:32:48.217Z Compiling is-terminal v0.4.9
22292023-12-30T05:32:48.221Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.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=9351ec178e203864 -C extra-filename=-9351ec178e203864 --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-68535836c6248cbe.rmeta --cap-lints allow -D warnings`
22302023-12-30T05:32:48.423Z Compiling proc-macro-error-attr v1.0.4
22312023-12-30T05:32:48.426Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a92b53c06bbbcb17 -C extra-filename=-a92b53c06bbbcb17 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-a92b53c06bbbcb17 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings`
22322023-12-30T05:32:48.755Z Compiling structmeta v0.2.0
22332023-12-30T05:32:48.758Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=68e53c654f7647b2 -C extra-filename=-68e53c654f7647b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-cae58aa3ab0e57e1.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rmeta --cap-lints allow -D warnings`
22342023-12-30T05:32:49.002Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-a92b53c06bbbcb17/build-script-build`
22352023-12-30T05:32:49.100Z Compiling proc-macro-error v1.0.4
22362023-12-30T05:32:49.105Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=4fc757a082fb008a -C extra-filename=-4fc757a082fb008a --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-4fc757a082fb008a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings`
22372023-12-30T05:32:49.450Z Compiling test-strategy v0.3.1
22382023-12-30T05:32:49.453Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=95afcb174958536d -C extra-filename=-95afcb174958536d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-68e53c654f7647b2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings`
22392023-12-30T05:32:49.676Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-4fc757a082fb008a/build-script-build`
22402023-12-30T05:32:49.889Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0e8c6d85b8313f29 -C extra-filename=-0e8c6d85b8313f29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern proc_macro --cap-lints allow -D warnings`
22412023-12-30T05:32:51.299Z Compiling darling_macro v0.20.3
22422023-12-30T05:32:51.302Z Running `/home/build/.rustup/toolchains/1.74.1-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=2cefa441894d5d43 -C extra-filename=-2cefa441894d5d43 --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-7b1f5735a099c968.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings`
22432023-12-30T05:32:51.444Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=a4e00c370f5769fa -C extra-filename=-a4e00c370f5769fa --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-0e8c6d85b8313f29.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rmeta --cap-lints allow -D warnings --cfg use_fallback`
22442023-12-30T05:32:52.590Z Compiling termtree v0.4.1
22452023-12-30T05:32:52.597Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4f8a505025bd240a -C extra-filename=-4f8a505025bd240a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22462023-12-30T05:32:52.932Z Compiling predicates-tree v1.0.9
22472023-12-30T05:32:52.935Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.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=a10b956f74bf4c45 -C extra-filename=-a10b956f74bf4c45 --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-7d111e89a58c4d20.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-4f8a505025bd240a.rmeta --cap-lints allow -D warnings`
22482023-12-30T05:32:53.343Z Compiling darling v0.20.3
22492023-12-30T05:32:53.346Z Running `/home/build/.rustup/toolchains/1.74.1-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=3ebe0accb13c0439 -C extra-filename=-3ebe0accb13c0439 --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-7b1f5735a099c968.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-2cefa441894d5d43.so --cap-lints allow -D warnings`
22502023-12-30T05:32:53.510Z Compiling serde_with_macros v3.4.0
22512023-12-30T05:32:53.516Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.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=5c2e7728f3141d83 -C extra-filename=-5c2e7728f3141d83 --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-3ebe0accb13c0439.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings`
22522023-12-30T05:32:53.820Z Compiling proc-macro-crate v1.3.1
22532023-12-30T05:32:53.823Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a0975c3f697cff1 -C extra-filename=-0a0975c3f697cff1 --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-78575848a39b5a91.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e2500bdc44852e13.rmeta --cap-lints allow -D warnings`
22542023-12-30T05:32:55.576Z Compiling num_enum_derive v0.5.11
22552023-12-30T05:32:55.579Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' -C metadata=5db555e44170df03 -C extra-filename=-5db555e44170df03 --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-0a0975c3f697cff1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings`
22562023-12-30T05:32:56.072Z Compiling parse-display-derive v0.8.2
22572023-12-30T05:32:56.075Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.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=23768c6ed8082475 -C extra-filename=-23768c6ed8082475 --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-78575848a39b5a91.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0e1d4132dc5c5639.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-68e53c654f7647b2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings`
22582023-12-30T05:32:56.599Z Compiling smoltcp v0.10.0
22592023-12-30T05:32:56.602Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.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=8d9546c1fd34a54d -C extra-filename=-8d9546c1fd34a54d --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-8d9546c1fd34a54d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22602023-12-30T05:32:57.878Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22612023-12-30T05:32:57.882Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fc6877d46a24d6b7 -C extra-filename=-fc6877d46a24d6b7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-fc6877d46a24d6b7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22622023-12-30T05:32:58.413Z Compiling serde_with v3.4.0
22632023-12-30T05:32:58.416Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.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=7fd97c4c977e5479 -C extra-filename=-7fd97c4c977e5479 --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-81aca5cc339569ca.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-5c2e7728f3141d83.so --cap-lints allow -D warnings`
22642023-12-30T05:32:58.512Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-fc6877d46a24d6b7/build-script-build`
22652023-12-30T05:32:58.553Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-8d9546c1fd34a54d/build-script-build`
22662023-12-30T05:32:58.597Z Compiling filetime v0.2.23
22672023-12-30T05:32:58.600Z Running `/home/build/.rustup/toolchains/1.74.1-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=bcfd1808f1799595 -C extra-filename=-bcfd1808f1799595 --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-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
22682023-12-30T05:32:59.140Z Compiling xattr v1.0.1
22692023-12-30T05:32:59.143Z Running `/home/build/.rustup/toolchains/1.74.1-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=9de7b81bffd63df2 -C extra-filename=-9de7b81bffd63df2 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
22702023-12-30T05:32:59.547Z Compiling embedded-io v0.4.0
22712023-12-30T05:32:59.590Z Running `/home/build/.rustup/toolchains/1.74.1-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=03213792b7ecc648 -C extra-filename=-03213792b7ecc648 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22722023-12-30T05:32:59.908Z Compiling cobs v0.2.3
22732023-12-30T05:32:59.911Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5a3d97eb568d3803 -C extra-filename=-5a3d97eb568d3803 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22742023-12-30T05:33:00.248Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22752023-12-30T05:33:00.251Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f81b0c2ad61a74a1 -C extra-filename=-f81b0c2ad61a74a1 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-f81b0c2ad61a74a1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22762023-12-30T05:33:00.402Z Compiling crucible-workspace-hack v0.1.0
22772023-12-30T05:33:00.408Z Running `/home/build/.rustup/toolchains/1.74.1-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=dc1d1786538742c9 -C extra-filename=-dc1d1786538742c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-dc1d1786538742c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22782023-12-30T05:33:00.613Z Compiling num_enum v0.5.11
22792023-12-30T05:33:00.639Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7e0c2c23b884f34a -C extra-filename=-7e0c2c23b884f34a --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-5db555e44170df03.so --cap-lints allow -D warnings`
22802023-12-30T05:33:00.805Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-f81b0c2ad61a74a1/build-script-build`
22812023-12-30T05:33:00.842Z Compiling postcard v1.0.8
22822023-12-30T05:33:00.846Z Running `/home/build/.rustup/toolchains/1.74.1-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=60972d6cb14602c2 -C extra-filename=-60972d6cb14602c2 --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-5a3d97eb568d3803.rmeta --extern embedded_io=/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-03213792b7ecc648.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --cap-lints allow -D warnings`
22832023-12-30T05:33:00.872Z Compiling tar v0.4.40
22842023-12-30T05:33:00.872Z Running `/home/build/.rustup/toolchains/1.74.1-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=1e8b77a19c02341a -C extra-filename=-1e8b77a19c02341a --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-bcfd1808f1799595.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-9de7b81bffd63df2.rmeta --cap-lints allow -D warnings`
22852023-12-30T05:33:00.936Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-dc1d1786538742c9/build-script-build`
22862023-12-30T05:33:00.983Z Running `/home/build/.rustup/toolchains/1.74.1-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=8967474142fe2f12 -C extra-filename=-8967474142fe2f12 --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-8861c4fe0bf9ac1d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-025979a2ac8a4027.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rmeta --cap-lints allow -D warnings`
22872023-12-30T05:33:02.236Z Compiling foreign-types-macros v0.2.3
22882023-12-30T05:33:02.240Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=82178aaab844b071 -C extra-filename=-82178aaab844b071 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings`
22892023-12-30T05:33:04.463Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
22902023-12-30T05:33:04.466Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/4e6e6ab/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=c394f03e3bbbf9e2 -C extra-filename=-c394f03e3bbbf9e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-c394f03e3bbbf9e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings`
22912023-12-30T05:33:04.491Z Compiling parse-display v0.8.2
22922023-12-30T05:33:04.494Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.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=c8e420f8d74d553a -C extra-filename=-c8e420f8d74d553a --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-78575848a39b5a91.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-23768c6ed8082475.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --cap-lints allow -D warnings`
22932023-12-30T05:33:04.728Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
22942023-12-30T05:33:04.731Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/4e6e6ab/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=003edb70aaa7a778 -C extra-filename=-003edb70aaa7a778 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22952023-12-30T05:33:04.780Z Compiling foreign-types-shared v0.3.1
22962023-12-30T05:33:04.783Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1aad55c56eb66317 -C extra-filename=-1aad55c56eb66317 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22972023-12-30T05:33:04.957Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
22982023-12-30T05:33:04.960Z Running `/home/build/.rustup/toolchains/1.74.1-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=dd4e5d325a4cdc6a -C extra-filename=-dd4e5d325a4cdc6a --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-dd4e5d325a4cdc6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22992023-12-30T05:33:05.009Z Compiling foreign-types v0.5.0
23002023-12-30T05:33:05.038Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b03d4bf3b597cbcd -C extra-filename=-b03d4bf3b597cbcd --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-82178aaab844b071.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-1aad55c56eb66317.rmeta --cap-lints allow -D warnings`
23012023-12-30T05:33:05.041Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-c394f03e3bbbf9e2/build-script-build`
23022023-12-30T05:33:05.141Z Running `/home/build/.rustup/toolchains/1.74.1-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=84ecd44a98e3688b -C extra-filename=-84ecd44a98e3688b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23032023-12-30T05:33:05.176Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1cd0cf5301ed57db -C extra-filename=-1cd0cf5301ed57db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l dlpi`
23042023-12-30T05:33:05.286Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=53e50daadc4ec088 -C extra-filename=-53e50daadc4ec088 --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`
23052023-12-30T05:33:05.391Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
23062023-12-30T05:33:05.394Z Running `/home/build/.rustup/toolchains/1.74.1-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=1f8d9c637c849c2e -C extra-filename=-1f8d9c637c849c2e --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-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings`
23072023-12-30T05:33:05.424Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
23082023-12-30T05:33:05.427Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/4e6e6ab/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=5d0a13c344d8d222 -C extra-filename=-5d0a13c344d8d222 --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-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings`
23092023-12-30T05:33:05.511Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-dd4e5d325a4cdc6a/build-script-build`
23102023-12-30T05:33:05.551Z Compiling cstr-argument v0.1.2
23112023-12-30T05:33:05.551Z Running `/home/build/.rustup/toolchains/1.74.1-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=aa8cf6bc33f5e695 -C extra-filename=-aa8cf6bc33f5e695 --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-6efcfb0956144885.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --cap-lints allow -D warnings`
23122023-12-30T05:33:05.578Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
23132023-12-30T05:33:05.581Z Running `/home/build/.rustup/toolchains/1.74.1-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=9f73abf30ced9bbb -C extra-filename=-9f73abf30ced9bbb --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-9f73abf30ced9bbb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23142023-12-30T05:33:05.924Z Compiling pretty-hex v0.2.1
23152023-12-30T05:33:05.927Z Running `/home/build/.rustup/toolchains/1.74.1-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=8bedb3b668532990 -C extra-filename=-8bedb3b668532990 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23162023-12-30T05:33:06.161Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-9f73abf30ced9bbb/build-script-build`
23172023-12-30T05:33:06.171Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23182023-12-30T05:33:06.202Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=20299fe85fb424e2 -C extra-filename=-20299fe85fb424e2 --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-dc3967e2ac4e7655.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-1cd0cf5301ed57db.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-7e0c2c23b884f34a.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8bedb3b668532990.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --cap-lints allow -D warnings`
23192023-12-30T05:33:06.215Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23202023-12-30T05:33:06.218Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=034d2aa3b08aa6b1 -C extra-filename=-034d2aa3b08aa6b1 --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-aa8cf6bc33f5e695.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-b03d4bf3b597cbcd.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-53e50daadc4ec088.rmeta --cap-lints allow -D warnings`
23212023-12-30T05:33:06.714Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
23222023-12-30T05:33:06.717Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/4e6e6ab/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=f9da9dd4d2be92c6 -C extra-filename=-f9da9dd4d2be92c6 --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-003edb70aaa7a778.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-60972d6cb14602c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-8967474142fe2f12.rmeta --cap-lints allow -D warnings`
23232023-12-30T05:33:07.050Z Running `/home/build/.rustup/toolchains/1.74.1-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=a97eca67ebd9ecf3 -C extra-filename=-a97eca67ebd9ecf3 --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-dc3967e2ac4e7655.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-1f8d9c637c849c2e.so --cap-lints allow -D warnings -l door`
23242023-12-30T05:33:07.101Z Compiling colored v2.0.4
23252023-12-30T05:33:07.104Z Running `/home/build/.rustup/toolchains/1.74.1-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=4a911bb9af13cdfe -C extra-filename=-4a911bb9af13cdfe --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-9351ec178e203864.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --cap-lints allow -D warnings`
23262023-12-30T05:33:07.155Z Compiling zone_cfg_derive v0.3.0
23272023-12-30T05:33:07.183Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=90e933e76f4c2c01 -C extra-filename=-90e933e76f4c2c01 --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-22616ea412428ac4.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-a4e00c370f5769fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings`
23282023-12-30T05:33:07.262Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
23292023-12-30T05:33:07.307Z Running `/home/build/.rustup/toolchains/1.74.1-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=44c4bfe157e0e48d -C extra-filename=-44c4bfe157e0e48d --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-dc3967e2ac4e7655.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rmeta --cap-lints allow -D warnings`
23302023-12-30T05:33:07.967Z Running `/home/build/.rustup/toolchains/1.74.1-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=eab10cf41a55fc72 -C extra-filename=-eab10cf41a55fc72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-4a911bb9af13cdfe.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-20299fe85fb424e2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-7e0c2c23b884f34a.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-034d2aa3b08aa6b1.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-53e50daadc4ec088.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-a97eca67ebd9ecf3.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4e488eaa3affc45b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f572e5f175be25c2.rmeta --cap-lints allow -D warnings -l kstat`
23312023-12-30T05:33:08.245Z Compiling mockall_derive v0.12.0
23322023-12-30T05:33:08.248Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.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=9c25cdabfb670a4a -C extra-filename=-9c25cdabfb670a4a --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-6efcfb0956144885.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings`
23332023-12-30T05:33:08.275Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23342023-12-30T05:33:08.310Z Running `/home/build/.rustup/toolchains/1.74.1-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=a8d160a4b18cd3b5 -C extra-filename=-a8d160a4b18cd3b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2cacba45548a3db7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-5bd65d8a955183f2.rlib --extern proc_macro --cap-lints allow -D warnings`
23352023-12-30T05:33:09.490Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/4e6e6ab/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=583121fb64bf0953 -C extra-filename=-583121fb64bf0953 --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-6efcfb0956144885.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fdf79af5d0119df4.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-003edb70aaa7a778.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-5d0a13c344d8d222.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-f9da9dd4d2be92c6.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-60972d6cb14602c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-8967474142fe2f12.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm`
23362023-12-30T05:33:09.819Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
23372023-12-30T05:33:09.822Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/4e6e6ab/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=1c015594d217b93b -C extra-filename=-1c015594d217b93b --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-003edb70aaa7a778.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-583121fb64bf0953.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-8967474142fe2f12.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3732617bf49537d4.rmeta --cap-lints allow -D warnings`
23382023-12-30T05:33:09.969Z Compiling num-derive v0.4.0
23392023-12-30T05:33:09.973Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.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=6dc703dd024e12d5 -C extra-filename=-6dc703dd024e12d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings`
23402023-12-30T05:33:10.374Z Compiling downcast v0.11.0
23412023-12-30T05:33:10.377Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6a8716df6a5de07c -C extra-filename=-6a8716df6a5de07c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23422023-12-30T05:33:10.730Z Compiling fragile v2.0.0
23432023-12-30T05:33:10.734Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d150d6fb6809f524 -C extra-filename=-d150d6fb6809f524 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23442023-12-30T05:33:11.710Z Compiling zone v0.3.0
23452023-12-30T05:33:11.713Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' -C metadata=7f6aa3156e50ca93 -C extra-filename=-7f6aa3156e50ca93 --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-015c0fad4a8ed83f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-90e933e76f4c2c01.so --cap-lints allow -D warnings`
23462023-12-30T05:33:12.873Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
23472023-12-30T05:33:12.876Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/4e6e6ab/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=f804b42d31137d32 -C extra-filename=-f804b42d31137d32 --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-dc3967e2ac4e7655.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-eab10cf41a55fc72.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-583121fb64bf0953.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-1c015594d217b93b.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-60972d6cb14602c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --cap-lints allow -D warnings`
23482023-12-30T05:33:14.268Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
23492023-12-30T05:33:14.271Z Running `/home/build/.rustup/toolchains/1.74.1-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=5e2f052f280517df -C extra-filename=-5e2f052f280517df --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-44c4bfe157e0e48d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rmeta --cap-lints allow -D warnings`
23502023-12-30T05:33:14.332Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
23512023-12-30T05:33:14.335Z Running `/home/build/.rustup/toolchains/1.74.1-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=daa426c5818839ee -C extra-filename=-daa426c5818839ee --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-84ecd44a98e3688b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-6dc703dd024e12d5.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --cap-lints allow -D warnings`
23522023-12-30T05:33:14.478Z Compiling smf v0.2.2
23532023-12-30T05:33:14.481Z Running `/home/build/.rustup/toolchains/1.74.1-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=fb6e1a2ec6f79285 -C extra-filename=-fb6e1a2ec6f79285 --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-1ef6d23b19ac3d6b.rmeta --cap-lints allow -D warnings`
23542023-12-30T05:33:14.644Z Compiling pem v3.0.2
23552023-12-30T05:33:14.647Z Running `/home/build/.rustup/toolchains/1.74.1-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=16b20d8a12bc98eb -C extra-filename=-16b20d8a12bc98eb --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-2142c24215a1cbad.rmeta --cap-lints allow -D warnings`
23562023-12-30T05:33:14.893Z Compiling headers-core v0.2.0
23572023-12-30T05:33:14.898Z Running `/home/build/.rustup/toolchains/1.74.1-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=a7b072e63db9b864 -C extra-filename=-a7b072e63db9b864 --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-34aeba7a2b5565c1.rmeta --cap-lints allow -D warnings`
23582023-12-30T05:33:15.123Z Compiling headers v0.3.9
23592023-12-30T05:33:15.126Z Running `/home/build/.rustup/toolchains/1.74.1-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=f067259dfb2972c4 -C extra-filename=-f067259dfb2972c4 --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-2142c24215a1cbad.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-a7b072e63db9b864.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-17048ad0d39f59d3.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6a7bea3b3edc87ca.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-5087bbc52468f397.rmeta --cap-lints allow -D warnings`
23602023-12-30T05:33:15.888Z Compiling rcgen v0.11.3
23612023-12-30T05:33:15.892Z Running `/home/build/.rustup/toolchains/1.74.1-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=d8bd82ee49c27158 -C extra-filename=-d8bd82ee49c27158 --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-16b20d8a12bc98eb.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b3586cc9ea932d09.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d1ff6e7bab6b096b.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-4d82b57d4e7e0298.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out`
23622023-12-30T05:33:15.916Z Compiling atomicwrites v0.4.2
23632023-12-30T05:33:15.916Z Running `/home/build/.rustup/toolchains/1.74.1-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=9f7de89cc6857338 -C extra-filename=-9f7de89cc6857338 --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-68535836c6248cbe.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rmeta --cap-lints allow -D warnings`
23642023-12-30T05:33:16.450Z Compiling subprocess v0.2.9
23652023-12-30T05:33:16.454Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3b2aae481ff4a5ae -C extra-filename=-3b2aae481ff4a5ae --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
23662023-12-30T05:33:16.764Z Compiling linked-hash-map v0.5.6
23672023-12-30T05:33:16.789Z Running `/home/build/.rustup/toolchains/1.74.1-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=b6fdc8cd52f47df2 -C extra-filename=-b6fdc8cd52f47df2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23682023-12-30T05:33:17.325Z Compiling lru-cache v0.1.2
23692023-12-30T05:33:17.406Z Running `/home/build/.rustup/toolchains/1.74.1-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=ac6e649b210698f7 -C extra-filename=-ac6e649b210698f7 --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-b6fdc8cd52f47df2.rmeta --cap-lints allow -D warnings`
23702023-12-30T05:33:17.533Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23712023-12-30T05:33:17.536Z Running `/home/build/.rustup/toolchains/1.74.1-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=957db5a12f14582b -C extra-filename=-957db5a12f14582b --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-5bd65d8a955183f2.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-a8d160a4b18cd3b5.so --cap-lints allow -D warnings`
23722023-12-30T05:33:17.613Z Compiling same-file v1.0.6
23732023-12-30T05:33:17.617Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cd802ac22f1c09f0 -C extra-filename=-cd802ac22f1c09f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23742023-12-30T05:33:17.731Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23752023-12-30T05:33:17.735Z Running `/home/build/.rustup/toolchains/1.74.1-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=e9b1768d9f3a4fce -C extra-filename=-e9b1768d9f3a4fce --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-baeed00c4892b615.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-957db5a12f14582b.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings`
23762023-12-30T05:33:17.974Z Compiling walkdir v2.4.0
23772023-12-30T05:33:17.977Z Running `/home/build/.rustup/toolchains/1.74.1-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=ad6f0ce566ab5d25 -C extra-filename=-ad6f0ce566ab5d25 --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-cd802ac22f1c09f0.rmeta --cap-lints allow -D warnings`
23782023-12-30T05:33:18.578Z Compiling password-hash v0.5.0
23792023-12-30T05:33:18.582Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=9dbb814661c71d32 -C extra-filename=-9dbb814661c71d32 --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-db2759387f67ed24.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d6a1aea7375010bd.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings`
23802023-12-30T05:33:19.309Z Compiling blake2 v0.10.6
23812023-12-30T05:33:19.313Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=5d708ddb6b7435bf -C extra-filename=-5d708ddb6b7435bf --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-33cffb59bc14d75d.rmeta --cap-lints allow -D warnings`
23822023-12-30T05:33:19.905Z Compiling heck v0.3.3
23832023-12-30T05:33:19.908Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1b2f45e4af363357 -C extra-filename=-1b2f45e4af363357 --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-3db9a7183557834f.rmeta --cap-lints allow -D warnings`
23842023-12-30T05:33:20.249Z Compiling argon2 v0.5.2
23852023-12-30T05:33:20.252Z Running `/home/build/.rustup/toolchains/1.74.1-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=2b7d06acdf8c01fb -C extra-filename=-2b7d06acdf8c01fb --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-db2759387f67ed24.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-5d708ddb6b7435bf.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-161a8fd22ed990c1.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-9dbb814661c71d32.rmeta --cap-lints allow -D warnings`
23862023-12-30T05:33:20.365Z Compiling itertools v0.12.0
23872023-12-30T05:33:20.368Z Running `/home/build/.rustup/toolchains/1.74.1-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=41c284b060b44704 -C extra-filename=-41c284b060b44704 --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-88da6cc752eb5faf.rmeta --cap-lints allow -D warnings`
23882023-12-30T05:33:20.569Z Compiling textwrap v0.11.0
23892023-12-30T05:33:20.572Z Running `/home/build/.rustup/toolchains/1.74.1-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=72a969bd0a1f56fe -C extra-filename=-72a969bd0a1f56fe --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-218243c8d3571b57.rmeta --cap-lints allow -D warnings`
23902023-12-30T05:33:21.443Z Compiling cancel-safe-futures v0.1.5
23912023-12-30T05:33:21.446Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=8f4a6794809c5c94 -C extra-filename=-8f4a6794809c5c94 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8f4a6794809c5c94 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23922023-12-30T05:33:21.780Z Compiling vec_map v0.8.2
23932023-12-30T05:33:21.783Z Running `/home/build/.rustup/toolchains/1.74.1-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=f39fc3d29d6b2404 -C extra-filename=-f39fc3d29d6b2404 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23942023-12-30T05:33:22.108Z Compiling ansi_term v0.12.1
23952023-12-30T05:33:22.114Z Running `/home/build/.rustup/toolchains/1.74.1-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=0cdc0de0e97e67e1 -C extra-filename=-0cdc0de0e97e67e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23962023-12-30T05:33:22.242Z Compiling strsim v0.8.0
23972023-12-30T05:33:22.245Z Running `/home/build/.rustup/toolchains/1.74.1-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=f51e80585c7d7b9c -C extra-filename=-f51e80585c7d7b9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23982023-12-30T05:33:22.845Z Compiling mockall v0.12.0
23992023-12-30T05:33:22.851Z Running `/home/build/.rustup/toolchains/1.74.1-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=bc4b7986e4ebef32 -C extra-filename=-bc4b7986e4ebef32 --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-6efcfb0956144885.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-6a8716df6a5de07c.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-d150d6fb6809f524.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-9c25cdabfb670a4a.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-a10b956f74bf4c45.rmeta --cap-lints allow -D warnings`
24002023-12-30T05:33:22.965Z Compiling swrite v0.1.0
24012023-12-30T05:33:22.968Z Running `/home/build/.rustup/toolchains/1.74.1-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=e54f14917505fd4b -C extra-filename=-e54f14917505fd4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24022023-12-30T05:33:23.144Z Compiling libefi-sys v0.1.0
24032023-12-30T05:33:23.147Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=02c3bc0f71beca8d -C extra-filename=-02c3bc0f71beca8d --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-02c3bc0f71beca8d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24042023-12-30T05:33:23.293Z Compiling clap v2.34.0
24052023-12-30T05:33:23.296Z Running `/home/build/.rustup/toolchains/1.74.1-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=80ec1b66276b6e63 -C extra-filename=-80ec1b66276b6e63 --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-0cdc0de0e97e67e1.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-e0f38db7acb90eea.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8861c4fe0bf9ac1d.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f51e80585c7d7b9c.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-72a969bd0a1f56fe.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-f39fc3d29d6b2404.rmeta --cap-lints allow -D warnings`
24062023-12-30T05:33:23.402Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8f4a6794809c5c94/build-script-build`
24072023-12-30T05:33:23.405Z Compiling structopt-derive v0.4.18
24082023-12-30T05:33:23.405Z Running `/home/build/.rustup/toolchains/1.74.1-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=57451091c78e3f93 -C extra-filename=-57451091c78e3f93 --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-1b2f45e4af363357.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-a4e00c370f5769fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings`
24092023-12-30T05:33:23.713Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-02c3bc0f71beca8d/build-script-build`
24102023-12-30T05:33:23.757Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
24112023-12-30T05:33:23.760Z Running `/home/build/.rustup/toolchains/1.74.1-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=ffe8b21243cc7efc -C extra-filename=-ffe8b21243cc7efc --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-ffe8b21243cc7efc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e07eb99e53dfdc9c.rlib --cap-lints allow -D warnings`
24122023-12-30T05:33:24.465Z Compiling half v1.8.2
24132023-12-30T05:33:24.469Z Running `/home/build/.rustup/toolchains/1.74.1-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=7359904ad2efc1d4 -C extra-filename=-7359904ad2efc1d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24142023-12-30T05:33:25.372Z Compiling ciborium-io v0.2.1
24152023-12-30T05:33:25.375Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=d49eee1efaa6b1db -C extra-filename=-d49eee1efaa6b1db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24162023-12-30T05:33:25.427Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-ffe8b21243cc7efc/build-script-build`
24172023-12-30T05:33:25.467Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=795cf1b109b7acc0 -C extra-filename=-795cf1b109b7acc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l efi`
24182023-12-30T05:33:25.578Z Compiling ciborium-ll v0.2.1
24192023-12-30T05:33:25.585Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=68e1dd17bbdf709c -C extra-filename=-68e1dd17bbdf709c --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-d49eee1efaa6b1db.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-7359904ad2efc1d4.rmeta --cap-lints allow -D warnings`
24202023-12-30T05:33:25.665Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=9f8b17a37a768f4f -C extra-filename=-9f8b17a37a768f4f --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-bacbb989514d74d7.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7b53465c7a25004.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-27679b6a1ff6042a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --cap-lints allow -D warnings`
24212023-12-30T05:33:26.232Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24222023-12-30T05:33:26.235Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7f8ab4372cfe69e2 -C extra-filename=-7f8ab4372cfe69e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-7e0c2c23b884f34a.rmeta --cap-lints allow -D warnings`
24232023-12-30T05:33:26.371Z Compiling toml v0.5.11
24242023-12-30T05:33:26.375Z Running `/home/build/.rustup/toolchains/1.74.1-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=4d166bca4eae79be -C extra-filename=-4d166bca4eae79be --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-81aca5cc339569ca.rmeta --cap-lints allow -D warnings`
24252023-12-30T05:33:26.567Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24262023-12-30T05:33:26.610Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2319c5d2112e3ce4 -C extra-filename=-2319c5d2112e3ce4 --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-dc3967e2ac4e7655.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-795cf1b109b7acc0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --cap-lints allow -D warnings`
24272023-12-30T05:33:27.125Z Compiling ciborium v0.2.1
24282023-12-30T05:33:27.125Z Running `/home/build/.rustup/toolchains/1.74.1-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=a399b39d81070ecb -C extra-filename=-a399b39d81070ecb --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-d49eee1efaa6b1db.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-68e1dd17bbdf709c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --cap-lints allow -D warnings`
24292023-12-30T05:33:27.311Z Compiling arc-swap v1.6.0
24302023-12-30T05:33:27.329Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.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=3c1f1da5460a196e -C extra-filename=-3c1f1da5460a196e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24312023-12-30T05:33:28.408Z Compiling slog-scope v4.4.0
24322023-12-30T05:33:28.411Z Running `/home/build/.rustup/toolchains/1.74.1-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=133fd07da514051c -C extra-filename=-133fd07da514051c --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-3c1f1da5460a196e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --cap-lints allow -D warnings`
24332023-12-30T05:33:28.769Z Compiling slog-stdlog v4.1.1
24342023-12-30T05:33:28.773Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=447b5b91d58a9534 -C extra-filename=-447b5b91d58a9534 --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-a8da004f5204fad5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-133fd07da514051c.rmeta --cap-lints allow -D warnings`
24352023-12-30T05:33:29.281Z Compiling structopt v0.3.26
24362023-12-30T05:33:29.287Z Running `/home/build/.rustup/toolchains/1.74.1-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=c6235255ffd2052a -C extra-filename=-c6235255ffd2052a --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-80ec1b66276b6e63.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-57451091c78e3f93.so --cap-lints allow -D warnings`
24372023-12-30T05:33:29.350Z Compiling libsw v3.3.0
24382023-12-30T05:33:29.354Z Running `/home/build/.rustup/toolchains/1.74.1-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=67b2bd88d9f7c33a -C extra-filename=-67b2bd88d9f7c33a --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-f220d257bdb19ce1.rmeta --cap-lints allow -D warnings`
24392023-12-30T05:33:29.523Z Running `/home/build/.rustup/toolchains/1.74.1-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=e9624c6c2a7cdcd8 -C extra-filename=-e9624c6c2a7cdcd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-7f8ab4372cfe69e2.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-c6235255ffd2052a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -l static=pci`
24402023-12-30T05:33:29.708Z Compiling derive-where v1.2.6
24412023-12-30T05:33:29.711Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.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=88db69bac18fd6c2 -C extra-filename=-88db69bac18fd6c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings`
24422023-12-30T05:33:29.824Z Compiling owo-colors v3.5.0
24432023-12-30T05:33:29.861Z Running `/home/build/.rustup/toolchains/1.74.1-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=a0c0181394299090 -C extra-filename=-a0c0181394299090 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24442023-12-30T05:33:30.301Z Compiling home v0.5.5
24452023-12-30T05:33:30.304Z Running `/home/build/.rustup/toolchains/1.74.1-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=814cad4654b5349a -C extra-filename=-814cad4654b5349a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24462023-12-30T05:33:30.680Z Compiling linear-map v1.2.0
24472023-12-30T05:33:30.740Z Running `/home/build/.rustup/toolchains/1.74.1-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=abfded384cdfb682 -C extra-filename=-abfded384cdfb682 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24482023-12-30T05:33:30.932Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
24492023-12-30T05:33:30.935Z Running `/home/build/.rustup/toolchains/1.74.1-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=ae05743c4214da30 -C extra-filename=-ae05743c4214da30 --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-ee510d5a1df366ae.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-e9b1768d9f3a4fce.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2cacba45548a3db7.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-491f2d650f48e246.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings`
24502023-12-30T05:33:31.251Z Compiling slog-envlogger v2.2.0
24512023-12-30T05:33:31.255Z Running `/home/build/.rustup/toolchains/1.74.1-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=3f63c5426433dc4a -C extra-filename=-3f63c5426433dc4a --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-a8da004f5204fad5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-133fd07da514051c.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-447b5b91d58a9534.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --cap-lints allow -D warnings`
24522023-12-30T05:33:32.450Z Compiling slog-dtrace v0.2.3
24532023-12-30T05:33:32.453Z Running `/home/build/.rustup/toolchains/1.74.1-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=5b014a69ed7c98d0 -C extra-filename=-5b014a69ed7c98d0 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-5b014a69ed7c98d0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings`
24542023-12-30T05:33:32.816Z Compiling convert_case v0.4.0
24552023-12-30T05:33:32.820Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=39d193f1dce25c95 -C extra-filename=-39d193f1dce25c95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24562023-12-30T05:33:33.027Z Compiling signal-hook v0.3.17
24572023-12-30T05:33:33.030Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=1874e4089e62e760 -C extra-filename=-1874e4089e62e760 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-1874e4089e62e760 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24582023-12-30T05:33:33.385Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-5b014a69ed7c98d0/build-script-build`
24592023-12-30T05:33:33.483Z Running `/home/build/.rustup/toolchains/1.74.1-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=34b4fe65411a2120 -C extra-filename=-34b4fe65411a2120 --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-dee72db7b50e2635.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rmeta --cap-lints allow -D warnings`
24602023-12-30T05:33:33.568Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-1874e4089e62e760/build-script-build`
24612023-12-30T05:33:33.651Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=43e6fcaa4f231457 -C extra-filename=-43e6fcaa4f231457 --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-dc3967e2ac4e7655.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-a45d52795e3caba7.rmeta --cap-lints allow -D warnings`
24622023-12-30T05:33:33.959Z Compiling resolv-conf v0.7.0
24632023-12-30T05:33:33.963Z Running `/home/build/.rustup/toolchains/1.74.1-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=3d868be3ff0ec649 -C extra-filename=-3d868be3ff0ec649 --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-0d2de37fe3a9db95.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f4ece63d59b921ed.rmeta --cap-lints allow -D warnings`
24642023-12-30T05:33:34.350Z Compiling derive_more v0.99.17
24652023-12-30T05:33:34.353Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.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=9fb3ce8e735e9f60 -C extra-filename=-9fb3ce8e735e9f60 --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-39d193f1dce25c95.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings`
24662023-12-30T05:33:34.379Z Compiling fxhash v0.2.1
24672023-12-30T05:33:34.382Z Running `/home/build/.rustup/toolchains/1.74.1-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=ff88d5c2e7048037 -C extra-filename=-ff88d5c2e7048037 --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-4ff908e223b9ba35.rmeta --cap-lints allow -D warnings`
24682023-12-30T05:33:34.678Z Compiling trust-dns-resolver v0.22.0
24692023-12-30T05:33:34.681Z Running `/home/build/.rustup/toolchains/1.74.1-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=e4694ac47c3b5489 -C extra-filename=-e4694ac47c3b5489 --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-6efcfb0956144885.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-27679b6a1ff6042a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-ac6e649b210698f7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a83af483cd943d6f.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-3d868be3ff0ec649.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f572e5f175be25c2.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rmeta --cap-lints allow -D warnings`
24702023-12-30T05:33:35.291Z Compiling newline-converter v0.3.0
24712023-12-30T05:33:35.294Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=27d283bedd3ab80d -C extra-filename=-27d283bedd3ab80d --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-3db9a7183557834f.rmeta --cap-lints allow -D warnings`
24722023-12-30T05:33:35.315Z Compiling nibble_vec v0.1.0
24732023-12-30T05:33:35.315Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=acff101e6eaca729 -C extra-filename=-acff101e6eaca729 --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-b9214902439ca54b.rmeta --cap-lints allow -D warnings`
24742023-12-30T05:33:35.531Z Compiling expectorate v1.1.0
24752023-12-30T05:33:35.535Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=903961a7ef9374aa -C extra-filename=-903961a7ef9374aa --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-33a5928f2ec0ac9f.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-27d283bedd3ab80d.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rmeta --cap-lints allow -D warnings`
24762023-12-30T05:33:35.608Z Compiling glob v0.3.1
24772023-12-30T05:33:35.611Z Running `/home/build/.rustup/toolchains/1.74.1-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=219023a8387da708 -C extra-filename=-219023a8387da708 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24782023-12-30T05:33:35.770Z Compiling endian-type v0.1.2
24792023-12-30T05:33:35.773Z Running `/home/build/.rustup/toolchains/1.74.1-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=70dff33bfd749910 -C extra-filename=-70dff33bfd749910 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24802023-12-30T05:33:36.104Z Compiling radix_trie v0.2.1
24812023-12-30T05:33:36.107Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a8d026b080a5f1c0 -C extra-filename=-a8d026b080a5f1c0 --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-70dff33bfd749910.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-acff101e6eaca729.rmeta --cap-lints allow -D warnings`
24822023-12-30T05:33:36.173Z Compiling termcolor v1.2.0
24832023-12-30T05:33:36.176Z Running `/home/build/.rustup/toolchains/1.74.1-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=2e558ad2340e05ad -C extra-filename=-2e558ad2340e05ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24842023-12-30T05:33:37.188Z Compiling omicron-zone-package v0.9.1
24852023-12-30T05:33:37.197Z Running `/home/build/.rustup/toolchains/1.74.1-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=896f8057515a983c -C extra-filename=-896f8057515a983c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-bcfd1808f1799595.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-27679b6a1ff6042a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b3586cc9ea932d09.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2b0b8e073f7f1ad3.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2326cb9c9a527358.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64`
24862023-12-30T05:33:37.235Z Compiling radium v0.7.0
24872023-12-30T05:33:37.260Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fba5e3f37040d9d7 -C extra-filename=-fba5e3f37040d9d7 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-fba5e3f37040d9d7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24882023-12-30T05:33:37.627Z Compiling semver-parser v0.10.2
24892023-12-30T05:33:37.630Z Running `/home/build/.rustup/toolchains/1.74.1-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=ee26c881764e7919 -C extra-filename=-ee26c881764e7919 --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-6794cb547fd28a6d.rmeta --cap-lints allow -D warnings`
24902023-12-30T05:33:38.025Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-fba5e3f37040d9d7/build-script-build`
24912023-12-30T05:33:38.068Z Compiling tap v1.0.1
24922023-12-30T05:33:38.071Z Running `/home/build/.rustup/toolchains/1.74.1-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=08cb45dba0ef4142 -C extra-filename=-08cb45dba0ef4142 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24932023-12-30T05:33:38.355Z Compiling maybe-uninit v2.0.0
24942023-12-30T05:33:38.359Z Running `/home/build/.rustup/toolchains/1.74.1-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=bf78889f24b0c2b0 -C extra-filename=-bf78889f24b0c2b0 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-bf78889f24b0c2b0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24952023-12-30T05:33:38.385Z Compiling wyz v0.5.1
24962023-12-30T05:33:38.388Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=424abcbb0c8bbf00 -C extra-filename=-424abcbb0c8bbf00 --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-08cb45dba0ef4142.rmeta --cap-lints allow -D warnings`
24972023-12-30T05:33:39.082Z Compiling semver v0.11.0
24982023-12-30T05:33:39.112Z Running `/home/build/.rustup/toolchains/1.74.1-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=7bc924aae1172dfd -C extra-filename=-7bc924aae1172dfd --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-ee26c881764e7919.rmeta --cap-lints allow -D warnings`
24992023-12-30T05:33:39.289Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-bf78889f24b0c2b0/build-script-build`
25002023-12-30T05:33:39.425Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=27d5047e80e91a90 -C extra-filename=-27d5047e80e91a90 --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`
25012023-12-30T05:33:40.144Z Compiling num-rational v0.4.1
25022023-12-30T05:33:40.147Z Running `/home/build/.rustup/toolchains/1.74.1-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=2f37d431f14d093d -C extra-filename=-2f37d431f14d093d --out-dir /work/oxidecomputer/omicron/target/debug/build/num-rational-2f37d431f14d093d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings`
25032023-12-30T05:33:40.384Z Compiling funty v2.0.0
25042023-12-30T05:33:40.387Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e082b742fe21b22b -C extra-filename=-e082b742fe21b22b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25052023-12-30T05:33:40.718Z Compiling num-bigint-dig v0.8.4
25062023-12-30T05:33:40.721Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=5a6cfc0aceccdd2d -C extra-filename=-5a6cfc0aceccdd2d --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-5a6cfc0aceccdd2d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25072023-12-30T05:33:41.297Z Compiling packed_struct v0.10.1
25082023-12-30T05:33:41.300Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=1187ed4801970867 -C extra-filename=-1187ed4801970867 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-1187ed4801970867 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25092023-12-30T05:33:41.348Z Compiling keccak v0.1.4
25102023-12-30T05:33:41.371Z Running `/home/build/.rustup/toolchains/1.74.1-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=af737db1943fc8a2 -C extra-filename=-af737db1943fc8a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25112023-12-30T05:33:42.115Z Compiling crc-catalog v2.2.0
25122023-12-30T05:33:42.118Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.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=44635128b63b72f6 -C extra-filename=-44635128b63b72f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25132023-12-30T05:33:42.322Z Compiling crc v3.0.1
25142023-12-30T05:33:42.325Z Running `/home/build/.rustup/toolchains/1.74.1-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=3d7308d675906fc6 -C extra-filename=-3d7308d675906fc6 --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-44635128b63b72f6.rmeta --cap-lints allow -D warnings`
25152023-12-30T05:33:42.814Z Compiling bitvec v1.0.1
25162023-12-30T05:33:42.822Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2daf68ad4baccc37 -C extra-filename=-2daf68ad4baccc37 --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-e082b742fe21b22b.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-27d5047e80e91a90.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-08cb45dba0ef4142.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-424abcbb0c8bbf00.rmeta --cap-lints allow -D warnings`
25172023-12-30T05:33:43.089Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-1187ed4801970867/build-script-build`
25182023-12-30T05:33:43.092Z Compiling sha3 v0.10.8
25192023-12-30T05:33:43.140Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e5c0cd91c143e93f -C extra-filename=-e5c0cd91c143e93f --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-33cffb59bc14d75d.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-af737db1943fc8a2.rmeta --cap-lints allow -D warnings`
25202023-12-30T05:33:43.689Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-5a6cfc0aceccdd2d/build-script-build`
25212023-12-30T05:33:43.735Z Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-2f37d431f14d093d/build-script-build`
25222023-12-30T05:33:44.097Z Compiling toolchain_find v0.2.0
25232023-12-30T05:33:44.100Z Running `/home/build/.rustup/toolchains/1.74.1-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=364ea7694aa3169b -C extra-filename=-364ea7694aa3169b --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-814cad4654b5349a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-7bc924aae1172dfd.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings`
25242023-12-30T05:33:44.213Z Running `/home/build/.rustup/toolchains/1.74.1-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=f1e1e2d2e6ac882d -C extra-filename=-f1e1e2d2e6ac882d --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-30T05:33:44.309Z Compiling secrecy v0.8.0
25262023-12-30T05:33:44.316Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=0a46460f96c16d8c -C extra-filename=-0a46460f96c16d8c --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-1b69ed1ddf670b50.rmeta --cap-lints allow -D warnings`
25272023-12-30T05:33:44.707Z Compiling packed_struct_codegen v0.10.1
25282023-12-30T05:33:44.710Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7a903979f7c2109b -C extra-filename=-7a903979f7c2109b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings`
25292023-12-30T05:33:44.735Z Compiling nodrop v0.1.14
25302023-12-30T05:33:44.738Z Running `/home/build/.rustup/toolchains/1.74.1-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=a0c77fb985e48085 -C extra-filename=-a0c77fb985e48085 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25312023-12-30T05:33:44.910Z Compiling array-init v0.0.4
25322023-12-30T05:33:44.942Z Running `/home/build/.rustup/toolchains/1.74.1-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=eb1fd4f2490a020f -C extra-filename=-eb1fd4f2490a020f --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-a0c77fb985e48085.rmeta --cap-lints allow -D warnings`
25332023-12-30T05:33:45.080Z Compiling rustfmt-wrapper v0.2.0
25342023-12-30T05:33:45.084Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2cfd71c005fad142 -C extra-filename=-2cfd71c005fad142 --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-81aca5cc339569ca.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4d166bca4eae79be.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-364ea7694aa3169b.rmeta --cap-lints allow -D warnings`
25352023-12-30T05:33:45.280Z Compiling smallvec v0.6.14
25362023-12-30T05:33:45.316Z Running `/home/build/.rustup/toolchains/1.74.1-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=e606479ac2e80ec3 -C extra-filename=-e606479ac2e80ec3 --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-f1e1e2d2e6ac882d.rmeta --cap-lints allow -D warnings`
25372023-12-30T05:33:45.970Z Running `/home/build/.rustup/toolchains/1.74.1-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=0426d3570874e650 -C extra-filename=-0426d3570874e650 --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-b22e93c0eb8e8193.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings --cfg has_int_exp_fmt`
25382023-12-30T05:33:46.127Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=9928b4f3bebb1217 -C extra-filename=-9928b4f3bebb1217 --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-4ff908e223b9ba35.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-38b670a70a83d088.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rmeta --cap-lints allow -D warnings --cfg has_i128`
25392023-12-30T05:33:46.811Z Compiling pkcs1 v0.7.5
25402023-12-30T05:33:46.814Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=255428a67f0c9512 -C extra-filename=-255428a67f0c9512 --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-e6835b79b619d6d1.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-39538edefc759022.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-dc4631bd9effa8df.rmeta --cap-lints allow -D warnings`
25412023-12-30T05:33:48.450Z Compiling signature v2.1.0
25422023-12-30T05:33:48.453Z Running `/home/build/.rustup/toolchains/1.74.1-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=6a9804bb73144ee3 -C extra-filename=-6a9804bb73144ee3 --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-33cffb59bc14d75d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d6a1aea7375010bd.rmeta --cap-lints allow -D warnings`
25432023-12-30T05:33:48.874Z Compiling num-complex v0.4.4
25442023-12-30T05:33:48.878Z Running `/home/build/.rustup/toolchains/1.74.1-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=63889bed41e78e89 -C extra-filename=-63889bed41e78e89 --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-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings`
25452023-12-30T05:33:49.002Z Compiling bitfield v0.14.0
25462023-12-30T05:33:49.005Z Running `/home/build/.rustup/toolchains/1.74.1-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=8b564f5b2dba98c8 -C extra-filename=-8b564f5b2dba98c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25472023-12-30T05:33:49.225Z Compiling serde-hex v0.1.0
25482023-12-30T05:33:49.225Z Running `/home/build/.rustup/toolchains/1.74.1-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=f1829d2cfae2e8f8 -C extra-filename=-f1829d2cfae2e8f8 --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-eb1fd4f2490a020f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e606479ac2e80ec3.rmeta --cap-lints allow -D warnings`
25492023-12-30T05:33:49.342Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
25502023-12-30T05:33:49.360Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=c5c737f8ae05c7c6 -C extra-filename=-c5c737f8ae05c7c6 --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-4ff908e223b9ba35.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-3d7308d675906fc6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8d14b62f88fd6910.rmeta --cap-lints allow -D warnings`
25512023-12-30T05:33:49.503Z Compiling env_logger v0.10.0
25522023-12-30T05:33:49.532Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/src/lib.rs --error-format=json --json=diagnostic-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=2c1d3986277d3c60 -C extra-filename=-2c1d3986277d3c60 --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-9351ec178e203864.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2e558ad2340e05ad.rmeta --cap-lints allow -D warnings`
25532023-12-30T05:33:49.842Z Compiling x509-cert v0.2.4
25542023-12-30T05:33:49.842Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-0.2.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=94d355066c7a14e6 -C extra-filename=-94d355066c7a14e6 --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-66455a9b00682027.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e6835b79b619d6d1.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-dc4631bd9effa8df.rmeta --cap-lints allow -D warnings`
25552023-12-30T05:33:49.983Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=344ee5eac10f80d4 -C extra-filename=-344ee5eac10f80d4 --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-2daf68ad4baccc37.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-7a903979f7c2109b.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --cap-lints allow -D warnings`
25562023-12-30T05:33:50.646Z Compiling num v0.4.1
25572023-12-30T05:33:50.651Z Running `/home/build/.rustup/toolchains/1.74.1-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=aa56a7303df8436e -C extra-filename=-aa56a7303df8436e --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-63889bed41e78e89.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-0426d3570874e650.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings`
25582023-12-30T05:33:50.790Z Compiling rsa v0.9.2
25592023-12-30T05:33:50.793Z Running `/home/build/.rustup/toolchains/1.74.1-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=4b21952414296c0b -C extra-filename=-4b21952414296c0b --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-4ff908e223b9ba35.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-33cffb59bc14d75d.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-9928b4f3bebb1217.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-255428a67f0c9512.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-39538edefc759022.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d6a1aea7375010bd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6a9804bb73144ee3.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-dc4631bd9effa8df.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rmeta --cap-lints allow -D warnings`
25602023-12-30T05:33:51.054Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25612023-12-30T05:33:51.060Z Running `/home/build/.rustup/toolchains/1.74.1-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=ab58f47b66a1e098 -C extra-filename=-ab58f47b66a1e098 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-ab58f47b66a1e098 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-340967dacea69100.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-7fa1f6396052bdb1.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1273314ddbc76afe.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a55d8fa36e94059e.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8861c4fe0bf9ac1d.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-231be48fc33c3583.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b8e8dc310f6d46a3.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-ce6aeddc0b5d8d62.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-ea9b7c9563393109.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-5719f59f113c47d6.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-33a5928f2ec0ac9f.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-5699d189b136fd59.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e6835b79b619d6d1.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-19d4a994ab595f5a.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-33cffb59bc14d75d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-cd6ec43675eee141.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-077c7c2d8ef378ab.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-0fbfb3da863b7ff5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-db195f051fe2c4db.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-bacbb989514d74d7.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-d641bf884fcc7ec5.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7b53465c7a25004.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1d9f0def4c649509.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-27679b6a1ff6042a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-6144d53d6244ae57.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7defc2e9733c79ab.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-484458b429b76554.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ef5b861026f5dfd.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-22e8ca75eff77819.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6734e8ec3b55d985.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-1a9e3523b07eea92.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-5f0c5f1a0483f4f9.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-55ccbb6e3cb276b0.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-24dc8bd775458b21.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-e999d9c2c3b1bdc7.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-aa2ed84260f9def6.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-ee6cdf9a9cd99e2d.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-46f2b94666a4edae.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-83edf1a3a1698551.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-68535836c6248cbe.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-66f725df0b3108ef.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-985cb4d25c7efa21.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d1ff6e7bab6b096b.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-7b759573e934a70a.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2326cb9c9a527358.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-cff853258082ae9d.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e2500bdc44852e13.rlib --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b5f8453f86a34589.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f572e5f175be25c2.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-ea6d88cd11b1cdcf.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-4d82b57d4e7e0298.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3732617bf49537d4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-76dc1c2985d9a15a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
25622023-12-30T05:33:51.563Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-ab58f47b66a1e098/build-script-build`
25632023-12-30T05:33:51.605Z Running `/home/build/.rustup/toolchains/1.74.1-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=8179f1f057008fba -C extra-filename=-8179f1f057008fba --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-340967dacea69100.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-7fa1f6396052bdb1.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1273314ddbc76afe.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a55d8fa36e94059e.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8861c4fe0bf9ac1d.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-231be48fc33c3583.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b8e8dc310f6d46a3.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-ce6aeddc0b5d8d62.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-ea9b7c9563393109.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-5719f59f113c47d6.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-33a5928f2ec0ac9f.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-5699d189b136fd59.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e6835b79b619d6d1.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-19d4a994ab595f5a.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-33cffb59bc14d75d.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-cd6ec43675eee141.rmeta --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-077c7c2d8ef378ab.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-0fbfb3da863b7ff5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-db195f051fe2c4db.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-bacbb989514d74d7.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-d641bf884fcc7ec5.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7b53465c7a25004.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1d9f0def4c649509.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-27679b6a1ff6042a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-6144d53d6244ae57.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7defc2e9733c79ab.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-484458b429b76554.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ef5b861026f5dfd.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-22e8ca75eff77819.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6734e8ec3b55d985.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-1a9e3523b07eea92.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-5f0c5f1a0483f4f9.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-55ccbb6e3cb276b0.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-24dc8bd775458b21.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-e999d9c2c3b1bdc7.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-aa2ed84260f9def6.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-ee6cdf9a9cd99e2d.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-46f2b94666a4edae.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-83edf1a3a1698551.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-68535836c6248cbe.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-66f725df0b3108ef.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-985cb4d25c7efa21.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d1ff6e7bab6b096b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2326cb9c9a527358.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-cff853258082ae9d.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e2500bdc44852e13.rmeta --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b5f8453f86a34589.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f572e5f175be25c2.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-ea6d88cd11b1cdcf.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-4d82b57d4e7e0298.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3732617bf49537d4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-76dc1c2985d9a15a.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
25642023-12-30T05:33:51.718Z Compiling ron v0.8.1
25652023-12-30T05:33:51.756Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=681b448eb305ad12 -C extra-filename=-681b448eb305ad12 --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-2142c24215a1cbad.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-231be48fc33c3583.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2b0b8e073f7f1ad3.so --cap-lints allow -D warnings`
25662023-12-30T05:33:51.762Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25672023-12-30T05:33:51.766Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5e5c03b33dd1fcd9 -C extra-filename=-5e5c03b33dd1fcd9 --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-8179f1f057008fba.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
25682023-12-30T05:33:53.220Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25692023-12-30T05:33:53.224Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88fc52e358167e6c -C extra-filename=-88fc52e358167e6c --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-2b7d06acdf8c01fb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
25702023-12-30T05:33:53.872Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25712023-12-30T05:33:53.881Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=33ff577c0ab5f1b4 -C extra-filename=-33ff577c0ab5f1b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-88db69bac18fd6c2.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-67b2bd88d9f7c33a.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-abfded384cdfb682.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
25722023-12-30T05:33:56.296Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25732023-12-30T05:33:56.300Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d0ba6f876f29fb07 -C extra-filename=-d0ba6f876f29fb07 --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-8179f1f057008fba.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
25742023-12-30T05:33:56.883Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
25752023-12-30T05:33:56.886Z Running `/home/build/.rustup/toolchains/1.74.1-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=76f9df658ab9af36 -C extra-filename=-76f9df658ab9af36 --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-8b564f5b2dba98c8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-344ee5eac10f80d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --cap-lints allow -D warnings`
25762023-12-30T05:33:57.351Z Compiling crc-any v2.4.3
25772023-12-30T05:33:57.354Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-any-2.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=3c86b9368e38f611 -C extra-filename=-3c86b9368e38f611 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25782023-12-30T05:33:58.180Z Compiling utf-8 v0.7.6
25792023-12-30T05:33:58.218Z Running `/home/build/.rustup/toolchains/1.74.1-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=2531f524387a9a1f -C extra-filename=-2531f524387a9a1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25802023-12-30T05:33:58.407Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
25812023-12-30T05:33:58.410Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b11434403caa652c -C extra-filename=-b11434403caa652c --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-681b448eb305ad12.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-c5c737f8ae05c7c6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8d14b62f88fd6910.rmeta --cap-lints allow -D warnings`
25822023-12-30T05:33:58.438Z Compiling object v0.30.4
25832023-12-30T05:33:58.478Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' -C metadata=2c556cb7b4820d0b -C extra-filename=-2c556cb7b4820d0b --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-ddd6b783a064eb7e.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ef5b861026f5dfd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-30180bc88c646d38.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --cap-lints allow -D warnings`
25842023-12-30T05:33:58.690Z Compiling tungstenite v0.20.1
25852023-12-30T05:33:58.693Z Running `/home/build/.rustup/toolchains/1.74.1-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=53bd5be1967dd18c -C extra-filename=-53bd5be1967dd18c --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-4ff908e223b9ba35.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5165d982a445385a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-5087bbc52468f397.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-2531f524387a9a1f.rmeta --cap-lints allow -D warnings`
25862023-12-30T05:33:59.648Z Compiling path-slash v0.1.5
25872023-12-30T05:33:59.654Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=67c53f1d8bdbada0 -C extra-filename=-67c53f1d8bdbada0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25882023-12-30T05:33:59.972Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25892023-12-30T05:33:59.975Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e2f9060b0b2260de -C extra-filename=-e2f9060b0b2260de --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-8179f1f057008fba.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
25902023-12-30T05:34:00.444Z Compiling tokio-tungstenite v0.20.1
25912023-12-30T05:34:00.448Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.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=c63a8084780a4130 -C extra-filename=-c63a8084780a4130 --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-27679b6a1ff6042a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-53bd5be1967dd18c.rmeta --cap-lints allow -D warnings`
25922023-12-30T05:34:01.337Z Compiling signal-hook-mio v0.2.3
25932023-12-30T05:34:01.347Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.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=060225c871bf0cdf -C extra-filename=-060225c871bf0cdf --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-dc3967e2ac4e7655.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-55ccbb6e3cb276b0.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rmeta --cap-lints allow -D warnings`
25942023-12-30T05:34:01.350Z Compiling buf-list v1.0.3
25952023-12-30T05:34:01.350Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=8893d74600b806d8 -C extra-filename=-8893d74600b806d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-8893d74600b806d8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25962023-12-30T05:34:01.554Z Compiling display-error-chain v0.2.0
25972023-12-30T05:34:01.559Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/display-error-chain-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aaa19c355036061d -C extra-filename=-aaa19c355036061d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25982023-12-30T05:34:01.756Z Compiling parking_lot_core v0.8.6
25992023-12-30T05:34:01.805Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=48826031f0281653 -C extra-filename=-48826031f0281653 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-48826031f0281653 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26002023-12-30T05:34:01.809Z Compiling trust-dns-client v0.22.0
26012023-12-30T05:34:01.809Z Running `/home/build/.rustup/toolchains/1.74.1-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=3e0a8bef0558b8c7 -C extra-filename=-3e0a8bef0558b8c7 --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-6efcfb0956144885.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-db195f051fe2c4db.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-27679b6a1ff6042a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-a8d026b080a5f1c0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d1ff6e7bab6b096b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f572e5f175be25c2.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rmeta --cap-lints allow -D warnings`
26022023-12-30T05:34:02.285Z Compiling pretty-hex v0.4.0
26032023-12-30T05:34:02.310Z Running `/home/build/.rustup/toolchains/1.74.1-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=d51455f5c7618491 -C extra-filename=-d51455f5c7618491 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26042023-12-30T05:34:02.480Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-8893d74600b806d8/build-script-build`
26052023-12-30T05:34:02.580Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=b4c02a942dc17c0f -C extra-filename=-b4c02a942dc17c0f --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-26d2b68a816ef0bf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --cap-lints allow -D warnings --cfg seek_convenience --cfg const_fn_trait_bounds`
26062023-12-30T05:34:02.608Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-48826031f0281653/build-script-build`
26072023-12-30T05:34:02.633Z Compiling semver v0.1.20
26082023-12-30T05:34:02.636Z Running `/home/build/.rustup/toolchains/1.74.1-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=9fecfb734d7157b3 -C extra-filename=-9fecfb734d7157b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26092023-12-30T05:34:02.672Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7b466060c01f9cb9 -C extra-filename=-7b466060c01f9cb9 --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-6efcfb0956144885.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a3b9195715d78840.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --cap-lints allow -D warnings`
26102023-12-30T05:34:03.505Z Compiling parking_lot v0.11.2
26112023-12-30T05:34:03.531Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=c174bba757594cdf -C extra-filename=-c174bba757594cdf --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-a3b9195715d78840.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-cd1bdf41f320219b.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-7b466060c01f9cb9.rmeta --cap-lints allow -D warnings`
26122023-12-30T05:34:03.832Z Compiling rustc_version v0.1.7
26132023-12-30T05:34:03.845Z Running `/home/build/.rustup/toolchains/1.74.1-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=6367f93d5bcb467d -C extra-filename=-6367f93d5bcb467d --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-9fecfb734d7157b3.rmeta --cap-lints allow -D warnings`
26142023-12-30T05:34:03.889Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
26152023-12-30T05:34:03.913Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/ef442ee/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9a262033ec2affc5 -C extra-filename=-9a262033ec2affc5 --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-22616ea412428ac4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --cap-lints allow -D warnings`
26162023-12-30T05:34:03.919Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
26172023-12-30T05:34:03.919Z Running `/home/build/.rustup/toolchains/1.74.1-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=264a0c2a96840ec1 -C extra-filename=-264a0c2a96840ec1 --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-64beaabacfe3accc.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-e9b1768d9f3a4fce.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-ae05743c4214da30.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64`
26182023-12-30T05:34:04.212Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26192023-12-30T05:34:04.217Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=e77a1690291561a4 -C extra-filename=-e77a1690291561a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5e5c03b33dd1fcd9.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4c3ee75e68b70f06.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-53f99bbafb6fab48.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-95afcb174958536d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
26202023-12-30T05:34:04.553Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26212023-12-30T05:34:04.557Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e956f1f9d11aeeaf -C extra-filename=-e956f1f9d11aeeaf --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-dee72db7b50e2635.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
26222023-12-30T05:34:05.226Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26232023-12-30T05:34:05.229Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=985641a98d92b119 -C extra-filename=-985641a98d92b119 --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-2142c24215a1cbad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
26242023-12-30T05:34:06.857Z Compiling trust-dns-server v0.22.1
26252023-12-30T05:34:06.884Z Running `/home/build/.rustup/toolchains/1.74.1-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=de17b9e43dd330b7 -C extra-filename=-de17b9e43dd330b7 --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-a59a91390b9da3fe.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-27803a47156d2921.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-7155313a3bd00777.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-27679b6a1ff6042a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d1ff6e7bab6b096b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4d166bca4eae79be.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f572e5f175be25c2.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3e0a8bef0558b8c7.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rmeta --cap-lints allow -D warnings`
26262023-12-30T05:34:06.965Z Compiling sled v0.34.7
26272023-12-30T05:34:06.968Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' -C metadata=534cbf6d318e0767 -C extra-filename=-534cbf6d318e0767 --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-ddd6b783a064eb7e.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-ff88d5c2e7048037.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-c174bba757594cdf.rmeta --cap-lints allow -D warnings`
26282023-12-30T05:34:07.040Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26292023-12-30T05:34:07.044Z Running `/home/build/.rustup/toolchains/1.74.1-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=be029504e65166df -C extra-filename=-be029504e65166df --out-dir /work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-be029504e65166df -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-896f8057515a983c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-2cfd71c005fad142.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64`
26302023-12-30T05:34:09.922Z Compiling newtype_derive v0.1.6
26312023-12-30T05:34:09.926Z Running `/home/build/.rustup/toolchains/1.74.1-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=1c6c0c01e1dcc86e -C extra-filename=-1c6c0c01e1dcc86e --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-1c6c0c01e1dcc86e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-6367f93d5bcb467d.rlib --cap-lints allow -D warnings`
26322023-12-30T05:34:10.529Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26332023-12-30T05:34:10.532Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9b57f9de53824432 -C extra-filename=-9b57f9de53824432 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-9b57f9de53824432 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-896f8057515a983c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-2cfd71c005fad142.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64`
26342023-12-30T05:34:14.278Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26352023-12-30T05:34:14.283Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a6524eaf2e721d50 -C extra-filename=-a6524eaf2e721d50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3e0a8bef0558b8c7.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-de17b9e43dd330b7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
26362023-12-30T05:34:16.400Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-1c6c0c01e1dcc86e/build-script-build`
26372023-12-30T05:34:16.503Z Running `/home/build/.rustup/toolchains/1.74.1-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=a702442b7c13e95a -C extra-filename=-a702442b7c13e95a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg op_assign`
26382023-12-30T05:34:16.679Z Compiling vte_generate_state_changes v0.1.1
26392023-12-30T05:34:16.682Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.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=18d20d483024d31e -C extra-filename=-18d20d483024d31e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern proc_macro --cap-lints allow -D warnings`
26402023-12-30T05:34:17.883Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
26412023-12-30T05:34:17.887Z Running `/home/build/.rustup/toolchains/1.74.1-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=92fc517c37689c14 -C extra-filename=-92fc517c37689c14 --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-4ff908e223b9ba35.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-3c86b9368e38f611.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e6835b79b619d6d1.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-2c1d3986277d3c60.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-76f9df658ab9af36.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-344ee5eac10f80d4.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-4b21952414296c0b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-f1829d2cfae2e8f8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-94d355066c7a14e6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8d14b62f88fd6910.rmeta --cap-lints allow -D warnings`
26422023-12-30T05:34:18.813Z Compiling memoffset v0.7.1
26432023-12-30T05:34:18.816Z Running `/home/build/.rustup/toolchains/1.74.1-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=90d0c2331e6d1154 -C extra-filename=-90d0c2331e6d1154 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-90d0c2331e6d1154 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings`
26442023-12-30T05:34:19.407Z Compiling arrayvec v0.5.2
26452023-12-30T05:34:19.410Z Running `/home/build/.rustup/toolchains/1.74.1-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=852fb6b6c9bfb2fa -C extra-filename=-852fb6b6c9bfb2fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26462023-12-30T05:34:20.240Z Compiling platforms v3.0.2
26472023-12-30T05:34:20.243Z Running `/home/build/.rustup/toolchains/1.74.1-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=86233e944617d37a -C extra-filename=-86233e944617d37a --out-dir /work/oxidecomputer/omicron/target/debug/build/platforms-86233e944617d37a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26482023-12-30T05:34:20.853Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26492023-12-30T05:34:20.857Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -C metadata=6ddfdd39cdf688f9 -C extra-filename=-6ddfdd39cdf688f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-5e2f052f280517df.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-daa426c5818839ee.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-bc4b7986e4ebef32.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f804b42d31137d32.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-1c015594d217b93b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7f6aa3156e50ca93.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
26502023-12-30T05:34:25.297Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26512023-12-30T05:34:25.301Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="seed-gen"' -C metadata=eedd684866743192 -C extra-filename=-eedd684866743192 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9f7de89cc6857338.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-bcfd1808f1799595.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f067259dfb2972c4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-16b20d8a12bc98eb.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
26522023-12-30T05:34:25.891Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
26532023-12-30T05:34:25.895Z Running `/home/build/.rustup/toolchains/1.74.1-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=80b39ac62fe95fcd -C extra-filename=-80b39ac62fe95fcd --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-76f9df658ab9af36.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-92fc517c37689c14.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-2c556cb7b4820d0b.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-67c53f1d8bdbada0.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-4b21952414296c0b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-c5c737f8ae05c7c6.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-b11434403caa652c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2326cb9c9a527358.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-94d355066c7a14e6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8d14b62f88fd6910.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-76dc1c2985d9a15a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
26542023-12-30T05:34:26.588Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26552023-12-30T05:34:26.591Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1a68af0c36bd6426 -C extra-filename=-1a68af0c36bd6426 --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-26d2b68a816ef0bf.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-aa56a7303df8436e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d0ba6f876f29fb07.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
26562023-12-30T05:34:29.070Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26572023-12-30T05:34:29.074Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f753f9090c646000 -C extra-filename=-f753f9090c646000 --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-a59a91390b9da3fe.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d58b7711aa13f4fb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-0a46460f96c16d8c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
26582023-12-30T05:34:29.795Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26592023-12-30T05:34:29.798Z Running `/home/build/.rustup/toolchains/1.74.1-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=3c1495c81bbfdad0 -C extra-filename=-3c1495c81bbfdad0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
26602023-12-30T05:34:30.242Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26612023-12-30T05:34:30.248Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8a8cdd7e46b9ff65 -C extra-filename=-8a8cdd7e46b9ff65 --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-dee72db7b50e2635.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
26622023-12-30T05:34:31.073Z Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
26632023-12-30T05:34:31.077Z Running `/home/build/.rustup/toolchains/1.74.1-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=edee5b66ea7b1820 -C extra-filename=-edee5b66ea7b1820 --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-a399b39d81070ecb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
26642023-12-30T05:34:33.040Z Running `/work/oxidecomputer/omicron/target/debug/build/platforms-86233e944617d37a/build-script-build`
26652023-12-30T05:34:33.084Z Compiling vte v0.10.1
26662023-12-30T05:34:33.129Z Running `/home/build/.rustup/toolchains/1.74.1-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=6a18a85e151a8d77 -C extra-filename=-6a18a85e151a8d77 --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-852fb6b6c9bfb2fa.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-23480799e7d77cab.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-18d20d483024d31e.so --cap-lints allow -D warnings`
26672023-12-30T05:34:35.203Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-90d0c2331e6d1154/build-script-build`
26682023-12-30T05:34:35.410Z Compiling steno v0.4.0
26692023-12-30T05:34:35.445Z Running `/home/build/.rustup/toolchains/1.74.1-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=49148275be998f0f -C extra-filename=-49148275be998f0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --cap-lints allow -D warnings`
26702023-12-30T05:34:35.835Z Running `/work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-be029504e65166df/build-script-build`
26712023-12-30T05:34:36.184Z Compiling fd-lock v3.0.13
26722023-12-30T05:34:36.187Z Running `/home/build/.rustup/toolchains/1.74.1-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=9d0d22c9abf2a426 -C extra-filename=-9d0d22c9abf2a426 --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-6efcfb0956144885.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-68535836c6248cbe.rmeta --cap-lints allow -D warnings`
26732023-12-30T05:34:36.491Z Compiling strip-ansi-escapes v0.1.1
26742023-12-30T05:34:36.495Z Running `/home/build/.rustup/toolchains/1.74.1-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=17b939845317befb -C extra-filename=-17b939845317befb --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-6a18a85e151a8d77.rmeta --cap-lints allow -D warnings`
26752023-12-30T05:34:36.729Z Running `/home/build/.rustup/toolchains/1.74.1-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=8589795a66c6a8b6 -C extra-filename=-8589795a66c6a8b6 --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`
26762023-12-30T05:34:36.904Z Running `/home/build/.rustup/toolchains/1.74.1-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=5b59cb338043d9cb -C extra-filename=-5b59cb338043d9cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26772023-12-30T05:34:37.742Z Compiling crossterm v0.26.1
26782023-12-30T05:34:37.745Z Running `/home/build/.rustup/toolchains/1.74.1-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=46e9ab4f66d5c108 -C extra-filename=-46e9ab4f66d5c108 --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-8861c4fe0bf9ac1d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-55ccbb6e3cb276b0.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a83af483cd943d6f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-060225c871bf0cdf.rmeta --cap-lints allow -D warnings`
26792023-12-30T05:34:37.893Z Compiling crossbeam-deque v0.8.3
26802023-12-30T05:34:37.922Z Running `/home/build/.rustup/toolchains/1.74.1-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=16d1f389a1cfe257 -C extra-filename=-16d1f389a1cfe257 --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-6efcfb0956144885.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings`
26812023-12-30T05:34:38.450Z Compiling unicase v2.7.0
26822023-12-30T05:34:38.476Z Running `/home/build/.rustup/toolchains/1.74.1-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=b5361546712bf869 -C extra-filename=-b5361546712bf869 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-b5361546712bf869 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings`
26832023-12-30T05:34:39.237Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26842023-12-30T05:34:39.264Z Running `/home/build/.rustup/toolchains/1.74.1-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=3738544f39015edd -C extra-filename=-3738544f39015edd --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-3738544f39015edd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings`
26852023-12-30T05:34:39.307Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-9b57f9de53824432/build-script-build`
26862023-12-30T05:34:39.810Z Compiling salty v0.2.0
26872023-12-30T05:34:39.813Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.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=fc97587430feb76f -C extra-filename=-fc97587430feb76f --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-fc97587430feb76f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26882023-12-30T05:34:40.217Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=721df2f35d422e49 -C extra-filename=-721df2f35d422e49 --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-dee72db7b50e2635.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-64beaabacfe3accc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
26892023-12-30T05:34:40.670Z Compiling nu-ansi-term v0.49.0
26902023-12-30T05:34:40.674Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.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=7b035ea1035ca2f0 -C extra-filename=-7b035ea1035ca2f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26912023-12-30T05:34:40.703Z Compiling rayon-core v1.12.0
26922023-12-30T05:34:40.710Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.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=382a30302ea49031 -C extra-filename=-382a30302ea49031 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-382a30302ea49031 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26932023-12-30T05:34:41.263Z Compiling signature v1.6.4
26942023-12-30T05:34:41.293Z Running `/home/build/.rustup/toolchains/1.74.1-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=68274637701a506d -C extra-filename=-68274637701a506d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26952023-12-30T05:34:41.504Z Compiling ed25519 v1.5.3
26962023-12-30T05:34:41.507Z Running `/home/build/.rustup/toolchains/1.74.1-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=f055a26e6c4af7ec -C extra-filename=-f055a26e6c4af7ec --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-68274637701a506d.rmeta --cap-lints allow -D warnings`
26972023-12-30T05:34:41.847Z Compiling reedline v0.22.0
26982023-12-30T05:34:41.851Z Running `/home/build/.rustup/toolchains/1.74.1-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=7e130c01bb3ed25c -C extra-filename=-7e130c01bb3ed25c --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-dee72db7b50e2635.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-46e9ab4f66d5c108.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-9d0d22c9abf2a426.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-7b035ea1035ca2f0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-17b939845317befb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-66239c5eb518f684.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3db9a7183557834f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings`
26992023-12-30T05:34:42.029Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-382a30302ea49031/build-script-build`
27002023-12-30T05:34:42.072Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-fc97587430feb76f/build-script-build`
27012023-12-30T05:34:42.114Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27022023-12-30T05:34:42.118Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=334017de9c2df147 -C extra-filename=-334017de9c2df147 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5e5c03b33dd1fcd9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-49148275be998f0f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
27032023-12-30T05:34:42.596Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-3738544f39015edd/build-script-build`
27042023-12-30T05:34:42.721Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-b5361546712bf869/build-script-build`
27052023-12-30T05:34:42.969Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27062023-12-30T05:34:42.972Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0dcc2cd8ba2ba7e6 -C extra-filename=-0dcc2cd8ba2ba7e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-7f8ab4372cfe69e2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-2319c5d2112e3ce4.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e9624c6c2a7cdcd8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
27072023-12-30T05:34:48.803Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27082023-12-30T05:34:48.807Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d8a72b9b18ea3876 -C extra-filename=-d8a72b9b18ea3876 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
27092023-12-30T05:34:49.712Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27102023-12-30T05:34:49.715Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="testing"' -C metadata=a175195add1451f1 -C extra-filename=-a175195add1451f1 --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-a59a91390b9da3fe.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f753f9090c646000.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
27112023-12-30T05:34:52.111Z Running `/home/build/.rustup/toolchains/1.74.1-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=86dcecd062f7d81f -C extra-filename=-86dcecd062f7d81f --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-88da6cc752eb5faf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-64beaabacfe3accc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
27122023-12-30T05:34:52.604Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27132023-12-30T05:34:52.608Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=25788d956c25e805 -C extra-filename=-25788d956c25e805 --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-a59a91390b9da3fe.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
27142023-12-30T05:34:53.517Z Compiling curve25519-dalek v4.1.1
27152023-12-30T05:34:53.520Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.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=803267fa389ae8d6 -C extra-filename=-803267fa389ae8d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-803267fa389ae8d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-5b59cb338043d9cb.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-acc946df0c2c5c42.rlib --cap-lints allow -D warnings`
27162023-12-30T05:34:54.421Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
27172023-12-30T05:34:54.424Z Running `/home/build/.rustup/toolchains/1.74.1-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=91c56cc38ae2f2e4 -C extra-filename=-91c56cc38ae2f2e4 --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-8861c4fe0bf9ac1d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-8589795a66c6a8b6.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-5b69abb51cddee7d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --cap-lints allow -D warnings`
27182023-12-30T05:34:54.542Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27192023-12-30T05:34:54.545Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=273d85210b76495f -C extra-filename=-273d85210b76495f --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-4ff908e223b9ba35.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-3d7308d675906fc6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8d14b62f88fd6910.rmeta --cap-lints allow -D warnings`
27202023-12-30T05:34:55.046Z Compiling globset v0.4.13
27212023-12-30T05:34:55.052Z Running `/home/build/.rustup/toolchains/1.74.1-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=369954cc625f5aa3 -C extra-filename=-369954cc625f5aa3 --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-e39b65394af31ca3.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-ce6aeddc0b5d8d62.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --cap-lints allow -D warnings`
27222023-12-30T05:34:55.648Z Compiling olpc-cjson v0.1.3
27232023-12-30T05:34:55.651Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.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=859215adb289ee93 -C extra-filename=-859215adb289ee93 --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-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --cap-lints allow -D warnings`
27242023-12-30T05:34:56.210Z Compiling serde-big-array v0.5.1
27252023-12-30T05:34:56.213Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f16d06b6e33d0a36 -C extra-filename=-f16d06b6e33d0a36 --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-81aca5cc339569ca.rmeta --cap-lints allow -D warnings`
27262023-12-30T05:34:56.568Z Compiling serde_plain v1.0.2
27272023-12-30T05:34:56.571Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fecb27bf1c1fec00 -C extra-filename=-fecb27bf1c1fec00 --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-81aca5cc339569ca.rmeta --cap-lints allow -D warnings`
27282023-12-30T05:34:57.220Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
27292023-12-30T05:34:57.245Z Running `/home/build/.rustup/toolchains/1.74.1-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=62919aceac2f4dfc -C extra-filename=-62919aceac2f4dfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings`
27302023-12-30T05:34:58.235Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27312023-12-30T05:34:58.261Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=41f8c05aec5c4110 -C extra-filename=-41f8c05aec5c4110 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings`
27322023-12-30T05:34:58.975Z Compiling async-recursion v1.0.5
27332023-12-30T05:34:58.981Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.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=94d38ad116fe60a0 -C extra-filename=-94d38ad116fe60a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings`
27342023-12-30T05:34:59.783Z Compiling typed-path v0.7.0
27352023-12-30T05:34:59.786Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typed-path-0.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=37a37c96914ce752 -C extra-filename=-37a37c96914ce752 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27362023-12-30T05:35:01.007Z Running `/home/build/.rustup/toolchains/1.74.1-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=d0f6b9de65c69e43 -C extra-filename=-d0f6b9de65c69e43 --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-a59a91390b9da3fe.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4c3ee75e68b70f06.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-ff88d5c2e7048037.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-c75f6076a24bb191.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-80b39ac62fe95fcd.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-ac6e649b210698f7.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-91c56cc38ae2f2e4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-f16d06b6e33d0a36.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1883b6e44d740cc2.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-985cb4d25c7efa21.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-273d85210b76495f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-76dc1c2985d9a15a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
27372023-12-30T05:35:02.986Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27382023-12-30T05:35:03.031Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' -C metadata=fcf6a6a72d8437bf -C extra-filename=-fcf6a6a72d8437bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-41f8c05aec5c4110.so --cap-lints allow -D warnings`
27392023-12-30T05:35:03.268Z Compiling tough v0.16.0
27402023-12-30T05:35:03.272Z Running `/home/build/.rustup/toolchains/1.74.1-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=1df90c0488e5a829 -C extra-filename=-1df90c0488e5a829 --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-94d38ad116fe60a0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fdf79af5d0119df4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-bacbb989514d74d7.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-369954cc625f5aa3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-859215adb289ee93.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-16b20d8a12bc98eb.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-fecb27bf1c1fec00.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-66f725df0b3108ef.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-37a37c96914ce752.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-018c813ad0174d69.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64`
27412023-12-30T05:35:03.611Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
27422023-12-30T05:35:03.611Z Running `/home/build/.rustup/toolchains/1.74.1-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=85ed9266386a5914 -C extra-filename=-85ed9266386a5914 --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-62919aceac2f4dfc.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --cap-lints allow -D warnings`
27432023-12-30T05:35:04.394Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-803267fa389ae8d6/build-script-build`
27442023-12-30T05:35:04.558Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27452023-12-30T05:35:04.563Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7dd09a7c61c3a296 -C extra-filename=-7dd09a7c61c3a296 --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-cccbd41aa93620ff.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
27462023-12-30T05:35:05.247Z Running `/home/build/.rustup/toolchains/1.74.1-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=0e102328a0a1d9d3 -C extra-filename=-0e102328a0a1d9d3 --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`
27472023-12-30T05:35:05.889Z Running `/home/build/.rustup/toolchains/1.74.1-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=1871acaa5e279c4a -C extra-filename=-1871acaa5e279c4a --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-f055a26e6c4af7ec.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rmeta --cap-lints allow -D warnings --cfg tweetnacl`
27482023-12-30T05:35:07.855Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4e29700f4020e47d -C extra-filename=-4e29700f4020e47d --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-16d1f389a1cfe257.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings`
27492023-12-30T05:35:10.598Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
27502023-12-30T05:35:10.605Z Running `/home/build/.rustup/toolchains/1.74.1-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=2e0ce284af53339b -C extra-filename=-2e0ce284af53339b --out-dir /work/oxidecomputer/omicron/target/debug/build/mg-admin-client-2e0ce284af53339b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-896f8057515a983c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-2cfd71c005fad142.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64`
27512023-12-30T05:35:10.889Z Compiling signal-hook-tokio v0.3.1
27522023-12-30T05:35:10.917Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' -C metadata=d15ec80a0a03aed9 -C extra-filename=-d15ec80a0a03aed9 --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-bacbb989514d74d7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --cap-lints allow -D warnings`
27532023-12-30T05:35:11.183Z Compiling serde-big-array v0.4.1
27542023-12-30T05:35:11.188Z Running `/home/build/.rustup/toolchains/1.74.1-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=bd66fd771af74bce -C extra-filename=-bd66fd771af74bce --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-81aca5cc339569ca.rmeta --cap-lints allow -D warnings`
27552023-12-30T05:35:11.428Z Compiling universal-hash v0.5.1
27562023-12-30T05:35:11.432Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a4456979f0a7565d -C extra-filename=-a4456979f0a7565d --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-5699d189b136fd59.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings`
27572023-12-30T05:35:11.734Z Compiling thiserror-impl-no-std v2.0.2
27582023-12-30T05:35:11.738Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9daff27104a297f1 -C extra-filename=-9daff27104a297f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings`
27592023-12-30T05:35:11.905Z Compiling curve25519-dalek-derive v0.1.0
27602023-12-30T05:35:11.953Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-derive-0.1.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=6b4d419621b9e8a7 -C extra-filename=-6b4d419621b9e8a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings`
27612023-12-30T05:35:12.298Z Compiling opaque-debug v0.3.0
27622023-12-30T05:35:12.301Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dabfecc51b8658ae -C extra-filename=-dabfecc51b8658ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27632023-12-30T05:35:12.468Z Compiling poly1305 v0.8.0
27642023-12-30T05:35:12.471Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=53d6a0d4103db3b5 -C extra-filename=-53d6a0d4103db3b5 --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-161a8fd22ed990c1.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-dabfecc51b8658ae.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-a4456979f0a7565d.rmeta --cap-lints allow -D warnings`
27652023-12-30T05:35:13.873Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
27662023-12-30T05:35:13.876Z Running `/home/build/.rustup/toolchains/1.74.1-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=a1213e1c03f97dd1 -C extra-filename=-a1213e1c03f97dd1 --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-9fb3ce8e735e9f60.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-85ed9266386a5914.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-1871acaa5e279c4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-bd66fd771af74bce.rmeta --cap-lints allow -D warnings`
27672023-12-30T05:35:14.758Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.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=bc7faa0848d4f878 -C extra-filename=-bc7faa0848d4f878 --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-6efcfb0956144885.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-161a8fd22ed990c1.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-6b4d419621b9e8a7.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-33cffb59bc14d75d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d6a1aea7375010bd.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rmeta --cap-lints allow -D warnings --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
27682023-12-30T05:35:15.356Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27692023-12-30T05:35:15.360Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5378b994a724f39b -C extra-filename=-5378b994a724f39b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d0f6b9de65c69e43.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-edee5b66ea7b1820.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d15ec80a0a03aed9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-fcf6a6a72d8437bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c63a8084780a4130.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
27702023-12-30T05:35:15.644Z Compiling rayon v1.8.0
27712023-12-30T05:35:15.694Z Running `/home/build/.rustup/toolchains/1.74.1-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=cec177c6f58aa418 -C extra-filename=-cec177c6f58aa418 --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-88da6cc752eb5faf.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-4e29700f4020e47d.rmeta --cap-lints allow -D warnings`
27722023-12-30T05:35:15.979Z Compiling mime_guess v2.0.4
27732023-12-30T05:35:15.982Z Running `/home/build/.rustup/toolchains/1.74.1-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=b193a917dec71cf9 -C extra-filename=-b193a917dec71cf9 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-b193a917dec71cf9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-0e102328a0a1d9d3.rlib --cap-lints allow -D warnings`
27742023-12-30T05:35:17.691Z Compiling thiserror-no-std v2.0.2
27752023-12-30T05:35:17.696Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=23ef8d7a8498a85f -C extra-filename=-23ef8d7a8498a85f --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-9daff27104a297f1.so --cap-lints allow -D warnings`
27762023-12-30T05:35:17.866Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27772023-12-30T05:35:17.869Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=b12ea8f85d046950 -C extra-filename=-b12ea8f85d046950 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-b12ea8f85d046950 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-e2f9060b0b2260de.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
27782023-12-30T05:35:18.239Z Compiling chacha20 v0.9.1
27792023-12-30T05:35:18.242Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' -C metadata=7a93895cd9f1a55d -C extra-filename=-7a93895cd9f1a55d --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-6efcfb0956144885.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-ea9b7c9563393109.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-161a8fd22ed990c1.rmeta --cap-lints allow -D warnings`
27802023-12-30T05:35:18.448Z Compiling aead v0.5.2
27812023-12-30T05:35:18.451Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=0a07d67cbba7f24f -C extra-filename=-0a07d67cbba7f24f --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-5699d189b136fd59.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-6144d53d6244ae57.rmeta --cap-lints allow -D warnings`
27822023-12-30T05:35:19.037Z Compiling kstat-rs v0.2.3
27832023-12-30T05:35:19.044Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kstat-rs-0.2.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=5d2e6e36db52d33d -C extra-filename=-5d2e6e36db52d33d --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-dc3967e2ac4e7655.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --cap-lints allow -D warnings`
27842023-12-30T05:35:19.064Z Compiling corncobs v0.1.3
27852023-12-30T05:35:19.067Z Running `/home/build/.rustup/toolchains/1.74.1-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=a5f02f7056344f34 -C extra-filename=-a5f02f7056344f34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27862023-12-30T05:35:19.564Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
27872023-12-30T05:35:19.567Z Running `/home/build/.rustup/toolchains/1.74.1-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=88025ebf0a15842f -C extra-filename=-88025ebf0a15842f --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-a5f02f7056344f34.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-85ed9266386a5914.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-1871acaa5e279c4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-a1213e1c03f97dd1.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f59d5358814a968.rmeta --cap-lints allow -D warnings`
27882023-12-30T05:35:20.188Z Compiling chacha20poly1305 v0.10.1
27892023-12-30T05:35:20.188Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=88a2cbee3c91d065 -C extra-filename=-88a2cbee3c91d065 --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-0a07d67cbba7f24f.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-7a93895cd9f1a55d.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-ea9b7c9563393109.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-53d6a0d4103db3b5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rmeta --cap-lints allow -D warnings`
27902023-12-30T05:35:20.271Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-b12ea8f85d046950/build-script-build`
27912023-12-30T05:35:20.340Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-b193a917dec71cf9/build-script-build`
27922023-12-30T05:35:20.377Z Compiling vsss-rs v3.3.2
27932023-12-30T05:35:20.380Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.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=850e3e41ec306389 -C extra-filename=-850e3e41ec306389 --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-bc7faa0848d4f878.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-cd6ec43675eee141.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-46f2b94666a4edae.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d6a1aea7375010bd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-23ef8d7a8498a85f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rmeta --cap-lints allow -D warnings`
27942023-12-30T05:35:20.517Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27952023-12-30T05:35:20.520Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2462b7d900a97a30 -C extra-filename=-2462b7d900a97a30 --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-dee72db7b50e2635.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
27962023-12-30T05:35:21.990Z Compiling diff v0.1.13
27972023-12-30T05:35:21.993Z Running `/home/build/.rustup/toolchains/1.74.1-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=5ba3fbbf1ae2423e -C extra-filename=-5ba3fbbf1ae2423e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27982023-12-30T05:35:23.120Z Compiling bytecount v0.6.3
27992023-12-30T05:35:23.147Z Running `/home/build/.rustup/toolchains/1.74.1-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=1f95f3084ef75bb6 -C extra-filename=-1f95f3084ef75bb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28002023-12-30T05:35:23.458Z Compiling papergrid v0.10.0
28012023-12-30T05:35:23.464Z Running `/home/build/.rustup/toolchains/1.74.1-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=49e1b680e4bb46be -C extra-filename=-49e1b680e4bb46be --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-1f95f3084ef75bb6.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings`
28022023-12-30T05:35:23.529Z Running `/home/build/.rustup/toolchains/1.74.1-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=cd66ff657cb29e11 -C extra-filename=-cd66ff657cb29e11 --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-6a7bea3b3edc87ca.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-0e102328a0a1d9d3.rmeta --cap-lints allow -D warnings`
28032023-12-30T05:35:25.125Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28042023-12-30T05:35:25.129Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -C metadata=49ea9b765c7f3b32 -C extra-filename=-49ea9b765c7f3b32 --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-6efcfb0956144885.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-5d2e6e36db52d33d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
28052023-12-30T05:35:27.526Z Compiling tabled_derive v0.6.0
28062023-12-30T05:35:27.530Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled_derive-0.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=5e8a697504b05084 -C extra-filename=-5e8a697504b05084 --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-22616ea412428ac4.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-a4e00c370f5769fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings`
28072023-12-30T05:35:28.520Z Compiling sqlparser_derive v0.1.1
28082023-12-30T05:35:28.523Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser_derive-0.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=7431c08c45b7c219 -C extra-filename=-7431c08c45b7c219 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings`
28092023-12-30T05:35:29.488Z Compiling nix v0.26.4
28102023-12-30T05:35:29.491Z Running `/home/build/.rustup/toolchains/1.74.1-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=93cdf2342a5c6b92 -C extra-filename=-93cdf2342a5c6b92 --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-8861c4fe0bf9ac1d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
28112023-12-30T05:35:30.416Z Compiling unicode_categories v0.1.1
28122023-12-30T05:35:30.419Z Running `/home/build/.rustup/toolchains/1.74.1-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=e0252d069718e29c -C extra-filename=-e0252d069718e29c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28132023-12-30T05:35:30.717Z Compiling sqlparser v0.36.1
28142023-12-30T05:35:30.721Z Running `/home/build/.rustup/toolchains/1.74.1-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=d0b20faaa45772d0 -C extra-filename=-d0b20faaa45772d0 --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-a8da004f5204fad5.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-7431c08c45b7c219.so --cap-lints allow -D warnings`
28152023-12-30T05:35:30.968Z Compiling sqlformat v0.2.3
28162023-12-30T05:35:30.972Z Running `/home/build/.rustup/toolchains/1.74.1-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=1a42679c4f9c9d0c -C extra-filename=-1a42679c4f9c9d0c --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-41c284b060b44704.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-24dc8bd775458b21.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-e0252d069718e29c.rmeta --cap-lints allow -D warnings`
28172023-12-30T05:35:32.133Z Compiling tabled v0.14.0
28182023-12-30T05:35:32.137Z Running `/home/build/.rustup/toolchains/1.74.1-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=a20c5caa74a9a37a -C extra-filename=-a20c5caa74a9a37a --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-49e1b680e4bb46be.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-5e8a697504b05084.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings`
28192023-12-30T05:35:34.351Z Compiling rustyline v12.0.0
28202023-12-30T05:35:34.355Z Running `/home/build/.rustup/toolchains/1.74.1-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=3363d32c95762b16 -C extra-filename=-3363d32c95762b16 --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-231be48fc33c3583.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-9d0d22c9abf2a426.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-814cad4654b5349a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-93cdf2342a5c6b92.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-a8d026b080a5f1c0.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3db9a7183557834f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-23480799e7d77cab.rmeta --cap-lints allow -D warnings`
28212023-12-30T05:35:34.545Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28222023-12-30T05:35:34.549Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2f9001c2ff6f1750 -C extra-filename=-2f9001c2ff6f1750 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5378b994a724f39b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-88025ebf0a15842f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
28232023-12-30T05:35:36.259Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=926f7ae0811ffb7b -C extra-filename=-926f7ae0811ffb7b --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-26d2b68a816ef0bf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-88a2cbee3c91d065.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d58b7711aa13f4fb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-0a46460f96c16d8c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-850e3e41ec306389.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
28242023-12-30T05:35:37.953Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
28252023-12-30T05:35:37.956Z Running `/home/build/.rustup/toolchains/1.74.1-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=c53d9dc65bc2ae49 -C extra-filename=-c53d9dc65bc2ae49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-84ecd44a98e3688b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64`
28262023-12-30T05:35:38.772Z Running `/work/oxidecomputer/omicron/target/debug/build/mg-admin-client-2e0ce284af53339b/build-script-build`
28272023-12-30T05:35:39.138Z Running `/home/build/.rustup/toolchains/1.74.1-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=13377038b2134288 -C extra-filename=-13377038b2134288 --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-88da6cc752eb5faf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-64beaabacfe3accc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
28282023-12-30T05:35:40.726Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
28292023-12-30T05:35:40.731Z Running `/home/build/.rustup/toolchains/1.74.1-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=2724dda95ca82aeb -C extra-filename=-2724dda95ca82aeb --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-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c63a8084780a4130.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64`
28302023-12-30T05:35:41.564Z Compiling bcs v0.1.6
28312023-12-30T05:35:41.570Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d774b777b24b79e3 -C extra-filename=-d774b777b24b79e3 --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-81aca5cc339569ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --cap-lints allow -D warnings`
28322023-12-30T05:35:42.001Z Compiling prettyplease v0.2.15
28332023-12-30T05:35:42.005Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.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 -C metadata=f58aca6db5fe4ab7 -C extra-filename=-f58aca6db5fe4ab7 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-f58aca6db5fe4ab7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28342023-12-30T05:35:42.565Z Compiling highway v1.1.0
28352023-12-30T05:35:42.568Z Running `/home/build/.rustup/toolchains/1.74.1-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=a460a3da56e42aa6 -C extra-filename=-a460a3da56e42aa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28362023-12-30T05:35:42.593Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-f58aca6db5fe4ab7/build-script-build`
28372023-12-30T05:35:42.634Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28382023-12-30T05:35:42.637Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=41e34ec161ae31ff -C extra-filename=-41e34ec161ae31ff --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-aaa19c355036061d.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1e6848bdbd9674f1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-c6c20295bde35daf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
28392023-12-30T05:35:42.737Z Compiling assert_matches v1.5.0
28402023-12-30T05:35:42.740Z Running `/home/build/.rustup/toolchains/1.74.1-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=237e8556096248b4 -C extra-filename=-237e8556096248b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28412023-12-30T05:35:42.886Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
28422023-12-30T05:35:42.914Z Running `/home/build/.rustup/toolchains/1.74.1-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=3dc3c4f6381486fa -C extra-filename=-3dc3c4f6381486fa --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-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --cap-lints allow -D warnings`
28432023-12-30T05:35:42.987Z Compiling http-range v0.1.5
28442023-12-30T05:35:42.990Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1f91b72b02bed1c7 -C extra-filename=-1f91b72b02bed1c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28452023-12-30T05:35:43.451Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
28462023-12-30T05:35:43.485Z Running `/home/build/.rustup/toolchains/1.74.1-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=85d6a2dc851ee370 -C extra-filename=-85d6a2dc851ee370 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-e0f38db7acb90eea.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-3dc3c4f6381486fa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-8faea701ad1fccc8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c63a8084780a4130.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64`
28472023-12-30T05:35:43.549Z Compiling hyper-staticfile v0.9.5
28482023-12-30T05:35:43.552Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.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=88dfa5efb3093427 -C extra-filename=-88dfa5efb3093427 --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-27679b6a1ff6042a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-1f91b72b02bed1c7.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-17048ad0d39f59d3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --cap-lints allow -D warnings`
28492023-12-30T05:35:43.760Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28502023-12-30T05:35:43.761Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-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=bf48b1b70bb54f9a -C extra-filename=-bf48b1b70bb54f9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rmeta --cap-lints allow -D warnings`
28512023-12-30T05:35:43.764Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=44bfcc240d61aa03 -C extra-filename=-44bfcc240d61aa03 --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-dee72db7b50e2635.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
28522023-12-30T05:35:45.167Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532023-12-30T05:35:45.171Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=48c4605e25ed2bd0 -C extra-filename=-48c4605e25ed2bd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-d774b777b24b79e3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7e130c01bb3ed25c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3363d32c95762b16.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-1a42679c4f9c9d0c.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-d0b20faaa45772d0.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a20c5caa74a9a37a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
28542023-12-30T05:35:47.187Z Compiling portable-atomic v1.4.3
28552023-12-30T05:35:47.190Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.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=b10aa26e1864131f -C extra-filename=-b10aa26e1864131f --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-b10aa26e1864131f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28562023-12-30T05:35:47.214Z Compiling crunchy v0.2.2
28572023-12-30T05:35:47.218Z Running `/home/build/.rustup/toolchains/1.74.1-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=276708032ba2aa8e -C extra-filename=-276708032ba2aa8e --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-276708032ba2aa8e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28582023-12-30T05:35:48.100Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-276708032ba2aa8e/build-script-build`
28592023-12-30T05:35:48.142Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28602023-12-30T05:35:48.146Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1bfde89a6a06b448 -C extra-filename=-1bfde89a6a06b448 --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-b8463fb2d6395f2e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5378b994a724f39b.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2f9001c2ff6f1750.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
28612023-12-30T05:35:48.891Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-b10aa26e1864131f/build-script-build`
28622023-12-30T05:35:48.992Z Compiling clang-sys v1.6.1
28632023-12-30T05:35:48.995Z Running `/home/build/.rustup/toolchains/1.74.1-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=409f2ba701aff8c6 -C extra-filename=-409f2ba701aff8c6 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-409f2ba701aff8c6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --cap-lints allow -D warnings`
28642023-12-30T05:35:50.283Z Compiling humantime v2.1.0
28652023-12-30T05:35:50.320Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=553bdda45eb6aba6 -C extra-filename=-553bdda45eb6aba6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28662023-12-30T05:35:51.160Z Compiling tiny-keccak v2.0.2
28672023-12-30T05:35:51.163Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=3ea3e7c285d4b3be -C extra-filename=-3ea3e7c285d4b3be --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-3ea3e7c285d4b3be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28682023-12-30T05:35:51.439Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28692023-12-30T05:35:51.443Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb412bfb6d8125ae -C extra-filename=-cb412bfb6d8125ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-926f7ae0811ffb7b.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-88dfa5efb3093427.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f753f9090c646000.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f804b42d31137d32.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-85d6a2dc851ee370.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-53f99bbafb6fab48.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e9624c6c2a7cdcd8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7f6aa3156e50ca93.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
28702023-12-30T05:35:51.733Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-3ea3e7c285d4b3be/build-script-build`
28712023-12-30T05:35:51.775Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-409f2ba701aff8c6/build-script-build`
28722023-12-30T05:35:51.853Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.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=26b4efbb12889e47 -C extra-filename=-26b4efbb12889e47 --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`
28732023-12-30T05:35:52.393Z Running `/home/build/.rustup/toolchains/1.74.1-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=dc581852091c8239 -C extra-filename=-dc581852091c8239 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28742023-12-30T05:35:52.563Z Compiling darling_core v0.14.4
28752023-12-30T05:35:52.626Z Running `/home/build/.rustup/toolchains/1.74.1-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=ebd64f07163700bd -C extra-filename=-ebd64f07163700bd --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-6cf1b0ed1ebc9dce.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-8299fe9430dc73f9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-9615ee8240108c1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rmeta --cap-lints allow -D warnings`
28762023-12-30T05:35:54.152Z Compiling number_prefix v0.4.0
28772023-12-30T05:35:54.155Z Running `/home/build/.rustup/toolchains/1.74.1-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=d6555b50a0192add -C extra-filename=-d6555b50a0192add --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28782023-12-30T05:35:54.495Z Compiling indicatif v0.17.7
28792023-12-30T05:35:54.498Z Running `/home/build/.rustup/toolchains/1.74.1-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=167af10aa8aff9a2 -C extra-filename=-167af10aa8aff9a2 --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-33a5928f2ec0ac9f.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-d6555b50a0192add.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-26b4efbb12889e47.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings`
28802023-12-30T05:35:56.039Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=e26093762467b69f -C extra-filename=-e26093762467b69f --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-dc581852091c8239.rmeta --cap-lints allow -D warnings`
28812023-12-30T05:35:57.117Z Compiling ascii-canvas v3.0.0
28822023-12-30T05:35:57.120Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=25d708df3131c530 -C extra-filename=-25d708df3131c530 --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-b835c3722defd562.rmeta --cap-lints allow -D warnings`
28832023-12-30T05:35:58.023Z Compiling ena v0.14.2
28842023-12-30T05:35:58.026Z Running `/home/build/.rustup/toolchains/1.74.1-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=e919ddcae1e97f38 -C extra-filename=-e919ddcae1e97f38 --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-a8da004f5204fad5.rmeta --cap-lints allow -D warnings`
28852023-12-30T05:35:58.182Z Compiling libloading v0.7.4
28862023-12-30T05:35:58.186Z Running `/home/build/.rustup/toolchains/1.74.1-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=63bac09e9f2644e0 -C extra-filename=-63bac09e9f2644e0 --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-6efcfb0956144885.rmeta --cap-lints allow -D warnings`
28872023-12-30T05:35:58.682Z Compiling bindgen v0.65.1
28882023-12-30T05:35:58.685Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.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=551da9e7f0cc4585 -C extra-filename=-551da9e7f0cc4585 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-551da9e7f0cc4585 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28892023-12-30T05:35:58.833Z Compiling regex-syntax v0.6.29
28902023-12-30T05:35:58.836Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=3c4bae917f8cf355 -C extra-filename=-3c4bae917f8cf355 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28912023-12-30T05:35:59.914Z Compiling ref-cast v1.0.20
28922023-12-30T05:35:59.917Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.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=821b2ffc3e6d43e9 -C extra-filename=-821b2ffc3e6d43e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-821b2ffc3e6d43e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28932023-12-30T05:36:00.809Z Compiling maplit v1.0.2
28942023-12-30T05:36:00.834Z Running `/home/build/.rustup/toolchains/1.74.1-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=83ebfaaf8e08f401 -C extra-filename=-83ebfaaf8e08f401 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28952023-12-30T05:36:01.000Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-821b2ffc3e6d43e9/build-script-build`
28962023-12-30T05:36:01.089Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-551da9e7f0cc4585/build-script-build`
28972023-12-30T05:36:01.131Z Running `/home/build/.rustup/toolchains/1.74.1-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=c7ac13b0a6538740 -C extra-filename=-c7ac13b0a6538740 --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-219023a8387da708.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-63bac09e9f2644e0.rmeta --cap-lints allow -D warnings`
28982023-12-30T05:36:02.758Z Compiling darling_macro v0.14.4
28992023-12-30T05:36:02.761Z Running `/home/build/.rustup/toolchains/1.74.1-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=5eb46c7584984528 -C extra-filename=-5eb46c7584984528 --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-ebd64f07163700bd.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings`
29002023-12-30T05:36:04.865Z Compiling darling v0.14.4
29012023-12-30T05:36:04.868Z Running `/home/build/.rustup/toolchains/1.74.1-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=47519f77a19d4673 -C extra-filename=-47519f77a19d4673 --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-ebd64f07163700bd.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-5eb46c7584984528.so --cap-lints allow -D warnings`
29022023-12-30T05:36:05.045Z Compiling lalrpop v0.19.12
29032023-12-30T05:36:05.049Z Running `/home/build/.rustup/toolchains/1.74.1-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=f3a0f7b1e3648316 -C extra-filename=-f3a0f7b1e3648316 --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-25d708df3131c530.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1273314ddbc76afe.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-5ba3fbbf1ae2423e.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-e919ddcae1e97f38.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-9351ec178e203864.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-5f0c5f1a0483f4f9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-3c4bae917f8cf355.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-985cb4d25c7efa21.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b835c3722defd562.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-e26093762467b69f.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-bcfe243e41aa4734.rmeta --cap-lints allow -D warnings`
29042023-12-30T05:36:06.533Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29052023-12-30T05:36:06.536Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=050c73497a1f2e26 -C extra-filename=-050c73497a1f2e26 --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-cccbd41aa93620ff.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
29062023-12-30T05:36:07.974Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29072023-12-30T05:36:07.980Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6d6438cebd48ccc7 -C extra-filename=-6d6438cebd48ccc7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-6d6438cebd48ccc7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-e2f9060b0b2260de.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
29082023-12-30T05:36:08.013Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29092023-12-30T05:36:08.016Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=09d0a0be5d90cc4a -C extra-filename=-09d0a0be5d90cc4a --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-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2cacba45548a3db7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
29102023-12-30T05:36:08.529Z Compiling cexpr v0.6.0
29112023-12-30T05:36:08.532Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e2953340f9db8097 -C extra-filename=-e2953340f9db8097 --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-24dc8bd775458b21.rmeta --cap-lints allow -D warnings`
29122023-12-30T05:36:09.450Z Compiling ref-cast-impl v1.0.20
29132023-12-30T05:36:09.456Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.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=68aa09b08a74e587 -C extra-filename=-68aa09b08a74e587 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings`
29142023-12-30T05:36:09.488Z Compiling which v4.4.0
29152023-12-30T05:36:09.492Z Running `/home/build/.rustup/toolchains/1.74.1-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=d6647caaeebe4883 -C extra-filename=-d6647caaeebe4883 --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-88da6cc752eb5faf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
29162023-12-30T05:36:10.479Z Compiling fs-err v2.11.0
29172023-12-30T05:36:10.483Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d03364d7a6a5341a -C extra-filename=-d03364d7a6a5341a --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-d03364d7a6a5341a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings`
29182023-12-30T05:36:11.065Z Compiling rustc-hash v1.1.0
29192023-12-30T05:36:11.069Z Running `/home/build/.rustup/toolchains/1.74.1-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=7b7bac8460bb1330 -C extra-filename=-7b7bac8460bb1330 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29202023-12-30T05:36:11.284Z Compiling peeking_take_while v0.1.2
29212023-12-30T05:36:11.288Z Running `/home/build/.rustup/toolchains/1.74.1-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=c3d1425bfda4ae47 -C extra-filename=-c3d1425bfda4ae47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29222023-12-30T05:36:11.414Z Compiling shlex v1.1.0
29232023-12-30T05:36:11.417Z Running `/home/build/.rustup/toolchains/1.74.1-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=81148a4ce92371cd -C extra-filename=-81148a4ce92371cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29242023-12-30T05:36:11.486Z Compiling lazycell v1.3.0
29252023-12-30T05:36:11.489Z Running `/home/build/.rustup/toolchains/1.74.1-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=8779f586eb159602 -C extra-filename=-8779f586eb159602 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29262023-12-30T05:36:11.713Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.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=17270d3faad94aa6 -C extra-filename=-17270d3faad94aa6 --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-68aa09b08a74e587.so --cap-lints allow -D warnings`
29272023-12-30T05:36:11.740Z Running `/home/build/.rustup/toolchains/1.74.1-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=c5a32a8d865997be -C extra-filename=-c5a32a8d865997be --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-8861c4fe0bf9ac1d.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-e2953340f9db8097.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-c7ac13b0a6538740.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-8779f586eb159602.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern peeking_take_while=/work/oxidecomputer/omicron/target/debug/deps/libpeeking_take_while-c3d1425bfda4ae47.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-bf48b1b70bb54f9a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-7b7bac8460bb1330.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-81148a4ce92371cd.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-d6647caaeebe4883.rmeta --cap-lints allow -D warnings`
29282023-12-30T05:36:11.862Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-d03364d7a6a5341a/build-script-build`
29292023-12-30T05:36:11.920Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-6d6438cebd48ccc7/build-script-build`
29302023-12-30T05:36:11.961Z Compiling derive_builder_core v0.12.0
29312023-12-30T05:36:11.964Z Running `/home/build/.rustup/toolchains/1.74.1-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=88548c642420c338 -C extra-filename=-88548c642420c338 --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-47519f77a19d4673.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rmeta --cap-lints allow -D warnings`
29322023-12-30T05:36:12.073Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29332023-12-30T05:36:12.120Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ee577f98c32ee36a -C extra-filename=-ee577f98c32ee36a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
29342023-12-30T05:36:13.925Z Compiling libxml v0.3.3
29352023-12-30T05:36:13.929Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=11de4411db6ff758 -C extra-filename=-11de4411db6ff758 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-11de4411db6ff758 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d5e8df27f8d820e4.rlib --cap-lints allow -D warnings`
29362023-12-30T05:36:14.490Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f7f269a573d7ce7a -C extra-filename=-f7f269a573d7ce7a --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`
29372023-12-30T05:36:14.621Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-11de4411db6ff758/build-script-build`
29382023-12-30T05:36:14.648Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29392023-12-30T05:36:14.651Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1e86fe8ac96a2b05 -C extra-filename=-1e86fe8ac96a2b05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
29402023-12-30T05:36:15.409Z Compiling bytesize v1.3.0
29412023-12-30T05:36:15.412Z Running `/home/build/.rustup/toolchains/1.74.1-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=c44dd77a8e6040fb -C extra-filename=-c44dd77a8e6040fb --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-81aca5cc339569ca.rmeta --cap-lints allow -D warnings`
29422023-12-30T05:36:15.595Z Compiling strum_macros v0.24.3
29432023-12-30T05:36:15.598Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e0eff69b21616d4f -C extra-filename=-e0eff69b21616d4f --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-aa4a5c579286af9a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings`
29442023-12-30T05:36:16.075Z Compiling cookie v0.18.0
29452023-12-30T05:36:16.078Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.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=0b1b277098cc37eb -C extra-filename=-0b1b277098cc37eb --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-0b1b277098cc37eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings`
29462023-12-30T05:36:16.109Z Compiling derive_builder_macro v0.12.0
29472023-12-30T05:36:16.113Z Running `/home/build/.rustup/toolchains/1.74.1-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=e8de0f45abf3e194 -C extra-filename=-e8de0f45abf3e194 --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-88548c642420c338.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings`
29482023-12-30T05:36:16.660Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
29492023-12-30T05:36:16.713Z Running `/home/build/.rustup/toolchains/1.74.1-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=bfa9a024476342ec -C extra-filename=-bfa9a024476342ec --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-bfa9a024476342ec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings`
29502023-12-30T05:36:17.261Z Compiling indoc v1.0.9
29512023-12-30T05:36:17.289Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63b7117dbf8d1e97 -C extra-filename=-63b7117dbf8d1e97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
29522023-12-30T05:36:17.879Z Compiling derive_builder v0.12.0
29532023-12-30T05:36:17.905Z Running `/home/build/.rustup/toolchains/1.74.1-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=4bbcc5ae2a4f3293 -C extra-filename=-4bbcc5ae2a4f3293 --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-e8de0f45abf3e194.so --cap-lints allow -D warnings`
29542023-12-30T05:36:18.145Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-bfa9a024476342ec/build-script-build`
29552023-12-30T05:36:18.280Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-0b1b277098cc37eb/build-script-build`
29562023-12-30T05:36:18.349Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e576214942181323 -C extra-filename=-e576214942181323 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xml2`
29572023-12-30T05:36:19.208Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=134f020ff15f4910 -C extra-filename=-134f020ff15f4910 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-09d0a0be5d90cc4a.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-19d4a994ab595f5a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-050c73497a1f2e26.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-41e34ec161ae31ff.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-17270d3faad94aa6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-49148275be998f0f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.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-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
29582023-12-30T05:36:22.487Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29592023-12-30T05:36:22.547Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46225f600309fbd4 -C extra-filename=-46225f600309fbd4 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-46225f600309fbd4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-e2f9060b0b2260de.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
29602023-12-30T05:36:23.037Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29612023-12-30T05:36:23.056Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=865b0d723f3cb534 -C extra-filename=-865b0d723f3cb534 --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-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2cacba45548a3db7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
29622023-12-30T05:36:23.669Z Compiling bb8 v0.8.1
29632023-12-30T05:36:23.672Z Running `/home/build/.rustup/toolchains/1.74.1-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=63f6ada264cf89fa -C extra-filename=-63f6ada264cf89fa --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-a59a91390b9da3fe.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-db195f051fe2c4db.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-27679b6a1ff6042a.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a83af483cd943d6f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --cap-lints allow -D warnings`
29642023-12-30T05:36:23.998Z Compiling quick-xml v0.23.1
29652023-12-30T05:36:24.002Z Running `/home/build/.rustup/toolchains/1.74.1-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=3c04114df489271d -C extra-filename=-3c04114df489271d --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-19c64e24300af82f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --cap-lints allow -D warnings`
29662023-12-30T05:36:24.530Z Compiling oso-derive v0.27.0
29672023-12-30T05:36:24.534Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-derive-0.27.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=d36ccf453e10a6b0 -C extra-filename=-d36ccf453e10a6b0 --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-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings`
29682023-12-30T05:36:25.843Z Compiling impl-trait-for-tuples v0.2.2
29692023-12-30T05:36:25.846Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=11495460557cee3b -C extra-filename=-11495460557cee3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings`
29702023-12-30T05:36:26.598Z Compiling smawk v0.3.1
29712023-12-30T05:36:26.601Z Running `/home/build/.rustup/toolchains/1.74.1-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=114b268f418e4796 -C extra-filename=-114b268f418e4796 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29722023-12-30T05:36:26.918Z Compiling is_ci v1.1.1
29732023-12-30T05:36:26.922Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-1.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=f51f43a5767b927b -C extra-filename=-f51f43a5767b927b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29742023-12-30T05:36:27.300Z Compiling unicode-linebreak v0.1.5
29752023-12-30T05:36:27.303Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dac2249bb67fad46 -C extra-filename=-dac2249bb67fad46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29762023-12-30T05:36:27.527Z Compiling supports-color v2.1.0
29772023-12-30T05:36:27.530Z Running `/home/build/.rustup/toolchains/1.74.1-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=ba61011aec5d94a1 -C extra-filename=-ba61011aec5d94a1 --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-9351ec178e203864.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-f51f43a5767b927b.rmeta --cap-lints allow -D warnings`
29782023-12-30T05:36:28.137Z Compiling textwrap v0.16.0
29792023-12-30T05:36:28.137Z Running `/home/build/.rustup/toolchains/1.74.1-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=a9fe9f90ca417355 -C extra-filename=-a9fe9f90ca417355 --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-114b268f418e4796.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-dac2249bb67fad46.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings`
29802023-12-30T05:36:28.156Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
29812023-12-30T05:36:28.159Z Running `/home/build/.rustup/toolchains/1.74.1-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=0c2e134799b90b26 -C extra-filename=-0c2e134799b90b26 --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-a59a91390b9da3fe.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-63f6ada264cf89fa.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-19d4a994ab595f5a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
29822023-12-30T05:36:29.232Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-46225f600309fbd4/build-script-build`
29832023-12-30T05:36:29.275Z Running `/home/build/.rustup/toolchains/1.74.1-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=d6bffa1fea320d97 -C extra-filename=-d6bffa1fea320d97 --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-d1ff6e7bab6b096b.rmeta --cap-lints allow -D warnings`
29842023-12-30T05:36:30.375Z Running `/home/build/.rustup/toolchains/1.74.1-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=409bf7d5408173ee -C extra-filename=-409bf7d5408173ee --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-19d4a994ab595f5a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
29852023-12-30T05:36:30.996Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29862023-12-30T05:36:31.000Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=15dcdbcf4ef050f8 -C extra-filename=-15dcdbcf4ef050f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-c44dd77a8e6040fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-80b39ac62fe95fcd.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-90287c4eda616f52.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1df90c0488e5a829.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-76dc1c2985d9a15a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
29872023-12-30T05:36:31.049Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29882023-12-30T05:36:31.080Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6b76a901b6b9c429 -C extra-filename=-6b76a901b6b9c429 --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-dee72db7b50e2635.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ee577f98c32ee36a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
29892023-12-30T05:36:44.305Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29902023-12-30T05:36:44.360Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b9ef3722cdaa6771 -C extra-filename=-b9ef3722cdaa6771 --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-a59a91390b9da3fe.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
29912023-12-30T05:36:44.926Z Compiling crossterm v0.27.0
29922023-12-30T05:36:44.929Z Running `/home/build/.rustup/toolchains/1.74.1-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=ef6b51fa9c0fda85 -C extra-filename=-ef6b51fa9c0fda85 --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-231be48fc33c3583.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-bacbb989514d74d7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-55ccbb6e3cb276b0.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a83af483cd943d6f.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-060225c871bf0cdf.rmeta --cap-lints allow -D warnings`
29932023-12-30T05:36:46.104Z Compiling cassowary v0.3.0
29942023-12-30T05:36:46.107Z Running `/home/build/.rustup/toolchains/1.74.1-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=62d3458e82eb5912 -C extra-filename=-62d3458e82eb5912 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29952023-12-30T05:36:48.356Z Compiling indoc v2.0.3
29962023-12-30T05:36:48.359Z Running `/home/build/.rustup/toolchains/1.74.1-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=da4a49defead9c2a -C extra-filename=-da4a49defead9c2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
29972023-12-30T05:36:50.316Z Compiling ratatui v0.23.0
29982023-12-30T05:36:50.325Z Running `/home/build/.rustup/toolchains/1.74.1-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=616f9884b9564ecf -C extra-filename=-616f9884b9564ecf --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-231be48fc33c3583.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-62d3458e82eb5912.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef6b51fa9c0fda85.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-da4a49defead9c2a.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-89a889cf9a6c2547.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3db9a7183557834f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings`
29992023-12-30T05:36:50.325Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30002023-12-30T05:36:50.326Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=16d9f06b8d904b15 -C extra-filename=-16d9f06b8d904b15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
30012023-12-30T05:36:54.736Z Compiling rtoolbox v0.0.1
30022023-12-30T05:36:54.742Z Running `/home/build/.rustup/toolchains/1.74.1-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=42cecd3c924e2a62 -C extra-filename=-42cecd3c924e2a62 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
30032023-12-30T05:36:55.391Z Compiling rpassword v7.3.1
30042023-12-30T05:36:55.394Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3504c52dab44596f -C extra-filename=-3504c52dab44596f --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-dc3967e2ac4e7655.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-42cecd3c924e2a62.rmeta --cap-lints allow -D warnings`
30052023-12-30T05:36:55.889Z Compiling tui-tree-widget v0.13.0
30062023-12-30T05:36:55.889Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.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=501b4a861fe1b8f4 -C extra-filename=-501b4a861fe1b8f4 --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-616f9884b9564ecf.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings`
30072023-12-30T05:36:55.915Z Compiling shell-words v1.1.0
30082023-12-30T05:36:55.919Z Running `/home/build/.rustup/toolchains/1.74.1-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=42243f9dff0c01c7 -C extra-filename=-42243f9dff0c01c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30092023-12-30T05:36:56.404Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30102023-12-30T05:36:56.407Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3e14dac83e94a142 -C extra-filename=-3e14dac83e94a142 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-3e14dac83e94a142 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-e2f9060b0b2260de.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
30112023-12-30T05:36:56.703Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30122023-12-30T05:36:56.706Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5770655413c65358 -C extra-filename=-5770655413c65358 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef6b51fa9c0fda85.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-616f9884b9564ecf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3504c52dab44596f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ba61011aec5d94a1.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b5f8453f86a34589.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-501b4a861fe1b8f4.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ee577f98c32ee36a.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b76a901b6b9c429.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
30132023-12-30T05:36:56.927Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
30142023-12-30T05:36:56.931Z Running `/home/build/.rustup/toolchains/1.74.1-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=d30f617fd0ae62e6 -C extra-filename=-d30f617fd0ae62e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-84ecd44a98e3688b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64`
30152023-12-30T05:36:56.961Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-3e14dac83e94a142/build-script-build`
30162023-12-30T05:36:57.001Z Compiling fatfs v0.3.6
30172023-12-30T05:36:57.013Z Running `/home/build/.rustup/toolchains/1.74.1-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=52e6bd22161c97f0 -C extra-filename=-52e6bd22161c97f0 --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-8861c4fe0bf9ac1d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --cap-lints allow -D warnings`
30182023-12-30T05:36:59.457Z Compiling yansi v0.5.1
30192023-12-30T05:36:59.460Z Running `/home/build/.rustup/toolchains/1.74.1-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=ea7e7c397c8cc657 -C extra-filename=-ea7e7c397c8cc657 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30202023-12-30T05:36:59.922Z Compiling pretty_assertions v1.4.0
30212023-12-30T05:36:59.926Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty_assertions-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=49915d2a1e363f07 -C extra-filename=-49915d2a1e363f07 --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-5ba3fbbf1ae2423e.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-ea7e7c397c8cc657.rmeta --cap-lints allow -D warnings`
30222023-12-30T05:37:00.021Z Compiling target-lexicon v0.12.12
30232023-12-30T05:37:00.061Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.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=58441bb8d71fd0c2 -C extra-filename=-58441bb8d71fd0c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-58441bb8d71fd0c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30242023-12-30T05:37:00.487Z Compiling guppy-workspace-hack v0.1.0
30252023-12-30T05:37:00.490Z Running `/home/build/.rustup/toolchains/1.74.1-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=01fb90101b4967fb -C extra-filename=-01fb90101b4967fb --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-01fb90101b4967fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30262023-12-30T05:37:01.014Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
30272023-12-30T05:37:01.018Z Running `/home/build/.rustup/toolchains/1.74.1-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=6503710418b84072 -C extra-filename=-6503710418b84072 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
30282023-12-30T05:37:01.041Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-01fb90101b4967fb/build-script-build`
30292023-12-30T05:37:01.082Z Compiling rand v0.4.6
30302023-12-30T05:37:01.085Z Running `/home/build/.rustup/toolchains/1.74.1-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=958266764e028e33 -C extra-filename=-958266764e028e33 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
30312023-12-30T05:37:01.681Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-58441bb8d71fd0c2/build-script-build`
30322023-12-30T05:37:01.813Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.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=9650606a6b096b6a -C extra-filename=-9650606a6b096b6a --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"'`
30332023-12-30T05:37:03.105Z Compiling target-spec v3.0.1
30342023-12-30T05:37:03.108Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.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=a061793d02d3ccdb -C extra-filename=-a061793d02d3ccdb --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-a061793d02d3ccdb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30352023-12-30T05:37:04.092Z Compiling remove_dir_all v0.5.3
30362023-12-30T05:37:04.097Z Running `/home/build/.rustup/toolchains/1.74.1-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=661434d0dc50455e -C extra-filename=-661434d0dc50455e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30372023-12-30T05:37:04.247Z Compiling plotters-backend v0.3.5
30382023-12-30T05:37:04.251Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.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=e462c2a67ec472b3 -C extra-filename=-e462c2a67ec472b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30392023-12-30T05:37:05.114Z Compiling plotters-svg v0.3.5
30402023-12-30T05:37:05.117Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.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=0f7ec5feb44a5134 -C extra-filename=-0f7ec5feb44a5134 --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-e462c2a67ec472b3.rmeta --cap-lints allow -D warnings`
30412023-12-30T05:37:05.726Z Compiling tempdir v0.3.7
30422023-12-30T05:37:05.729Z Running `/home/build/.rustup/toolchains/1.74.1-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=f0422b60487fbb5d -C extra-filename=-f0422b60487fbb5d --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-958266764e028e33.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-661434d0dc50455e.rmeta --cap-lints allow -D warnings`
30432023-12-30T05:37:05.849Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-a061793d02d3ccdb/build-script-build`
30442023-12-30T05:37:05.891Z Compiling cfg-expr v0.15.5
30452023-12-30T05:37:05.894Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.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=1d24bd8863dd03f6 -C extra-filename=-1d24bd8863dd03f6 --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-b9214902439ca54b.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-9650606a6b096b6a.rmeta --cap-lints allow -D warnings`
30462023-12-30T05:37:06.397Z Running `/home/build/.rustup/toolchains/1.74.1-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=15002156b02673e3 -C extra-filename=-15002156b02673e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30472023-12-30T05:37:06.514Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30482023-12-30T05:37:06.517Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=61e0bc8112c34f6a -C extra-filename=-61e0bc8112c34f6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-33a5928f2ec0ac9f.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
30492023-12-30T05:37:08.268Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
30502023-12-30T05:37:08.271Z Running `/home/build/.rustup/toolchains/1.74.1-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=6c38bae3302531af -C extra-filename=-6c38bae3302531af --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-d8a72b9b18ea3876.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
30512023-12-30T05:37:09.954Z Compiling assert_cmd v2.0.12
30522023-12-30T05:37:09.960Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.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=ab3de0844415da3e -C extra-filename=-ab3de0844415da3e --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-ae5ed257b591d4e2.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-ce6aeddc0b5d8d62.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-07fc207f0825dc23.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-7d111e89a58c4d20.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-a10b956f74bf4c45.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-e5f61cb843a6521e.rmeta --cap-lints allow -D warnings`
30532023-12-30T05:37:12.138Z Compiling cargo-platform v0.1.3
30542023-12-30T05:37:12.141Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.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=e83cff85835fa7da -C extra-filename=-e83cff85835fa7da --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-81aca5cc339569ca.rmeta --cap-lints allow -D warnings`
30552023-12-30T05:37:13.087Z Compiling cast v0.3.0
30562023-12-30T05:37:13.129Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2242429bf0d1ca7e -C extra-filename=-2242429bf0d1ca7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30572023-12-30T05:37:13.635Z Compiling criterion-plot v0.5.0
30582023-12-30T05:37:13.638Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4c1e8b9104795524 -C extra-filename=-4c1e8b9104795524 --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-2242429bf0d1ca7e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rmeta --cap-lints allow -D warnings`
30592023-12-30T05:37:15.315Z Compiling cargo_metadata v0.18.1
30602023-12-30T05:37:15.318Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=784bda7ae0c890f6 -C extra-filename=-784bda7ae0c890f6 --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-b8463fb2d6395f2e.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-e83cff85835fa7da.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --cap-lints allow -D warnings`
30612023-12-30T05:37:19.869Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.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=579ae90924db0ad3 -C extra-filename=-579ae90924db0ad3 --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-1d24bd8863dd03f6.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-15002156b02673e3.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-9650606a6b096b6a.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings`
30622023-12-30T05:37:21.565Z Compiling plotters v0.3.5
30632023-12-30T05:37:21.569Z Running `/home/build/.rustup/toolchains/1.74.1-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=e92a635b62a210e4 -C extra-filename=-e92a635b62a210e4 --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-cc34ce3dd45ecec2.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-e462c2a67ec472b3.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-0f7ec5feb44a5134.rmeta --cap-lints allow -D warnings`
30642023-12-30T05:37:22.106Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30652023-12-30T05:37:22.109Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=21c467d9ed5886f3 -C extra-filename=-21c467d9ed5886f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
30662023-12-30T05:37:25.689Z Compiling pathdiff v0.2.1
30672023-12-30T05:37:25.692Z Running `/home/build/.rustup/toolchains/1.74.1-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=6b610e0a2d438816 -C extra-filename=-6b610e0a2d438816 --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-b8463fb2d6395f2e.rmeta --cap-lints allow -D warnings`
30682023-12-30T05:37:25.937Z Compiling tinytemplate v1.2.1
30692023-12-30T05:37:26.002Z Running `/home/build/.rustup/toolchains/1.74.1-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=b01853fa9455f556 -C extra-filename=-b01853fa9455f556 --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-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --cap-lints allow -D warnings`
30702023-12-30T05:37:27.719Z Compiling nested v0.1.1
30712023-12-30T05:37:27.750Z Running `/home/build/.rustup/toolchains/1.74.1-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=1f2a3b2e80653418 -C extra-filename=-1f2a3b2e80653418 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30722023-12-30T05:37:28.208Z Compiling anes v0.1.6
30732023-12-30T05:37:28.211Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=4dc1630ea95817a2 -C extra-filename=-4dc1630ea95817a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30742023-12-30T05:37:29.034Z Compiling oorandom v11.1.3
30752023-12-30T05:37:29.037Z Running `/home/build/.rustup/toolchains/1.74.1-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=e694ec5b9251c269 -C extra-filename=-e694ec5b9251c269 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30762023-12-30T05:37:29.353Z Compiling criterion v0.5.1
30772023-12-30T05:37:29.356Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' -C metadata=636adce12a06a677 -C extra-filename=-636adce12a06a677 --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-4dc1630ea95817a2.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-2242429bf0d1ca7e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-4c1e8b9104795524.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-9351ec178e203864.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-e694ec5b9251c269.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-e92a635b62a210e4.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2b0b8e073f7f1ad3.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-b01853fa9455f556.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings`
30782023-12-30T05:37:37.616Z Compiling guppy v0.17.4
30792023-12-30T05:37:37.620Z Running `/home/build/.rustup/toolchains/1.74.1-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=c53343fd4c3e2487 -C extra-filename=-c53343fd4c3e2487 --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-340967dacea69100.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-784bda7ae0c890f6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-df657a3bdf785ff2.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-15002156b02673e3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-1f2a3b2e80653418.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-6b610e0a2d438816.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-579ae90924db0ad3.rmeta --cap-lints allow -D warnings`
30802023-12-30T05:37:52.998Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
30812023-12-30T05:37:53.001Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=41419fcb0d985aee -C extra-filename=-41419fcb0d985aee --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-8179f1f057008fba.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
30822023-12-30T05:37:53.347Z Compiling threadpool v1.8.1
30832023-12-30T05:37:53.350Z Running `/home/build/.rustup/toolchains/1.74.1-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=5075aa10aec27485 -C extra-filename=-5075aa10aec27485 --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-46d4bea4d320c912.rmeta --cap-lints allow -D warnings`
30842023-12-30T05:37:54.842Z Compiling nanorand v0.7.0
30852023-12-30T05:37:54.845Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' -C metadata=b9898b01c2555898 -C extra-filename=-b9898b01c2555898 --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-7defc2e9733c79ab.rmeta --cap-lints allow -D warnings`
30862023-12-30T05:37:55.694Z Compiling flume v0.11.0
30872023-12-30T05:37:55.698Z Running `/home/build/.rustup/toolchains/1.74.1-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=6592566a617d6e2a -C extra-filename=-6592566a617d6e2a --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-bacbb989514d74d7.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7b53465c7a25004.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-b9898b01c2555898.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --cap-lints allow -D warnings`
30882023-12-30T05:37:55.782Z Compiling libtest-mimic v0.6.1
30892023-12-30T05:37:55.784Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-0.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=38879fc824b40eb4 -C extra-filename=-38879fc824b40eb4 --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-4aaae1e4e37a6bca.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2e558ad2340e05ad.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-5075aa10aec27485.rmeta --cap-lints allow -D warnings`
30902023-12-30T05:37:56.811Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30912023-12-30T05:37:56.814Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=393b687e9cb15eed -C extra-filename=-393b687e9cb15eed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-6c38bae3302531af.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-edee5b66ea7b1820.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
30922023-12-30T05:37:59.184Z Compiling rstest_macros v0.18.2
30932023-12-30T05:37:59.221Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.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=4b659fba1f6c1153 -C extra-filename=-4b659fba1f6c1153 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-4b659fba1f6c1153 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-acc946df0c2c5c42.rlib --cap-lints allow -D warnings`
30942023-12-30T05:38:00.065Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-4b659fba1f6c1153/build-script-build`
30952023-12-30T05:38:00.219Z Compiling datatest-stable v0.2.3
30962023-12-30T05:38:00.285Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-0.2.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=3849db151021b09c -C extra-filename=-3849db151021b09c --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-b8463fb2d6395f2e.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-38879fc824b40eb4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings`
30972023-12-30T05:38:01.191Z Compiling httptest v0.15.5
30982023-12-30T05:38:01.222Z Running `/home/build/.rustup/toolchains/1.74.1-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=ab24ee15051c498d -C extra-filename=-ab24ee15051c498d --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-b8e8dc310f6d46a3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-32a85d5b9d9472a5.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-f43b5444f1071237.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --cap-lints allow -D warnings`
30992023-12-30T05:38:01.508Z Compiling similar-asserts v1.5.0
31002023-12-30T05:38:01.512Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-1.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=42821009c645f3d6 -C extra-filename=-42821009c645f3d6 --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-33a5928f2ec0ac9f.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rmeta --cap-lints allow -D warnings`
31012023-12-30T05:38:03.436Z Compiling topological-sort v0.2.2
31022023-12-30T05:38:03.440Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2d8a79eafcf012fe -C extra-filename=-2d8a79eafcf012fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31032023-12-30T05:38:03.856Z Compiling relative-path v1.9.0
31042023-12-30T05:38:03.861Z Running `/home/build/.rustup/toolchains/1.74.1-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=3a2ec034d746b546 -C extra-filename=-3a2ec034d746b546 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31052023-12-30T05:38:05.086Z Compiling trybuild v1.0.85
31062023-12-30T05:38:05.089Z Running `/home/build/.rustup/toolchains/1.74.1-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=365b189f2d87b8e3 -C extra-filename=-365b189f2d87b8e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-365b189f2d87b8e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31072023-12-30T05:38:05.844Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-365b189f2d87b8e3/build-script-build`
31082023-12-30T05:38:05.885Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.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=c000e381f3029f88 -C extra-filename=-c000e381f3029f88 --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-6efcfb0956144885.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-3a2ec034d746b546.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rlib --extern proc_macro --cap-lints allow -D warnings`
31092023-12-30T05:38:09.517Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31102023-12-30T05:38:09.521Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1aa80273a8df2bf7 -C extra-filename=-1aa80273a8df2bf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6592566a617d6e2a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-80b39ac62fe95fcd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-6503710418b84072.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-41e34ec161ae31ff.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-66f725df0b3108ef.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1df90c0488e5a829.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ee577f98c32ee36a.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b76a901b6b9c429.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31112023-12-30T05:38:12.548Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31122023-12-30T05:38:12.551Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1a640bc3f538690e -C extra-filename=-1a640bc3f538690e --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-1a640bc3f538690e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-e2f9060b0b2260de.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
31132023-12-30T05:38:13.142Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31142023-12-30T05:38:13.147Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d0256e5f33145c88 -C extra-filename=-d0256e5f33145c88 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-d0256e5f33145c88 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-e2f9060b0b2260de.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
31152023-12-30T05:38:13.672Z Compiling basic-toml v0.1.4
31162023-12-30T05:38:13.672Z Running `/home/build/.rustup/toolchains/1.74.1-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=502eed9dd42eff39 -C extra-filename=-502eed9dd42eff39 --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-81aca5cc339569ca.rmeta --cap-lints allow -D warnings`
31172023-12-30T05:38:17.088Z Compiling crossbeam-queue v0.3.8
31182023-12-30T05:38:17.092Z Running `/home/build/.rustup/toolchains/1.74.1-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=bd3cd4be0d1da9fa -C extra-filename=-bd3cd4be0d1da9fa --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-bd3cd4be0d1da9fa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31192023-12-30T05:38:17.998Z Compiling constant_time_eq v0.2.6
31202023-12-30T05:38:18.002Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.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=5a566bdcef8f3648 -C extra-filename=-5a566bdcef8f3648 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31212023-12-30T05:38:18.303Z Compiling arrayref v0.3.7
31222023-12-30T05:38:18.306Z Running `/home/build/.rustup/toolchains/1.74.1-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=c82937e0539cd78a -C extra-filename=-c82937e0539cd78a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31232023-12-30T05:38:18.430Z Compiling futures-timer v3.0.2
31242023-12-30T05:38:18.434Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-timer-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=03c4018de16c3e74 -C extra-filename=-03c4018de16c3e74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31252023-12-30T05:38:19.922Z Compiling arrayvec v0.7.4
31262023-12-30T05:38:19.926Z Running `/home/build/.rustup/toolchains/1.74.1-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=310e9298594bc586 -C extra-filename=-310e9298594bc586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31272023-12-30T05:38:20.557Z Compiling blake2b_simd v1.0.1
31282023-12-30T05:38:20.560Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2b_simd-1.0.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=33fc952068f258a4 -C extra-filename=-33fc952068f258a4 --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-c82937e0539cd78a.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-310e9298594bc586.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-5a566bdcef8f3648.rmeta --cap-lints allow -D warnings`
31292023-12-30T05:38:22.430Z Compiling rstest v0.18.2
31302023-12-30T05:38:22.446Z Running `/home/build/.rustup/toolchains/1.74.1-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=ba03bdd15a34acd7 -C extra-filename=-ba03bdd15a34acd7 --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-291b307e90d86504.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-03c4018de16c3e74.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-c000e381f3029f88.so --cap-lints allow -D warnings`
31312023-12-30T05:38:22.775Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-bd3cd4be0d1da9fa/build-script-build`
31322023-12-30T05:38:22.816Z Running `/home/build/.rustup/toolchains/1.74.1-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=83bf851ede3a88d4 -C extra-filename=-83bf851ede3a88d4 --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-502eed9dd42eff39.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2b0b8e073f7f1ad3.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2e558ad2340e05ad.rmeta --cap-lints allow -D warnings`
31332023-12-30T05:38:30.769Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-d0256e5f33145c88/build-script-build`
31342023-12-30T05:38:30.836Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-1a640bc3f538690e/build-script-build`
31352023-12-30T05:38:30.849Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31362023-12-30T05:38:30.853Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=596439dda6bf080c -C extra-filename=-596439dda6bf080c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-896f8057515a983c.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2d8a79eafcf012fe.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31372023-12-30T05:38:32.183Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31382023-12-30T05:38:32.187Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=adb92bc0d26349b0 -C extra-filename=-adb92bc0d26349b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef6b51fa9c0fda85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7e130c01bb3ed25c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5770655413c65358.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
31392023-12-30T05:38:35.203Z Compiling partial-io v0.5.4
31402023-12-30T05:38:35.207Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=0e118e19d5c6672a -C extra-filename=-0e118e19d5c6672a --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-291b307e90d86504.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-7f69f2d0e7cd2357.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --cap-lints allow -D warnings`
31412023-12-30T05:38:35.966Z Compiling approx v0.5.1
31422023-12-30T05:38:35.969Z Running `/home/build/.rustup/toolchains/1.74.1-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=4f8b84f57001d30c -C extra-filename=-4f8b84f57001d30c --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-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings`
31432023-12-30T05:38:36.352Z Compiling constant_time_eq v0.3.0
31442023-12-30T05:38:36.355Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.3.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=488618ce28bbcd62 -C extra-filename=-488618ce28bbcd62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31452023-12-30T05:38:36.634Z Compiling hex-literal v0.4.1
31462023-12-30T05:38:36.672Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=085e4acea661f57d -C extra-filename=-085e4acea661f57d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31472023-12-30T05:38:36.875Z Compiling rust-argon2 v1.0.1
31482023-12-30T05:38:36.914Z Running `/home/build/.rustup/toolchains/1.74.1-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=1c9e49f2abbae76e -C extra-filename=-1c9e49f2abbae76e --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-2142c24215a1cbad.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-33fc952068f258a4.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-488618ce28bbcd62.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings`
31492023-12-30T05:38:37.569Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
31502023-12-30T05:38:37.573Z Running `/home/build/.rustup/toolchains/1.74.1-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=6f6467701fedb925 -C extra-filename=-6f6467701fedb925 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-6f6467701fedb925 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-c5a32a8d865997be.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d5e8df27f8d820e4.rlib --cap-lints allow -D warnings`
31512023-12-30T05:38:38.028Z Running `/home/build/.rustup/toolchains/1.74.1-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=59af466b54d38a09 -C extra-filename=-59af466b54d38a09 --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-6efcfb0956144885.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings`
31522023-12-30T05:38:38.408Z Compiling crossbeam v0.8.2
31532023-12-30T05:38:38.411Z Running `/home/build/.rustup/toolchains/1.74.1-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=d47bdef88776902c -C extra-filename=-d47bdef88776902c --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-6efcfb0956144885.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-32a85d5b9d9472a5.rmeta --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-16d1f389a1cfe257.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rmeta --extern crossbeam_queue=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_queue-59af466b54d38a09.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings`
31542023-12-30T05:38:38.571Z Compiling termios v0.3.3
31552023-12-30T05:38:38.574Z Running `/home/build/.rustup/toolchains/1.74.1-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=6b72a30dc15bdbf4 -C extra-filename=-6b72a30dc15bdbf4 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
31562023-12-30T05:38:38.984Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31572023-12-30T05:38:38.991Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1d229513b79207e4 -C extra-filename=-1d229513b79207e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-6b72a30dc15bdbf4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c63a8084780a4130.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
31582023-12-30T05:38:41.213Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-6f6467701fedb925/build-script-bindings`
31592023-12-30T05:38:42.374Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=56e5b4029ee7d41a -C extra-filename=-56e5b4029ee7d41a --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-2b7d06acdf8c01fb.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-636adce12a06a677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-1c9e49f2abbae76e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
31602023-12-30T05:38:44.213Z Compiling omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger)
31612023-12-30T05:38:44.256Z Running `/home/build/.rustup/toolchains/1.74.1-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=543dd69bfbd620f5 -C extra-filename=-543dd69bfbd620f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-d47bdef88776902c.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-596439dda6bf080c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2b0b8e073f7f1ad3.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31622023-12-30T05:38:45.349Z Running `/home/build/.rustup/toolchains/1.74.1-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=a40671b917b713f3 -C extra-filename=-a40671b917b713f3 --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-2142c24215a1cbad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-4bbcc5ae2a4f3293.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-e576214942181323.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-52fc005630b42931.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-c6c20295bde35daf.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-3c04114df489271d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-66f725df0b3108ef.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.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`
31632023-12-30T05:38:46.170Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2cd79a50afd973da -C extra-filename=-2cd79a50afd973da --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-4f8b84f57001d30c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-aa56a7303df8436e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d0ba6f876f29fb07.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-ba03bdd15a34acd7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-83bf851ede3a88d4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
31642023-12-30T05:38:53.457Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=33ff8778db079bee -C extra-filename=-33ff8778db079bee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef6b51fa9c0fda85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7e130c01bb3ed25c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5770655413c65358.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-adb92bc0d26349b0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
31652023-12-30T05:38:54.268Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=481f247ee9416c2a -C extra-filename=-481f247ee9416c2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef6b51fa9c0fda85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7e130c01bb3ed25c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5770655413c65358.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-adb92bc0d26349b0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
31662023-12-30T05:38:56.091Z Running `/home/build/.rustup/toolchains/1.74.1-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=c59b98c6463d2982 -C extra-filename=-c59b98c6463d2982 --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-4f8b84f57001d30c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-aa56a7303df8436e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d0ba6f876f29fb07.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-ba03bdd15a34acd7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-83bf851ede3a88d4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
31672023-12-30T05:38:56.405Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=29155e89663ceca3 -C extra-filename=-29155e89663ceca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-085e4acea661f57d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-393b687e9cb15eed.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-6c38bae3302531af.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-edee5b66ea7b1820.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-0e118e19d5c6672a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-95afcb174958536d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31682023-12-30T05:38:57.148Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=cfe9dfd1d2b3983b -C extra-filename=-cfe9dfd1d2b3983b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-085e4acea661f57d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-6c38bae3302531af.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-edee5b66ea7b1820.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-0e118e19d5c6672a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-95afcb174958536d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31692023-12-30T05:38:57.421Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=be0464277e7a156e -C extra-filename=-be0464277e7a156e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-596439dda6bf080c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-896f8057515a983c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2d8a79eafcf012fe.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31702023-12-30T05:38:59.529Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=de91793471c3a61e -C extra-filename=-de91793471c3a61e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6592566a617d6e2a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-80b39ac62fe95fcd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-393b687e9cb15eed.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-6c38bae3302531af.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-6503710418b84072.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-41e34ec161ae31ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-66f725df0b3108ef.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1df90c0488e5a829.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-61e0bc8112c34f6a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5770655413c65358.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ee577f98c32ee36a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b76a901b6b9c429.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31712023-12-30T05:39:01.550Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=08c80560264a3a09 -C extra-filename=-08c80560264a3a09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-896f8057515a983c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2d8a79eafcf012fe.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31722023-12-30T05:39:04.762Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=dae56c6882ecdfdc -C extra-filename=-dae56c6882ecdfdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-926f7ae0811ffb7b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-c53343fd4c3e2487.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-88dfa5efb3093427.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f753f9090c646000.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f804b42d31137d32.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-85d6a2dc851ee370.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-53f99bbafb6fab48.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e9624c6c2a7cdcd8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7f6aa3156e50ca93.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31732023-12-30T05:39:10.470Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0f6ddbccc4f8885f -C extra-filename=-0f6ddbccc4f8885f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-926f7ae0811ffb7b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-88dfa5efb3093427.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f753f9090c646000.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f804b42d31137d32.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-85d6a2dc851ee370.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-53f99bbafb6fab48.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e9624c6c2a7cdcd8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7f6aa3156e50ca93.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31742023-12-30T05:39:10.951Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ad43e04bcb77eaee -C extra-filename=-ad43e04bcb77eaee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-926f7ae0811ffb7b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-c53343fd4c3e2487.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-88dfa5efb3093427.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f753f9090c646000.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f804b42d31137d32.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-85d6a2dc851ee370.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-53f99bbafb6fab48.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e9624c6c2a7cdcd8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7f6aa3156e50ca93.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31752023-12-30T05:39:11.475Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dd02b66e5b7ac1d1 -C extra-filename=-dd02b66e5b7ac1d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-926f7ae0811ffb7b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-88dfa5efb3093427.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f753f9090c646000.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f804b42d31137d32.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-85d6a2dc851ee370.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-53f99bbafb6fab48.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e9624c6c2a7cdcd8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7f6aa3156e50ca93.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31762023-12-30T05:39:14.493Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=142424ddd4556767 -C extra-filename=-142424ddd4556767 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-926f7ae0811ffb7b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-c53343fd4c3e2487.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-88dfa5efb3093427.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f753f9090c646000.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f804b42d31137d32.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-85d6a2dc851ee370.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-53f99bbafb6fab48.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e9624c6c2a7cdcd8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7f6aa3156e50ca93.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31772023-12-30T05:39:18.699Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=523230b6000db030 -C extra-filename=-523230b6000db030 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-926f7ae0811ffb7b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-88dfa5efb3093427.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f753f9090c646000.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f804b42d31137d32.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-85d6a2dc851ee370.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-53f99bbafb6fab48.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e9624c6c2a7cdcd8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7f6aa3156e50ca93.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31782023-12-30T05:39:41.604Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ddd1699039831c1f -C extra-filename=-ddd1699039831c1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6592566a617d6e2a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-80b39ac62fe95fcd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-6503710418b84072.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-41e34ec161ae31ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-66f725df0b3108ef.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1df90c0488e5a829.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ee577f98c32ee36a.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-1aa80273a8df2bf7.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b76a901b6b9c429.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31792023-12-30T05:39:44.796Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1ac91600075fd8c3 -C extra-filename=-1ac91600075fd8c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6592566a617d6e2a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-80b39ac62fe95fcd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-393b687e9cb15eed.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-6c38bae3302531af.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-6503710418b84072.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-41e34ec161ae31ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-66f725df0b3108ef.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1df90c0488e5a829.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-61e0bc8112c34f6a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5770655413c65358.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ee577f98c32ee36a.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-1aa80273a8df2bf7.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b76a901b6b9c429.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31802023-12-30T05:39:48.671Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b76fbb1ecc0887f8 -C extra-filename=-b76fbb1ecc0887f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6592566a617d6e2a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-80b39ac62fe95fcd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-393b687e9cb15eed.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-6c38bae3302531af.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-6503710418b84072.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-41e34ec161ae31ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-66f725df0b3108ef.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1df90c0488e5a829.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-61e0bc8112c34f6a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5770655413c65358.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ee577f98c32ee36a.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-1aa80273a8df2bf7.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b76a901b6b9c429.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31812023-12-30T05:39:58.066Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bc64bbc0419894c9 -C extra-filename=-bc64bbc0419894c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-926f7ae0811ffb7b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-c53343fd4c3e2487.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-88dfa5efb3093427.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f753f9090c646000.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f804b42d31137d32.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-85d6a2dc851ee370.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-53f99bbafb6fab48.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e9624c6c2a7cdcd8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7f6aa3156e50ca93.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31822023-12-30T05:40:02.146Z Running `/home/build/.rustup/toolchains/1.74.1-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=5f1ccf1eb67f6aae -C extra-filename=-5f1ccf1eb67f6aae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-926f7ae0811ffb7b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-88dfa5efb3093427.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f753f9090c646000.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f804b42d31137d32.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-85d6a2dc851ee370.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-53f99bbafb6fab48.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e9624c6c2a7cdcd8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7f6aa3156e50ca93.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31832023-12-30T05:40:05.138Z Compiling polar-core v0.27.0
31842023-12-30T05:40:05.142Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.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=6efc133c2b6e14ef -C extra-filename=-6efc133c2b6e14ef --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-6efc133c2b6e14ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-f3a0f7b1e3648316.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2b0b8e073f7f1ad3.so --cap-lints allow -D warnings`
31852023-12-30T05:40:08.101Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-6efc133c2b6e14ef/build-script-build`
31862023-12-30T05:40:11.938Z Running `/home/build/.rustup/toolchains/1.74.1-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=e8579829e8558621 -C extra-filename=-e8579829e8558621 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-926f7ae0811ffb7b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-c53343fd4c3e2487.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-88dfa5efb3093427.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f753f9090c646000.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f804b42d31137d32.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-85d6a2dc851ee370.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-53f99bbafb6fab48.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e9624c6c2a7cdcd8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7f6aa3156e50ca93.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31872023-12-30T05:40:11.965Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.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=f3792339529ebf25 -C extra-filename=-f3792339529ebf25 --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-63b7117dbf8d1e97.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-5f0c5f1a0483f4f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-e0eff69b21616d4f.so --cap-lints allow -D warnings`
31882023-12-30T05:40:15.938Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=155a2484f46f541c -C extra-filename=-155a2484f46f541c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ab3de0844415da3e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef6b51fa9c0fda85.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-616f9884b9564ecf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3504c52dab44596f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ba61011aec5d94a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b5f8453f86a34589.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-501b4a861fe1b8f4.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5770655413c65358.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ee577f98c32ee36a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b76a901b6b9c429.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
31892023-12-30T05:40:18.136Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=45da7a31c55e99ae -C extra-filename=-45da7a31c55e99ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef6b51fa9c0fda85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7e130c01bb3ed25c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5770655413c65358.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
31902023-12-30T05:40:21.992Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb5ef2ab45ae28cc -C extra-filename=-cb5ef2ab45ae28cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef6b51fa9c0fda85.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-616f9884b9564ecf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3504c52dab44596f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ba61011aec5d94a1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b5f8453f86a34589.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-501b4a861fe1b8f4.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5770655413c65358.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ee577f98c32ee36a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b76a901b6b9c429.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
31912023-12-30T05:40:25.488Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ee7ee9b19a45f72e -C extra-filename=-ee7ee9b19a45f72e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ab3de0844415da3e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef6b51fa9c0fda85.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-616f9884b9564ecf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3504c52dab44596f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ba61011aec5d94a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b5f8453f86a34589.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-501b4a861fe1b8f4.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5770655413c65358.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ee577f98c32ee36a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b76a901b6b9c429.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
31922023-12-30T05:40:28.277Z Compiling oso v0.27.0
31932023-12-30T05:40:28.280Z Running `/home/build/.rustup/toolchains/1.74.1-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=8a4116b687b73875 -C extra-filename=-8a4116b687b73875 --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-11495460557cee3b.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-d36ccf453e10a6b0.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-f3792339529ebf25.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f572e5f175be25c2.rmeta --cap-lints allow -D warnings`
31942023-12-30T05:40:39.836Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=19d4e3adc6e1b4a7 -C extra-filename=-19d4e3adc6e1b4a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0c2e134799b90b26.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-865b0d723f3cb534.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-63f6ada264cf89fa.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-d6bffa1fea320d97.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-09d0a0be5d90cc4a.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-19d4a994ab595f5a.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-409bf7d5408173ee.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f067259dfb2972c4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-134f020ff15f4910.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-8a4116b687b73875.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-17270d3faad94aa6.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a40671b917b713f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-49148275be998f0f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.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-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
31952023-12-30T05:40:47.404Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1ef5c8f33da4e530 -C extra-filename=-1ef5c8f33da4e530 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ab3de0844415da3e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-33a5928f2ec0ac9f.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-3849db151021b09c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-61e0bc8112c34f6a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
31962023-12-30T05:40:47.997Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name manifest_tests --edition=2021 tufaceous/tests/manifest-tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg test -C metadata=4909d7a841fd98cb -C extra-filename=-4909d7a841fd98cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ab3de0844415da3e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-33a5928f2ec0ac9f.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-3849db151021b09c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-61e0bc8112c34f6a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
31972023-12-30T05:40:48.230Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 tufaceous/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c354a7b9c9d575d3 -C extra-filename=-c354a7b9c9d575d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ab3de0844415da3e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-33a5928f2ec0ac9f.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-3849db151021b09c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-61e0bc8112c34f6a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
31982023-12-30T05:40:50.235Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=26b7aef5143674cc -C extra-filename=-26b7aef5143674cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ab3de0844415da3e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-33a5928f2ec0ac9f.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-3849db151021b09c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
31992023-12-30T05:40:53.383Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bdf1852d653e2850 -C extra-filename=-bdf1852d653e2850 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-926f7ae0811ffb7b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-c53343fd4c3e2487.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-88dfa5efb3093427.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f753f9090c646000.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f804b42d31137d32.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-85d6a2dc851ee370.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-53f99bbafb6fab48.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e9624c6c2a7cdcd8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7f6aa3156e50ca93.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
32002023-12-30T05:41:08.782Z Running `/home/build/.rustup/toolchains/1.74.1-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=ab1e61573655ffa0 -C extra-filename=-ab1e61573655ffa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-6503710418b84072.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32012023-12-30T05:41:09.721Z Running `/home/build/.rustup/toolchains/1.74.1-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=036f20a2cced3ff8 -C extra-filename=-036f20a2cced3ff8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-6503710418b84072.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32022023-12-30T05:41:10.066Z Running `/home/build/.rustup/toolchains/1.74.1-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=559e94a82a1dd4af -C extra-filename=-559e94a82a1dd4af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-6503710418b84072.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32032023-12-30T05:41:11.596Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8815fcc04c4e3477 -C extra-filename=-8815fcc04c4e3477 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ab3de0844415da3e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef6b51fa9c0fda85.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-616f9884b9564ecf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3504c52dab44596f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ba61011aec5d94a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b5f8453f86a34589.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-501b4a861fe1b8f4.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ee577f98c32ee36a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b76a901b6b9c429.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32042023-12-30T05:41:15.939Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94d5c17fd0963bdb -C extra-filename=-94d5c17fd0963bdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-33a5928f2ec0ac9f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-61e0bc8112c34f6a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32052023-12-30T05:41:31.679Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e982fa0dfe2c977b -C extra-filename=-e982fa0dfe2c977b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-f0422b60487fbb5d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3e0a8bef0558b8c7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-de17b9e43dd330b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32062023-12-30T05:41:33.759Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32072023-12-30T05:41:33.763Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-dev"' -C metadata=5d9c6f70f1955bf6 -C extra-filename=-5d9c6f70f1955bf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f067259dfb2972c4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-19d4e3adc6e1b4a7.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b9ef3722cdaa6771.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1e86fe8ac96a2b05.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32082023-12-30T05:41:40.337Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=879475f926551819 -C extra-filename=-879475f926551819 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-d30f617fd0ae62e6.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-52e6bd22161c97f0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f067259dfb2972c4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-134f020ff15f4910.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-19d4e3adc6e1b4a7.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-050c73497a1f2e26.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-16d9f06b8d904b15.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b9ef3722cdaa6771.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-64beaabacfe3accc.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-17270d3faad94aa6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a40671b917b713f3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-49148275be998f0f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1df90c0488e5a829.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32092023-12-30T05:41:41.625Z Running `/home/build/.rustup/toolchains/1.74.1-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=1a661e21c6bafb8c -C extra-filename=-1a661e21c6bafb8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-f0422b60487fbb5d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3e0a8bef0558b8c7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-de17b9e43dd330b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32102023-12-30T05:41:44.233Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e0eee7f30193d1e0 -C extra-filename=-e0eee7f30193d1e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-f0422b60487fbb5d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3e0a8bef0558b8c7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-de17b9e43dd330b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32112023-12-30T05:41:46.683Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=63d6017fd7ab545f -C extra-filename=-63d6017fd7ab545f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-f0422b60487fbb5d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3e0a8bef0558b8c7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-de17b9e43dd330b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32122023-12-30T05:41:46.717Z Running `/home/build/.rustup/toolchains/1.74.1-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=135fce3afb9b5fd7 -C extra-filename=-135fce3afb9b5fd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-f0422b60487fbb5d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3e0a8bef0558b8c7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-de17b9e43dd330b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32132023-12-30T05:42:02.627Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d5de8e54d89014f8 -C extra-filename=-d5de8e54d89014f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-f0422b60487fbb5d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3e0a8bef0558b8c7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-de17b9e43dd330b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32142023-12-30T05:42:04.344Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=afda861543f7b00e -C extra-filename=-afda861543f7b00e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-f0422b60487fbb5d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3e0a8bef0558b8c7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-de17b9e43dd330b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32152023-12-30T05:42:05.347Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f8efbea71ba648f6 -C extra-filename=-f8efbea71ba648f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-f0422b60487fbb5d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3e0a8bef0558b8c7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-de17b9e43dd330b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32162023-12-30T05:42:08.041Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=944a9ac7cf708c9a -C extra-filename=-944a9ac7cf708c9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1e86fe8ac96a2b05.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32172023-12-30T05:42:12.024Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=935ff688f68c9d30 -C extra-filename=-935ff688f68c9d30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1e86fe8ac96a2b05.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32182023-12-30T05:42:15.930Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0e8eca1835b9359b -C extra-filename=-0e8eca1835b9359b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1e86fe8ac96a2b05.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32192023-12-30T05:42:19.725Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0104edc9fc1e0d57 -C extra-filename=-0104edc9fc1e0d57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1e86fe8ac96a2b05.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32202023-12-30T05:42:20.088Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2732567e4f2fdcc6 -C extra-filename=-2732567e4f2fdcc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1e86fe8ac96a2b05.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32212023-12-30T05:42:22.743Z Running `/home/build/.rustup/toolchains/1.74.1-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=7e0317ad86a889ba -C extra-filename=-7e0317ad86a889ba --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-e30e64f4bfa38f26.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-88db69bac18fd6c2.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-67b2bd88d9f7c33a.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-abfded384cdfb682.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ba61011aec5d94a1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32222023-12-30T05:42:33.609Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=68da000579aadacd -C extra-filename=-68da000579aadacd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-88db69bac18fd6c2.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-67b2bd88d9f7c33a.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-abfded384cdfb682.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ba61011aec5d94a1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32232023-12-30T05:42:40.720Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=430af982df911552 -C extra-filename=-430af982df911552 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-c44dd77a8e6040fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-80b39ac62fe95fcd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-90287c4eda616f52.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1df90c0488e5a829.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-76dc1c2985d9a15a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
32242023-12-30T05:42:49.350Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=fc6dffd85ff5d695 -C extra-filename=-fc6dffd85ff5d695 --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-dee72db7b50e2635.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ee577f98c32ee36a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32252023-12-30T05:42:52.629Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=74aa4d62f8d3f6b4 -C extra-filename=-74aa4d62f8d3f6b4 --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-237e8556096248b4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-926f7ae0811ffb7b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-88a2cbee3c91d065.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d58b7711aa13f4fb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-0a46460f96c16d8c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-850e3e41ec306389.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
32262023-12-30T05:42:57.844Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=f6f523c61e59fb70 -C extra-filename=-f6f523c61e59fb70 --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-237e8556096248b4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-926f7ae0811ffb7b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-88a2cbee3c91d065.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d58b7711aa13f4fb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-0a46460f96c16d8c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-850e3e41ec306389.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
32272023-12-30T05:43:03.244Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=67fe84fec5595ba5 -C extra-filename=-67fe84fec5595ba5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-09d0a0be5d90cc4a.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-19d4a994ab595f5a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-050c73497a1f2e26.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-41e34ec161ae31ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-17270d3faad94aa6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-49148275be998f0f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.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-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
32282023-12-30T05:43:12.368Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3fff12d3b33fd2fb -C extra-filename=-3fff12d3b33fd2fb --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-b8463fb2d6395f2e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5378b994a724f39b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2f9001c2ff6f1750.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
32292023-12-30T05:43:15.581Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a717c6f099edb166 -C extra-filename=-a717c6f099edb166 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d0f6b9de65c69e43.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-edee5b66ea7b1820.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d15ec80a0a03aed9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-fcf6a6a72d8437bf.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2f9001c2ff6f1750.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c63a8084780a4130.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
32302023-12-30T05:43:16.327Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4930d932e1427fac -C extra-filename=-4930d932e1427fac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d0f6b9de65c69e43.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-edee5b66ea7b1820.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5378b994a724f39b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d15ec80a0a03aed9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-fcf6a6a72d8437bf.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2f9001c2ff6f1750.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c63a8084780a4130.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
32312023-12-30T05:43:19.552Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=cb3f62fed80958d5 -C extra-filename=-cb3f62fed80958d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5378b994a724f39b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-88025ebf0a15842f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32322023-12-30T05:43:21.840Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=795148212c4e0aa0 -C extra-filename=-795148212c4e0aa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0c2e134799b90b26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-636adce12a06a677.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-d30f617fd0ae62e6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-19d4a994ab595f5a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-52e6bd22161c97f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f067259dfb2972c4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-ab24ee15051c498d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-80b39ac62fe95fcd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6734e8ec3b55d985.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-134f020ff15f4910.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-19d4e3adc6e1b4a7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-050c73497a1f2e26.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-16d9f06b8d904b15.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b9ef3722cdaa6771.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5d9c6f70f1955bf6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-41419fcb0d985aee.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-21c467d9ed5886f3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-16b20d8a12bc98eb.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-64beaabacfe3accc.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-17270d3faad94aa6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a40671b917b713f3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-42821009c645f3d6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2f9001c2ff6f1750.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-49148275be998f0f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b835c3722defd562.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1df90c0488e5a829.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.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-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32332023-12-30T05:43:25.051Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bfb2fe08a129c2c8 -C extra-filename=-bfb2fe08a129c2c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0c2e134799b90b26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-865b0d723f3cb534.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-63f6ada264cf89fa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-d6bffa1fea320d97.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-09d0a0be5d90cc4a.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-19d4a994ab595f5a.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-409bf7d5408173ee.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f067259dfb2972c4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6734e8ec3b55d985.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-134f020ff15f4910.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-16d9f06b8d904b15.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5d9c6f70f1955bf6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-8a4116b687b73875.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-16b20d8a12bc98eb.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-17270d3faad94aa6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a40671b917b713f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-49148275be998f0f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b835c3722defd562.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.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-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32342023-12-30T05:43:41.265Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=afcc07409574f104 -C extra-filename=-afcc07409574f104 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0c2e134799b90b26.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-19d4a994ab595f5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-134f020ff15f4910.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-19d4e3adc6e1b4a7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5d9c6f70f1955bf6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a20c5caa74a9a37a.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.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-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32352023-12-30T05:43:42.778Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e4446bb8a968a05d -C extra-filename=-e4446bb8a968a05d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32362023-12-30T05:43:43.015Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6ecc5e00c75bffe2 -C extra-filename=-6ecc5e00c75bffe2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d0f6b9de65c69e43.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-edee5b66ea7b1820.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5378b994a724f39b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d15ec80a0a03aed9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-fcf6a6a72d8437bf.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2f9001c2ff6f1750.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c63a8084780a4130.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
32372023-12-30T05:43:46.511Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=38edccc1129d81df -C extra-filename=-38edccc1129d81df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d0f6b9de65c69e43.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-edee5b66ea7b1820.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5378b994a724f39b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d15ec80a0a03aed9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-fcf6a6a72d8437bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c63a8084780a4130.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
32382023-12-30T05:44:21.337Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8b4582979bcb9120 -C extra-filename=-8b4582979bcb9120 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5378b994a724f39b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2f9001c2ff6f1750.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-88025ebf0a15842f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32392023-12-30T05:44:24.311Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=67b814122956276a -C extra-filename=-67b814122956276a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32402023-12-30T05:44:29.832Z Running `/home/build/.rustup/toolchains/1.74.1-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=995ef3e7773df6d0 -C extra-filename=-995ef3e7773df6d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-d774b777b24b79e3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7e130c01bb3ed25c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3363d32c95762b16.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-1a42679c4f9c9d0c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-d0b20faaa45772d0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a20c5caa74a9a37a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32412023-12-30T05:44:33.420Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=737d26a714c9f9de -C extra-filename=-737d26a714c9f9de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-d774b777b24b79e3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7e130c01bb3ed25c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3363d32c95762b16.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-1a42679c4f9c9d0c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-d0b20faaa45772d0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a20c5caa74a9a37a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32422023-12-30T05:44:39.763Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6d8194b924e16173 -C extra-filename=-6d8194b924e16173 --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-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-bf48b1b70bb54f9a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2cacba45548a3db7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32432023-12-30T05:44:45.145Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a511e9ebf23b111d -C extra-filename=-a511e9ebf23b111d --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-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-bf48b1b70bb54f9a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2cacba45548a3db7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32442023-12-30T05:44:47.463Z Running `/home/build/.rustup/toolchains/1.74.1-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=e3a954cdbaaa877c -C extra-filename=-e3a954cdbaaa877c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32452023-12-30T05:44:49.733Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=8c8dea27e7ab0cfc -C extra-filename=-8c8dea27e7ab0cfc --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-237e8556096248b4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-88a2cbee3c91d065.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d58b7711aa13f4fb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-0a46460f96c16d8c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-850e3e41ec306389.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
32462023-12-30T05:45:20.741Z Running `/home/build/.rustup/toolchains/1.74.1-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=62f9409a3844eee6 -C extra-filename=-62f9409a3844eee6 --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-88da6cc752eb5faf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-64beaabacfe3accc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
32472023-12-30T05:45:25.401Z Running `/home/build/.rustup/toolchains/1.74.1-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=27f2036199150d34 -C extra-filename=-27f2036199150d34 --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-e30e64f4bfa38f26.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32482023-12-30T05:45:36.948Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -C metadata=34f43f7b4ab3ff7d -C extra-filename=-34f43f7b4ab3ff7d --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-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-5d2e6e36db52d33d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32492023-12-30T05:45:44.553Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=25da6e93874658e4 -C extra-filename=-25da6e93874658e4 --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-cccbd41aa93620ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
32502023-12-30T05:45:45.452Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=540d77d06025bc59 -C extra-filename=-540d77d06025bc59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-7f8ab4372cfe69e2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-2319c5d2112e3ce4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e9624c6c2a7cdcd8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
32512023-12-30T05:45:50.742Z Running `/home/build/.rustup/toolchains/1.74.1-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=952758b1b84370b3 -C extra-filename=-952758b1b84370b3 --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-d8a72b9b18ea3876.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32522023-12-30T05:45:58.789Z Running `/home/build/.rustup/toolchains/1.74.1-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=4fb0a2c39efb51c8 -C extra-filename=-4fb0a2c39efb51c8 --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-88da6cc752eb5faf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-64beaabacfe3accc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
32532023-12-30T05:46:02.844Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="testing"' -C metadata=e9c3ab18c7759118 -C extra-filename=-e9c3ab18c7759118 --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-a59a91390b9da3fe.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f753f9090c646000.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
32542023-12-30T05:46:04.745Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=745028aad1fc5826 -C extra-filename=-745028aad1fc5826 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-95afcb174958536d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32552023-12-30T05:46:06.861Z Running `/home/build/.rustup/toolchains/1.74.1-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=2d51a29a47380f39 -C extra-filename=-2d51a29a47380f39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32562023-12-30T05:46:10.289Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9b47a653d32c8f1b -C extra-filename=-9b47a653d32c8f1b --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-a59a91390b9da3fe.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
32572023-12-30T05:46:23.153Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9bae82ead46e10fd -C extra-filename=-9bae82ead46e10fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32582023-12-30T05:46:26.394Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
32592023-12-30T05:46:26.398Z Running `/home/build/.rustup/toolchains/1.74.1-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=272cb01ad612ef0c -C extra-filename=-272cb01ad612ef0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-80b39ac62fe95fcd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64`
32602023-12-30T05:46:27.450Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4b0e347cba7b034e -C extra-filename=-4b0e347cba7b034e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5e5c03b33dd1fcd9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-49148275be998f0f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32612023-12-30T05:46:31.590Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9b854228a6cfc7de -C extra-filename=-9b854228a6cfc7de --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-dee72db7b50e2635.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-64beaabacfe3accc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32622023-12-30T05:46:38.956Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32632023-12-30T05:46:38.960Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns-cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0abb5d734606c3e9 -C extra-filename=-0abb5d734606c3e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32642023-12-30T05:46:41.854Z Running `/home/build/.rustup/toolchains/1.74.1-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=0d2985aa571ad156 -C extra-filename=-0d2985aa571ad156 --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-a399b39d81070ecb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-95afcb174958536d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32652023-12-30T05:46:47.598Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d1825a6a01432a06 -C extra-filename=-d1825a6a01432a06 --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-a59a91390b9da3fe.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d58b7711aa13f4fb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-0a46460f96c16d8c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32662023-12-30T05:46:53.366Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -C metadata=19eb3824b88114cb -C extra-filename=-19eb3824b88114cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-5e2f052f280517df.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-daa426c5818839ee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-bc4b7986e4ebef32.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f804b42d31137d32.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-1c015594d217b93b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7f6aa3156e50ca93.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32672023-12-30T05:46:58.352Z Running `/home/build/.rustup/toolchains/1.74.1-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=7160d48e2d291919 -C extra-filename=-7160d48e2d291919 --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-e30e64f4bfa38f26.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5e5c03b33dd1fcd9.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4c3ee75e68b70f06.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-53f99bbafb6fab48.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-95afcb174958536d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32682023-12-30T05:46:59.759Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=27e8f509a181c3fe -C extra-filename=-27e8f509a181c3fe --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-aaa19c355036061d.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1e6848bdbd9674f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-c6c20295bde35daf.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32692023-12-30T05:47:11.695Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="seed-gen"' -C metadata=5d9e0b8b49150823 -C extra-filename=-5d9e0b8b49150823 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9f7de89cc6857338.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-bcfd1808f1799595.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f067259dfb2972c4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-16b20d8a12bc98eb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32702023-12-30T05:47:13.069Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=80b52642584390a9 -C extra-filename=-80b52642584390a9 --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-cccbd41aa93620ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32712023-12-30T05:47:15.893Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=038ae8d8772f4a3a -C extra-filename=-038ae8d8772f4a3a --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-dee72db7b50e2635.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32722023-12-30T05:47:19.360Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e17e20fca409d352 -C extra-filename=-e17e20fca409d352 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32732023-12-30T05:47:23.000Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32742023-12-30T05:47:23.012Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=88b5150e92d04c79 -C extra-filename=-88b5150e92d04c79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32752023-12-30T05:47:25.431Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6bbfe612823fb5b6 -C extra-filename=-6bbfe612823fb5b6 --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-dee72db7b50e2635.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32762023-12-30T05:47:29.204Z Running `/home/build/.rustup/toolchains/1.74.1-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=c87a881757a71b21 -C extra-filename=-c87a881757a71b21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3e0a8bef0558b8c7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-de17b9e43dd330b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32772023-12-30T05:47:37.567Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=034b99473d4f76a5 -C extra-filename=-034b99473d4f76a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3e0a8bef0558b8c7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-de17b9e43dd330b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32782023-12-30T05:47:38.987Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4593dfebbb60e289 -C extra-filename=-4593dfebbb60e289 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3e0a8bef0558b8c7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-de17b9e43dd330b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32792023-12-30T05:47:40.440Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46e97a7c09d69e5e -C extra-filename=-46e97a7c09d69e5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3e0a8bef0558b8c7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-de17b9e43dd330b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32802023-12-30T05:47:41.718Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e7a73c3df73b95f9 -C extra-filename=-e7a73c3df73b95f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32812023-12-30T05:47:43.157Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4f383cec28dbb749 -C extra-filename=-4f383cec28dbb749 --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-dee72db7b50e2635.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32822023-12-30T05:47:45.329Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=28f18aec6d999de1 -C extra-filename=-28f18aec6d999de1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5e5c03b33dd1fcd9.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4c3ee75e68b70f06.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-53f99bbafb6fab48.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-95afcb174958536d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib`
32832023-12-30T05:47:50.376Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=149b530528e449e3 -C extra-filename=-149b530528e449e3 --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-2142c24215a1cbad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32842023-12-30T05:47:57.141Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c018e07784fe9b09 -C extra-filename=-c018e07784fe9b09 --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-8179f1f057008fba.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32852023-12-30T05:47:58.139Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=81462ab39441db2c -C extra-filename=-81462ab39441db2c --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-8179f1f057008fba.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32862023-12-30T05:50:18.686Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=140c2199d3200751 -C extra-filename=-140c2199d3200751 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-d30f617fd0ae62e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-52e6bd22161c97f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f067259dfb2972c4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-134f020ff15f4910.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-19d4e3adc6e1b4a7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-050c73497a1f2e26.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-16d9f06b8d904b15.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b9ef3722cdaa6771.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-879475f926551819.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-64beaabacfe3accc.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-17270d3faad94aa6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a40671b917b713f3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-49148275be998f0f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1df90c0488e5a829.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32872023-12-30T05:50:18.687Z Running `/home/build/.rustup/toolchains/1.74.1-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=4f0f77c619d54b37 -C extra-filename=-4f0f77c619d54b37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b9ef3722cdaa6771.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5d9c6f70f1955bf6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-879475f926551819.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-21c467d9ed5886f3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d15ec80a0a03aed9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/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-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32882023-12-30T05:50:18.705Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=af84a647b054eacb -C extra-filename=-af84a647b054eacb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0c2e134799b90b26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-636adce12a06a677.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-d30f617fd0ae62e6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-19d4a994ab595f5a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-52e6bd22161c97f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f067259dfb2972c4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-ab24ee15051c498d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-80b39ac62fe95fcd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6734e8ec3b55d985.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-134f020ff15f4910.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-19d4e3adc6e1b4a7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-050c73497a1f2e26.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-16d9f06b8d904b15.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b9ef3722cdaa6771.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5d9c6f70f1955bf6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-41419fcb0d985aee.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-879475f926551819.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-21c467d9ed5886f3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-16b20d8a12bc98eb.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-64beaabacfe3accc.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-17270d3faad94aa6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a40671b917b713f3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-42821009c645f3d6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2f9001c2ff6f1750.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-49148275be998f0f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b835c3722defd562.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1df90c0488e5a829.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.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-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32892023-12-30T05:50:23.362Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c80674bf580953df -C extra-filename=-c80674bf580953df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-d30f617fd0ae62e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-52e6bd22161c97f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f067259dfb2972c4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-134f020ff15f4910.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-19d4e3adc6e1b4a7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-050c73497a1f2e26.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-16d9f06b8d904b15.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b9ef3722cdaa6771.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-879475f926551819.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-64beaabacfe3accc.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-17270d3faad94aa6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a40671b917b713f3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-49148275be998f0f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1df90c0488e5a829.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32902023-12-30T05:50:25.134Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test_omicron_dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4781e1ff8518b68c -C extra-filename=-4781e1ff8518b68c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b9ef3722cdaa6771.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5d9c6f70f1955bf6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-879475f926551819.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-21c467d9ed5886f3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d15ec80a0a03aed9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/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-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32912023-12-30T05:50:26.782Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=949623066d0b6126 -C extra-filename=-949623066d0b6126 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0c2e134799b90b26.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-19d4a994ab595f5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-134f020ff15f4910.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-19d4e3adc6e1b4a7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5d9c6f70f1955bf6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-41419fcb0d985aee.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-879475f926551819.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a20c5caa74a9a37a.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.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-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32922023-12-30T05:50:28.283Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=854558fdd3d83319 -C extra-filename=-854558fdd3d83319 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0c2e134799b90b26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-636adce12a06a677.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-d30f617fd0ae62e6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-19d4a994ab595f5a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-52e6bd22161c97f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f067259dfb2972c4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-ab24ee15051c498d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-80b39ac62fe95fcd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6734e8ec3b55d985.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-134f020ff15f4910.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-19d4e3adc6e1b4a7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-050c73497a1f2e26.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-16d9f06b8d904b15.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b9ef3722cdaa6771.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5d9c6f70f1955bf6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-41419fcb0d985aee.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-879475f926551819.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-21c467d9ed5886f3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-16b20d8a12bc98eb.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-64beaabacfe3accc.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-17270d3faad94aa6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a40671b917b713f3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-42821009c645f3d6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2f9001c2ff6f1750.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-49148275be998f0f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b835c3722defd562.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1df90c0488e5a829.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.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-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32932023-12-30T05:50:38.004Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=28d4c098dbfa6197 -C extra-filename=-28d4c098dbfa6197 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0c2e134799b90b26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-636adce12a06a677.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-d30f617fd0ae62e6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-19d4a994ab595f5a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-52e6bd22161c97f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f067259dfb2972c4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-ab24ee15051c498d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-80b39ac62fe95fcd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6734e8ec3b55d985.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-134f020ff15f4910.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-19d4e3adc6e1b4a7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-050c73497a1f2e26.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-16d9f06b8d904b15.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b9ef3722cdaa6771.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5d9c6f70f1955bf6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-41419fcb0d985aee.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-879475f926551819.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-21c467d9ed5886f3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-16b20d8a12bc98eb.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-64beaabacfe3accc.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-17270d3faad94aa6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a40671b917b713f3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-42821009c645f3d6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2f9001c2ff6f1750.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-49148275be998f0f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b835c3722defd562.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1df90c0488e5a829.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.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-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32942023-12-30T05:50:41.931Z Running `/home/build/.rustup/toolchains/1.74.1-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=6bfe0a04c6fe8a1a -C extra-filename=-6bfe0a04c6fe8a1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b9ef3722cdaa6771.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5d9c6f70f1955bf6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-879475f926551819.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d15ec80a0a03aed9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/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-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32952023-12-30T05:50:52.061Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=144595c919dd35da -C extra-filename=-144595c919dd35da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0c2e134799b90b26.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-19d4a994ab595f5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-134f020ff15f4910.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-19d4e3adc6e1b4a7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5d9c6f70f1955bf6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-41419fcb0d985aee.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-879475f926551819.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a20c5caa74a9a37a.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.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-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32962023-12-30T06:02:48.006Z Finished test [unoptimized + debuginfo] target(s) in 32m 37s
32972023-12-30T06:02:48.813Z Executable `/work/oxidecomputer/omicron/target/debug/deps/authz_macros-a511e9ebf23b111d`
32982023-12-30T06:02:48.813Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstore-8c8dea27e7ab0cfc`
32992023-12-30T06:02:48.813Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_learner-74aa4d62f8d3f6b4`
33002023-12-30T06:02:48.813Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_rack_coordinator-f6f523c61e59fb70`
33012023-12-30T06:02:48.813Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstrap_agent_client-25da6e93874658e4`
33022023-12-30T06:02:48.813Z Executable `/work/oxidecomputer/omicron/target/debug/deps/caboose_util-272cb01ad612ef0c`
33032023-12-30T06:02:48.813Z Executable `/work/oxidecomputer/omicron/target/debug/deps/crdb_seed-88b5150e92d04c79`
33042023-12-30T06:02:48.813Z Executable `/work/oxidecomputer/omicron/target/debug/deps/db_macros-6d8194b924e16173`
33052023-12-30T06:02:48.821Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ddm_admin_client-4fb0a2c39efb51c8`
33062023-12-30T06:02:48.821Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-63d6017fd7ab545f`
33072023-12-30T06:02:48.822Z Executable `/work/oxidecomputer/omicron/target/debug/deps/apigen-1a661e21c6bafb8c`
33082023-12-30T06:02:48.822Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_db_dump-afda861543f7b00e`
33092023-12-30T06:02:48.822Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-f8efbea71ba648f6`
33102023-12-30T06:02:48.822Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnsadm-e982fa0dfe2c977b`
33112023-12-30T06:02:48.822Z Executable `/work/oxidecomputer/omicron/target/debug/deps/basic_test-d5de8e54d89014f8`
33122023-12-30T06:02:48.822Z Executable `/work/oxidecomputer/omicron/target/debug/deps/commands_test-e0eee7f30193d1e0`
33132023-12-30T06:02:48.822Z Executable `/work/oxidecomputer/omicron/target/debug/deps/openapi_test-135fce3afb9b5fd7`
33142023-12-30T06:02:48.822Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_service_client-4f383cec28dbb749`
33152023-12-30T06:02:48.822Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dpd_client-9b854228a6cfc7de`
33162023-12-30T06:02:48.822Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_cli-1d229513b79207e4`
33172023-12-30T06:02:48.822Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_client-149b530528e449e3`
33182023-12-30T06:02:48.822Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_test_utils-3fff12d3b33fd2fb`
33192023-12-30T06:02:48.822Z Executable `/work/oxidecomputer/omicron/target/debug/deps/illumos_utils-19eb3824b88114cb`
33202023-12-30T06:02:48.822Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-cfe9dfd1d2b3983b`
33212023-12-30T06:02:48.822Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-29155e89663ceca3`
33222023-12-30T06:02:48.822Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifact_client-952758b1b84370b3`
33232023-12-30T06:02:48.822Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-2d51a29a47380f39`
33242023-12-30T06:02:48.822Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-ab1e61573655ffa0`
33252023-12-30T06:02:48.822Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-559e94a82a1dd4af`
33262023-12-30T06:02:48.822Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_common-745028aad1fc5826`
33272023-12-30T06:02:48.822Z Executable `/work/oxidecomputer/omicron/target/debug/deps/internal_dns-e3a954cdbaaa877c`
33282023-12-30T06:02:48.822Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnswait-0abb5d734606c3e9`
33292023-12-30T06:02:48.822Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ipcc_key_value-0d2985aa571ad156`
33302023-12-30T06:02:48.822Z Executable `/work/oxidecomputer/omicron/target/debug/deps/key_manager-d1825a6a01432a06`
33312023-12-30T06:02:48.822Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mg_admin_client-62f9409a3844eee6`
33322023-12-30T06:02:48.823Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_client-6bbfe612823fb5b6`
33332023-12-30T06:02:48.823Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_model-67fe84fec5595ba5`
33342023-12-30T06:02:48.823Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_queries-bfb2fe08a129c2c8`
33352023-12-30T06:02:48.823Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_defaults-80b52642584390a9`
33362023-12-30T06:02:48.823Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_inventory-e4446bb8a968a05d`
33372023-12-30T06:02:48.823Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_types-4b0e347cba7b034e`
33382023-12-30T06:02:48.823Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_certificates-27e8f509a181c3fe`
33392023-12-30T06:02:48.823Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_common-28f18aec6d999de1`
33402023-12-30T06:02:48.823Z Executable `/work/oxidecomputer/omicron/target/debug/deps/thing_flinger-543dd69bfbd620f5`
33412023-12-30T06:02:48.823Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_dev-4f0f77c619d54b37`
33422023-12-30T06:02:48.823Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_omicron_dev-4781e1ff8518b68c`
33432023-12-30T06:02:48.823Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_gateway-a717c6f099edb166`
33442023-12-30T06:02:48.823Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mgs-4930d932e1427fac`
33452023-12-30T06:02:48.823Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-6ecc5e00c75bffe2`
33462023-12-30T06:02:48.823Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-795148212c4e0aa0`
33472023-12-30T06:02:48.823Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus-af84a647b054eacb`
33482023-12-30T06:02:48.823Z Executable `/work/oxidecomputer/omicron/target/debug/deps/schema_updater-28d4c098dbfa6197`
33492023-12-30T06:02:48.823Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-854558fdd3d83319`
33502023-12-30T06:02:48.823Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omdb-949623066d0b6126`
33512023-12-30T06:02:48.823Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all_output-144595c919dd35da`
33522023-12-30T06:02:48.823Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-08c80560264a3a09`
33532023-12-30T06:02:48.823Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-be0464277e7a156e`
33542023-12-30T06:02:48.824Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_passwords-56e5b4029ee7d41a`
33552023-12-30T06:02:48.824Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_rpaths-81462ab39441db2c`
33562023-12-30T06:02:48.824Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_sled_agent-bdf1852d653e2850`
33572023-12-30T06:02:48.824Z Executable `/work/oxidecomputer/omicron/target/debug/deps/services_ledger_check_migrate-e8579829e8558621`
33582023-12-30T06:02:48.824Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent-bc64bbc0419894c9`
33592023-12-30T06:02:48.824Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_sim-ad43e04bcb77eaee`
33602023-12-30T06:02:48.824Z Executable `/work/oxidecomputer/omicron/target/debug/deps/zone_bundle-142424ddd4556767`
33612023-12-30T06:02:48.824Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-dae56c6882ecdfdc`
33622023-12-30T06:02:48.824Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_test_utils-5d9e0b8b49150823`
33632023-12-30T06:02:48.824Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxide_client-e7a73c3df73b95f9`
33642023-12-30T06:02:48.825Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-2cd79a50afd973da`
33652023-12-30T06:02:48.825Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_compilation-c59b98c6463d2982`
33662023-12-30T06:02:48.825Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_client-038ae8d8772f4a3a`
33672023-12-30T06:02:48.825Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_collector-67b814122956276a`
33682023-12-30T06:02:48.825Z Executable `/work/oxidecomputer/omicron/target/debug/deps/clickhouse_schema_updater-0104edc9fc1e0d57`
33692023-12-30T06:02:48.825Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-0e8eca1835b9359b`
33702023-12-30T06:02:48.825Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_commands-2732567e4f2fdcc6`
33712023-12-30T06:02:48.825Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_db-737d26a714c9f9de`
33722023-12-30T06:02:48.825Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxdb-995ef3e7773df6d0`
33732023-12-30T06:02:48.825Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_instruments-34f43f7b4ab3ff7d`
33742023-12-30T06:02:48.825Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_macro_impl-c018e07784fe9b09`
33752023-12-30T06:02:48.825Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_producer-9bae82ead46e10fd`
33762023-12-30T06:02:48.825Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_client-9b47a653d32c8f1b`
33772023-12-30T06:02:48.825Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_hardware-540d77d06025bc59`
33782023-12-30T06:02:48.825Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_storage-e9c3ab18c7759118`
33792023-12-30T06:02:48.825Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-cb3f62fed80958d5`
33802023-12-30T06:02:48.825Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-8b4582979bcb9120`
33812023-12-30T06:02:48.825Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-26b7aef5143674cc`
33822023-12-30T06:02:48.825Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-1ef5c8f33da4e530`
33832023-12-30T06:02:48.825Z Executable `/work/oxidecomputer/omicron/target/debug/deps/integration_tests-c354a7b9c9d575d3`
33842023-12-30T06:02:48.825Z Executable `/work/oxidecomputer/omicron/target/debug/deps/manifest_tests-4909d7a841fd98cb`
33852023-12-30T06:02:48.825Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous_lib-430af982df911552`
33862023-12-30T06:02:48.826Z Executable `/work/oxidecomputer/omicron/target/debug/deps/update_engine-68da000579aadacd`
33872023-12-30T06:02:48.826Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-8815fcc04c4e3477`
33882023-12-30T06:02:48.826Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-ee7ee9b19a45f72e`
33892023-12-30T06:02:48.826Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-155a2484f46f541c`
33902023-12-30T06:02:48.826Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_common-e17e20fca409d352`
33912023-12-30T06:02:48.826Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-45da7a31c55e99ae`
33922023-12-30T06:02:48.826Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-481f247ee9416c2a`
33932023-12-30T06:02:48.826Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg_server-33ff8778db079bee`
33942023-12-30T06:02:48.826Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-de91793471c3a61e`
33952023-12-30T06:02:48.826Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-1ac91600075fd8c3`
33962023-12-30T06:02:48.826Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-b76fbb1ecc0887f8`
33972023-12-30T06:02:48.826Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd_client-fc6dffd85ff5d695`
33982023-12-30T06:02:49.013Z
33992023-12-30T06:02:49.016Zreal 32:39.769159912
34002023-12-30T06:02:49.016Zuser 3:04:30.354625879
34012023-12-30T06:02:49.016Zsys 19:24.941829669
34022023-12-30T06:02:49.016Ztrap 8.436783570
34032023-12-30T06:02:49.016Ztflt 6.040651167
34042023-12-30T06:02:49.016Zdflt 1:09.441045185
34052023-12-30T06:02:49.016Zkflt 0.024891046
34062023-12-30T06:02:49.016Zlock 6:05:40.640746774
34072023-12-30T06:02:49.017Zslp 11:34:53.735666416
34082023-12-30T06:02:49.017Zlat 5:39.786294204
34092023-12-30T06:02:49.017Zstop 5:44.197342342
34102023-12-30T06:02:51.008Z
34112023-12-30T06:02:51.008Z ##### ###### #### #####
34122023-12-30T06:02:51.008Z # # # #
34132023-12-30T06:02:51.008Z # ##### #### #
34142023-12-30T06:02:51.008Z # # # #
34152023-12-30T06:02:51.008Z # # # # #
34162023-12-30T06:02:51.008Z # ###### #### #
34172023-12-30T06:02:51.008Z
34182023-12-30T06:02:52.048Z Downloading crates ...
34192023-12-30T06:02:53.104Z Downloaded redox_syscall v0.3.5
34202023-12-30T06:02:53.112Z Downloaded russh-cryptovec v0.7.0
34212023-12-30T06:02:53.115Z Downloaded redox_syscall v0.4.1
34222023-12-30T06:02:53.118Z Downloaded errno-dragonfly v0.1.2
34232023-12-30T06:02:53.124Z Downloaded wasm-bindgen-futures v0.4.37
34242023-12-30T06:02:53.127Z Downloaded fuchsia-cprng v0.1.1
34252023-12-30T06:02:53.130Z Downloaded core-foundation-sys v0.8.4
34262023-12-30T06:02:53.134Z Downloaded blowfish v0.9.1
34272023-12-30T06:02:53.137Z Downloaded ctr v0.9.2
34282023-12-30T06:02:53.141Z Downloaded option-ext v0.2.0
34292023-12-30T06:02:53.144Z Downloaded windows-targets v0.48.5
34302023-12-30T06:02:53.147Z Downloaded system-configuration-sys v0.5.0
34312023-12-30T06:02:53.147Z Downloaded clipboard-win v4.5.0
34322023-12-30T06:02:53.150Z Downloaded hermit-abi v0.1.19
34332023-12-30T06:02:53.152Z Downloaded system-configuration v0.5.1
34342023-12-30T06:02:53.155Z Downloaded error-code v2.3.1
34352023-12-30T06:02:53.155Z Downloaded ghash v0.5.0
34362023-12-30T06:02:53.158Z Downloaded str-buf v1.0.6
34372023-12-30T06:02:53.158Z Downloaded aes v0.8.3
34382023-12-30T06:02:53.166Z Downloaded ed25519 v2.2.2
34392023-12-30T06:02:53.170Z Downloaded critical-section v1.1.2
34402023-12-30T06:02:53.173Z Downloaded polyval v0.6.1
34412023-12-30T06:02:53.178Z Downloaded dirs-sys v0.4.1
34422023-12-30T06:02:53.182Z Downloaded rfc6979 v0.4.0
34432023-12-30T06:02:53.182Z Downloaded iana-time-zone-haiku v0.1.2
34442023-12-30T06:02:53.182Z Downloaded atomic-polyfill v0.1.11
34452023-12-30T06:02:53.185Z Downloaded rand_core v0.4.2
34462023-12-30T06:02:53.187Z Downloaded dirs v5.0.1
34472023-12-30T06:02:53.190Z Downloaded redox_users v0.4.3
34482023-12-30T06:02:53.193Z Downloaded android-tzdata v0.1.1
34492023-12-30T06:02:53.193Z Downloaded cargo_toml v0.17.0
34502023-12-30T06:02:53.196Z Downloaded android_system_properties v0.1.5
34512023-12-30T06:02:53.200Z Downloaded rdrand v0.4.0
34522023-12-30T06:02:53.200Z Downloaded wasm-bindgen-shared v0.2.87
34532023-12-30T06:02:53.203Z Downloaded windows-targets v0.42.2
34542023-12-30T06:02:53.203Z Downloaded cbc v0.1.2
34552023-12-30T06:02:53.206Z Downloaded rand_chacha v0.2.2
34562023-12-30T06:02:53.209Z Downloaded windows-targets v0.52.0
34572023-12-30T06:02:53.209Z Downloaded md5 v0.7.0
34582023-12-30T06:02:53.212Z Downloaded rand_core v0.5.1
34592023-12-30T06:02:53.215Z Downloaded wasm-bindgen-backend v0.2.87
34602023-12-30T06:02:53.218Z Downloaded hermit-abi v0.3.2
34612023-12-30T06:02:53.223Z Downloaded getrandom v0.1.16
34622023-12-30T06:02:53.226Z Downloaded pbkdf2 v0.11.0
34632023-12-30T06:02:53.229Z Downloaded rand_hc v0.2.0
34642023-12-30T06:02:53.232Z Downloaded wasm-streams v0.3.0
34652023-12-30T06:02:53.236Z Downloaded redox_syscall v0.2.16
34662023-12-30T06:02:53.241Z Downloaded ipconfig v0.3.2
34672023-12-30T06:02:53.244Z Downloaded schannel v0.1.22
34682023-12-30T06:02:53.250Z Downloaded wasm-bindgen-macro-support v0.2.87
34692023-12-30T06:02:53.253Z Downloaded primeorder v0.13.6
34702023-12-30T06:02:53.256Z Downloaded rand_core v0.3.1
34712023-12-30T06:02:53.259Z Downloaded pbkdf2 v0.12.2
34722023-12-30T06:02:53.262Z Downloaded winapi-util v0.1.5
34732023-12-30T06:02:53.262Z Downloaded crossterm_winapi v0.9.1
34742023-12-30T06:02:53.265Z Downloaded security-framework-sys v2.9.1
34752023-12-30T06:02:53.269Z Downloaded anstyle-wincon v2.1.0
34762023-12-30T06:02:53.272Z Downloaded wasi v0.11.0+wasi-snapshot-preview1
34772023-12-30T06:02:53.275Z Downloaded bcrypt-pbkdf v0.10.0
34782023-12-30T06:02:53.280Z Downloaded fs2 v0.4.3
34792023-12-30T06:02:53.283Z Downloaded ecdsa v0.16.9
34802023-12-30T06:02:53.283Z Downloaded core-foundation v0.9.3
34812023-12-30T06:02:53.286Z Downloaded winreg v0.50.0
34822023-12-30T06:02:53.291Z Downloaded wasm-bindgen-macro v0.2.87
34832023-12-30T06:02:53.298Z Downloaded p256 v0.13.2
34842023-12-30T06:02:53.303Z Downloaded wasi v0.9.0+wasi-snapshot-preview1
34852023-12-30T06:02:53.307Z Downloaded windows_aarch64_gnullvm v0.52.0
34862023-12-30T06:02:53.325Z Downloaded russh-keys v0.40.1
34872023-12-30T06:02:53.328Z Downloaded encode_unicode v0.3.6
34882023-12-30T06:02:53.332Z Downloaded widestring v1.0.2
34892023-12-30T06:02:53.338Z Downloaded windows_i686_msvc v0.42.2
34902023-12-30T06:02:53.362Z Downloaded js-sys v0.3.64
34912023-12-30T06:02:53.372Z Downloaded bumpalo v3.13.0
34922023-12-30T06:02:53.376Z Downloaded russh v0.40.2
34932023-12-30T06:02:53.385Z Downloaded ed25519-dalek v2.0.0
34942023-12-30T06:02:53.392Z Downloaded password-hash v0.4.2
34952023-12-30T06:02:53.412Z Downloaded security-framework v2.9.2
34962023-12-30T06:02:53.500Z Downloaded rand v0.7.3
34972023-12-30T06:02:53.504Z Downloaded aes-gcm v0.10.3
34982023-12-30T06:02:53.609Z Downloaded wasm-bindgen v0.2.87
34992023-12-30T06:02:53.786Z Downloaded windows-sys v0.48.0
35002023-12-30T06:02:53.968Z Downloaded winapi-i686-pc-windows-gnu v0.4.0
35012023-12-30T06:02:54.254Z Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
35022023-12-30T06:02:54.597Z Downloaded windows_x86_64_gnullvm v0.42.2
35032023-12-30T06:02:54.614Z Downloaded windows_aarch64_gnullvm v0.42.2
35042023-12-30T06:02:54.743Z Downloaded windows_x86_64_gnullvm v0.48.5
35052023-12-30T06:02:54.768Z Downloaded windows_x86_64_gnullvm v0.52.0
35062023-12-30T06:02:54.817Z Downloaded windows_aarch64_gnullvm v0.48.5
35072023-12-30T06:02:54.899Z Downloaded fiat-crypto v0.2.1
35082023-12-30T06:02:55.052Z Downloaded windows_aarch64_msvc v0.42.2
35092023-12-30T06:02:55.118Z Downloaded windows_x86_64_msvc v0.42.2
35102023-12-30T06:02:55.179Z Downloaded web-sys v0.3.64
35112023-12-30T06:02:55.417Z Downloaded windows_x86_64_gnu v0.42.2
35122023-12-30T06:02:55.503Z Downloaded windows_i686_gnu v0.42.2
35132023-12-30T06:02:55.537Z Downloaded windows_x86_64_gnu v0.52.0
35142023-12-30T06:02:55.585Z Downloaded windows_x86_64_gnu v0.48.5
35152023-12-30T06:02:55.666Z Downloaded windows_x86_64_msvc v0.52.0
35162023-12-30T06:02:55.704Z Downloaded windows_aarch64_msvc v0.52.0
35172023-12-30T06:02:55.733Z Downloaded windows_i686_msvc v0.48.5
35182023-12-30T06:02:55.763Z Downloaded windows_i686_msvc v0.52.0
35192023-12-30T06:02:55.792Z Downloaded windows_i686_gnu v0.52.0
35202023-12-30T06:02:55.880Z Downloaded linux-raw-sys v0.3.8
35212023-12-30T06:02:55.902Z Downloaded windows_i686_gnu v0.48.5
35222023-12-30T06:02:55.922Z Downloaded windows_x86_64_msvc v0.48.5
35232023-12-30T06:02:55.950Z Downloaded windows_aarch64_msvc v0.48.5
35242023-12-30T06:02:55.995Z Downloaded winapi v0.3.9
35252023-12-30T06:02:56.112Z Downloaded linux-raw-sys v0.4.11
35262023-12-30T06:02:56.471Z Downloaded windows-sys v0.52.0
35272023-12-30T06:02:56.613Z Downloaded windows-sys v0.45.0
35282023-12-30T06:02:57.464Z Downloaded windows v0.48.0
35292023-12-30T06:02:58.533Zinfo: experimental features enabled: setup-scripts
35302023-12-30T06:02:59.934Z Finished test [unoptimized + debuginfo] target(s) in 1.37s
35312023-12-30T06:03:01.910Z Starting 1001 tests across 101 binaries (3 skipped)
35322023-12-30T06:03:01.918Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
35332023-12-30T06:03:02.757Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
35342023-12-30T06:03:16.071Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35352023-12-30T06:03:19.136Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
35362023-12-30T06:03:31.370Z Finished test [unoptimized + debuginfo] target(s) in 29.36s
35372023-12-30T06:03:31.413Z Running `target/debug/crdb-seed`
35382023-12-30T06:03:31.447ZDec 30 06:03:31.442 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpG5xcVs
35392023-12-30T06:03:31.451ZDec 30 06:03:31.442 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpAXMIlm,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpG5xcVs/listen-url
35402023-12-30T06:03:31.451ZDec 30 06:03:31.444 INFO cockroach environment: BUILDOMAT_JOB_ID=01HJWJZEV0V8HCWFCHMCTPG5VD BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_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=update-schemars GITHUB_REF=refs/heads/update-schemars GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=33886b502bb84d4d00d5a181d0efc59e382a3f47 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-9a9914cf2dc39a59/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out:/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out:/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out:/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-env0xOvRC NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out:/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out:/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=7978ec12-2b00-49a7-acf6-b3c2f1cfa257 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.1-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime
35412023-12-30T06:03:33.317ZDec 30 06:03:33.312 INFO cockroach pid: 3936
35422023-12-30T06:03:33.317ZDec 30 06:03:33.312 INFO cockroach listen URL: postgresql://root@[::1]:37933/omicron?sslmode=disable
35432023-12-30T06:03:33.317ZDec 30 06:03:33.312 INFO cockroach: populating
35442023-12-30T06:03:35.851ZDec 30 06:03:35.846 INFO cockroach: populated
35452023-12-30T06:03:38.397ZDec 30 06:03:38.392 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/dcb5f50b6cdb5a0f98922cc8c7b903ea1d5beb21e448d6b8ac0c63fc790066b5.tar`
35462023-12-30T06:03:38.402Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
35472023-12-30T06:03:38.487Z PASS [ 0.048s] authz-macros tests::test_authz_dump
35482023-12-30T06:03:38.487Z PASS [ 0.042s] bootstore schemes::tests::hello_roundtrip
35492023-12-30T06:03:38.487Z PASS [ 0.035s] bootstore schemes::v0::share_pkg::tests::create_packages
35502023-12-30T06:03:38.487Z PASS [ 0.042s] bootstore trust_quorum::rack_secret::tests::create_and_verify
35512023-12-30T06:03:38.487Z PASS [ 0.035s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
35522023-12-30T06:03:38.498Z PASS [ 0.034s] db-macros tests::test_derive_metadata_identity_fails_for_enums
35532023-12-30T06:03:38.513Z PASS [ 0.027s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
35542023-12-30T06:03:38.513Z PASS [ 0.034s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
35552023-12-30T06:03:38.520Z PASS [ 0.033s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
35562023-12-30T06:03:38.526Z PASS [ 0.027s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
35572023-12-30T06:03:38.534Z PASS [ 0.108s] bootstore schemes::v0::peer::tests::network_config
35582023-12-30T06:03:38.746Z PASS [ 0.232s] dns-server storage::test::test_update_in_progress
35592023-12-30T06:03:38.772Z PASS [ 0.250s] dns-server storage::test::test_update_interrupted
35602023-12-30T06:03:38.782Z PASS [ 0.274s] dns-server storage::test::test_update_basic
35612023-12-30T06:03:39.156Z PASS [ 0.622s] dns-server::basic_test a_crud
35622023-12-30T06:03:39.156Z PASS [ 0.615s] dns-server::basic_test aaaa_crud
35632023-12-30T06:03:39.184Z PASS [ 0.415s] dns-server::basic_test multi_record_crud
35642023-12-30T06:03:39.197Z PASS [ 0.411s] dns-server::basic_test name_contains_zone
35652023-12-30T06:03:39.197Z PASS [ 0.448s] dns-server::basic_test empty_record
35662023-12-30T06:03:39.402Z PASS [ 0.204s] dns-server::openapi_test test_dns_server_openapi
35672023-12-30T06:03:39.490Z PASS [ 0.087s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
35682023-12-30T06:03:39.509Z PASS [ 0.348s] dns-server::basic_test nxdomain
35692023-12-30T06:03:39.533Z PASS [ 0.039s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
35702023-12-30T06:03:39.562Z PASS [ 0.060s] illumos-utils destructor::test::test_delayed_delete
35712023-12-30T06:03:39.572Z PASS [ 0.416s] dns-server::basic_test servfail
35722023-12-30T06:03:39.590Z PASS [ 0.032s] illumos-utils destructor::test::test_destructor_bad_close
35732023-12-30T06:03:39.603Z PASS [ 0.033s] illumos-utils link::test::test_allocate
35742023-12-30T06:03:39.616Z PASS [ 0.027s] illumos-utils link::test::test_allocate_within_scopes
35752023-12-30T06:03:39.635Z PASS [ 0.031s] illumos-utils running_zone::tests::test_is_oxide_smf_log_file
35762023-12-30T06:03:39.647Z PASS [ 0.030s] illumos-utils running_zone::tests::test_is_oxide_smf_service
35772023-12-30T06:03:39.687Z PASS [ 0.470s] dns-server::basic_test srv_crud
35782023-12-30T06:03:39.691Z PASS [ 1.239s] bootstore schemes::v0::peer::tests::basic_3_nodes
35792023-12-30T06:03:39.691Z PASS [ 0.032s] illumos-utils zone::tests::test_parse_ip_network
35802023-12-30T06:03:39.691Z PASS [ 0.033s] illumos-utils zpool::test::test_parse_bad_zpool_names
35812023-12-30T06:03:39.691Z PASS [ 0.032s] illumos-utils zpool::test::test_parse_external_zpool_name
35822023-12-30T06:03:39.699Z PASS [ 0.026s] illumos-utils zpool::test::test_parse_zpool
35832023-12-30T06:03:39.699Z PASS [ 0.033s] illumos-utils zpool::test::test_parse_internal_zpool_name
35842023-12-30T06:03:39.708Z PASS [ 0.029s] illumos-utils zpool::test::test_parse_zpool_missing_column
35852023-12-30T06:03:39.716Z PASS [ 0.030s] illumos-utils zpool::test::test_parse_zpool_name_json
35862023-12-30T06:03:39.722Z PASS [ 0.031s] illumos-utils zpool::test::test_zpool_name_regex
35872023-12-30T06:03:39.919Z PASS [ 0.193s] installinator-common block_size_writer::tests::proptest_block_writer
35882023-12-30T06:03:39.939Z PASS [ 0.220s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi
35892023-12-30T06:03:39.953Z PASS [ 0.036s] internal-dns config::test::display_hosts
35902023-12-30T06:03:39.966Z PASS [ 0.030s] internal-dns config::test::display_srv_service
35912023-12-30T06:03:39.992Z PASS [ 0.038s] internal-dns config::test::test_builder_errors
35922023-12-30T06:03:40.014Z PASS [ 0.046s] internal-dns config::test::test_builder_output
35932023-12-30T06:03:40.422Z PASS [ 0.892s] illumos-utils destructor::test::test_delayed_delete_with_error
35942023-12-30T06:03:40.448Z PASS [ 0.434s] internal-dns resolver::test::insert_and_lookup_one_record
35952023-12-30T06:03:40.705Z PASS [ 0.709s] internal-dns resolver::test::insert_and_lookup_multiple_records
35962023-12-30T06:03:40.830Z PASS [ 0.405s] internal-dns resolver::test::lookup_nonexistent_record_fails
35972023-12-30T06:03:41.319Z PASS [ 0.873s] internal-dns resolver::test::resolver_can_access_backup_dns_server
35982023-12-30T06:03:41.450Z PASS [ 0.748s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
35992023-12-30T06:03:41.486Z PASS [ 0.037s] ipcc-key-value tests::deserialize_fixed_value
36002023-12-30T06:03:41.535Z PASS [ 0.049s] ipcc-key-value tests::installinator_image_id_round_trip
36012023-12-30T06:03:41.554Z PASS [ 0.729s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
36022023-12-30T06:03:41.579Z PASS [ 0.045s] ipcc-key-value tests::serialized_size
36032023-12-30T06:03:41.603Z PASS [ 0.049s] key-manager tests::different_disks_produce_different_keys
36042023-12-30T06:03:41.609Z PASS [ 0.031s] key-manager tests::different_ikm_produces_different_keys
36052023-12-30T06:03:41.632Z PASS [ 0.030s] key-manager tests::disk_encryption_key_epoch_0
36062023-12-30T06:03:41.640Z PASS [ 0.030s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
36072023-12-30T06:03:41.669Z PASS [ 0.037s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
36082023-12-30T06:03:41.681Z PASS [ 0.041s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
36092023-12-30T06:03:41.733Z PASS [ 0.048s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
36102023-12-30T06:03:41.758Z PASS [ 0.090s] nexus-db-model device_auth::test::test_generate_user_code
36112023-12-30T06:03:41.765Z PASS [ 0.036s] nexus-db-model semver_version::test::test_to_from_sortable_string
36122023-12-30T06:03:41.787Z PASS [ 0.468s] internal-dns resolver::test::update_record
36132023-12-30T06:03:41.794Z PASS [ 0.036s] nexus-db-model tests::test_ip_subnet_check_requestable_address
36142023-12-30T06:03:41.800Z PASS [ 0.036s] nexus-db-model tests::test_ipv6_net_random_subnet
36152023-12-30T06:03:41.819Z PASS [ 0.032s] nexus-db-model tests::test_roles_database_strings
36162023-12-30T06:03:41.843Z PASS [ 0.048s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
36172023-12-30T06:03:41.856Z PASS [ 0.052s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers
36182023-12-30T06:03:41.893Z PASS [ 0.056s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers
36192023-12-30T06:03:41.919Z PASS [ 0.056s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie
36202023-12-30T06:03:41.919Z PASS [ 0.046s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers
36212023-12-30T06:03:41.939Z PASS [ 0.053s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name
36222023-12-30T06:03:41.961Z PASS [ 0.047s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies
36232023-12-30T06:03:41.995Z PASS [ 0.048s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie
36242023-12-30T06:03:42.013Z PASS [ 0.103s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute
36252023-12-30T06:03:42.035Z PASS [ 0.093s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle
36262023-12-30T06:03:42.043Z PASS [ 0.049s] nexus-db-queries authn::external::session_cookie::test::test_get_token
36272023-12-30T06:03:42.059Z PASS [ 0.045s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header
36282023-12-30T06:03:42.067Z PASS [ 0.046s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present
36292023-12-30T06:03:42.090Z PASS [ 0.048s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie
36302023-12-30T06:03:42.100Z PASS [ 0.045s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie
36312023-12-30T06:03:42.118Z PASS [ 0.046s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value
36322023-12-30T06:03:42.133Z PASS [ 0.041s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error
36332023-12-30T06:03:42.154Z PASS [ 0.054s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie
36342023-12-30T06:03:42.161Z PASS [ 0.048s] nexus-db-queries authn::external::spoof::test::test_make_header_value
36352023-12-30T06:03:42.171Z PASS [ 0.041s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw
36362023-12-30T06:03:42.199Z PASS [ 0.044s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids
36372023-12-30T06:03:42.206Z PASS [ 0.045s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing
36382023-12-30T06:03:42.215Z PASS [ 0.043s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid
36392023-12-30T06:03:42.244Z PASS [ 0.046s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values
36402023-12-30T06:03:42.254Z PASS [ 0.040s] nexus-db-queries authn::external::token::test::test_make_header_value
36412023-12-30T06:03:42.263Z PASS [ 0.055s] nexus-db-queries authn::external::test::test_authn_sequence
36422023-12-30T06:03:42.284Z PASS [ 0.041s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8
36432023-12-30T06:03:42.293Z PASS [ 0.038s] nexus-db-queries authn::external::token::test::test_token_header_missing
36442023-12-30T06:03:42.304Z PASS [ 0.042s] nexus-db-queries authn::external::token::test::test_token_header_valid
36452023-12-30T06:03:42.338Z PASS [ 0.052s] nexus-db-queries authn::test::test_internal_users
36462023-12-30T06:03:42.368Z PASS [ 0.064s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes
36472023-12-30T06:03:43.529Z PASS [ 4.337s] dns-server::commands_test test_dnsadm
36482023-12-30T06:03:50.164Z PASS [ 7.865s] nexus-db-queries authz::context::test::test_unregistered_resource
36492023-12-30T06:03:51.464Z PASS [ 7.918s] nexus-db-queries context::test::test_background_context
36502023-12-30T06:03:53.613Z PASS [ 13.911s] installinator mock_peers::tests::proptest_fetch_artifact
36512023-12-30T06:03:57.600Z PASS [ 17.887s] installinator write::tests::proptest_write_artifact
36522023-12-30T06:03:58.921Z PASS [ 16.575s] nexus-db-queries authz::policy_test::test_conferred_roles
36532023-12-30T06:04:00.471Z PASS [ 10.286s] nexus-db-queries context::test::test_child_context
36542023-12-30T06:04:02.083Z PASS [ 8.470s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
36552023-12-30T06:04:02.204Z PASS [ 10.755s] nexus-db-queries context::test::test_test_context
36562023-12-30T06:04:06.408Z PASS [ 8.811s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
36572023-12-30T06:04:06.881Z PASS [ 7.966s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
36582023-12-30T06:04:08.806Z PASS [ 8.359s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
36592023-12-30T06:04:10.737Z PASS [ 8.534s] nexus-db-queries db::collection_attach::test::test_attach_once
36602023-12-30T06:04:11.114Z PASS [ 9.032s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
36612023-12-30T06:04:11.169Z PASS [ 0.055s] nexus-db-queries db::collection_attach::test::test_verify_query
36622023-12-30T06:04:14.560Z PASS [ 8.151s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
36632023-12-30T06:04:14.891Z PASS [ 8.011s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
36642023-12-30T06:04:16.825Z PASS [ 8.020s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
36652023-12-30T06:04:18.912Z PASS [ 8.174s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
36662023-12-30T06:04:19.663Z PASS [ 8.494s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
36672023-12-30T06:04:22.660Z PASS [ 8.099s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
36682023-12-30T06:04:22.739Z PASS [ 0.055s] nexus-db-queries db::collection_detach::test::test_verify_query
36692023-12-30T06:04:22.914Z PASS [ 8.016s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
36702023-12-30T06:04:25.009Z PASS [ 8.183s] nexus-db-queries db::collection_detach::test::test_detach_once
36712023-12-30T06:04:26.721Z PASS [ 7.781s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
36722023-12-30T06:04:27.546Z PASS [ 7.885s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
36732023-12-30T06:04:29.110Z PASS [ 46.742s] nexus-db-queries authz::policy_test::test_iam_roles_behavior
36742023-12-30T06:04:29.715Z PASS [ 7.004s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
36752023-12-30T06:04:29.792Z PASS [ 6.885s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
36762023-12-30T06:04:31.055Z PASS [ 6.046s] nexus-db-queries db::collection_detach_many::test::test_detach_many
36772023-12-30T06:04:31.104Z PASS [ 0.049s] nexus-db-queries db::collection_detach_many::test::test_verify_query
36782023-12-30T06:04:32.327Z PASS [ 5.633s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
36792023-12-30T06:04:33.099Z PASS [ 5.551s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
36802023-12-30T06:04:33.143Z PASS [ 0.047s] nexus-db-queries db::collection_insert::test::test_verify_query
36812023-12-30T06:04:33.191Z PASS [ 0.047s] nexus-db-queries db::column_walker::test::test_walk_columns
36822023-12-30T06:04:33.240Z PASS [ 0.048s] nexus-db-queries db::column_walker::test::test_walk_table
36832023-12-30T06:04:33.310Z PASS [ 0.073s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_allows_valid_up_sql_collections
36842023-12-30T06:04:33.357Z PASS [ 0.046s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_collections
36852023-12-30T06:04:33.409Z PASS [ 0.051s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_names
36862023-12-30T06:04:33.454Z PASS [ 0.047s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_no_up_sql_files
36872023-12-30T06:04:34.775Z PASS [ 5.665s] nexus-db-queries db::collection_detach_many::test::test_detach_once
36882023-12-30T06:04:35.510Z PASS [ 5.794s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
36892023-12-30T06:04:35.638Z PASS [ 5.845s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
36902023-12-30T06:04:35.695Z PASS [ 0.058s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
36912023-12-30T06:04:36.385Z PASS [ 5.281s] nexus-db-queries db::collection_insert::test::test_collection_not_present
36922023-12-30T06:04:37.444Z PASS [ 5.120s] nexus-db-queries db::collection_insert::test::test_collection_present
36932023-12-30T06:04:38.451Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-learner run
36942023-12-30T06:04:38.461Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-rack-coordinator run
36952023-12-30T06:04:38.659Z PASS [ 60.207s] bootstore::v0-fsm-proptest-learner run
36962023-12-30T06:04:39.063Z PASS [ 5.608s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
36972023-12-30T06:04:40.044Z PASS [ 5.269s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
36982023-12-30T06:04:43.452Z PASS [ 7.757s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
36992023-12-30T06:04:43.619Z PASS [ 8.106s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
37002023-12-30T06:04:45.846Z PASS [ 8.400s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
37012023-12-30T06:04:46.583Z PASS [ 10.197s] nexus-db-queries db::datastore::dns::test::test_dns_update
37022023-12-30T06:04:47.056Z PASS [ 7.990s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
37032023-12-30T06:04:47.070Z PASS [ 8.412s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
37042023-12-30T06:04:47.386Z PASS [ 7.340s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
37052023-12-30T06:04:51.152Z PASS [ 7.537s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
37062023-12-30T06:04:53.097Z PASS [ 74.638s] bootstore::v0-fsm-proptest-rack-coordinator run
37072023-12-30T06:04:53.897Z PASS [ 8.049s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
37082023-12-30T06:04:53.911Z PASS [ 10.458s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
37092023-12-30T06:04:54.444Z PASS [ 7.863s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
37102023-12-30T06:04:55.000Z PASS [ 7.947s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
37112023-12-30T06:04:55.100Z PASS [ 8.026s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_delete_reupsert_new_sled
37122023-12-30T06:04:55.266Z PASS [ 7.880s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_disks
37132023-12-30T06:04:58.648Z PASS [ 7.496s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_uuid_idempotent
37142023-12-30T06:05:00.734Z PASS [ 7.638s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_reupsert_new_sled
37152023-12-30T06:05:01.798Z PASS [ 7.888s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
37162023-12-30T06:05:01.830Z PASS [ 7.935s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_same_uuid_idempotent
37172023-12-30T06:05:01.848Z PASS [ 0.050s] nexus-db-queries db::datastore::region::test::test_extent_count
37182023-12-30T06:05:03.182Z PASS [ 8.737s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
37192023-12-30T06:05:03.212Z PASS [ 8.212s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
37202023-12-30T06:05:03.421Z PASS [ 8.325s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
37212023-12-30T06:05:03.992Z PASS [ 8.726s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
37222023-12-30T06:05:06.727Z PASS [ 8.079s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
37232023-12-30T06:05:08.036Z PASS [ 7.304s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
37242023-12-30T06:05:09.410Z PASS [ 7.563s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
37252023-12-30T06:05:10.158Z PASS [ 8.329s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
37262023-12-30T06:05:11.169Z PASS [ 7.957s] nexus-db-queries db::datastore::test::test_component_update_conflict
37272023-12-30T06:05:11.261Z PASS [ 8.079s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
37282023-12-30T06:05:11.300Z PASS [ 7.878s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
37292023-12-30T06:05:11.394Z PASS [ 7.403s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
37302023-12-30T06:05:14.367Z PASS [ 7.637s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
37312023-12-30T06:05:14.741Z PASS [ 5.331s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
37322023-12-30T06:05:15.096Z PASS [ 7.059s] nexus-db-queries db::datastore::test::test_project_creation
37332023-12-30T06:05:18.460Z PASS [ 8.302s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
37342023-12-30T06:05:19.304Z PASS [ 8.042s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
37352023-12-30T06:05:21.591Z PASS [ 10.422s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
37362023-12-30T06:05:21.928Z PASS [ 10.628s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
37372023-12-30T06:05:22.423Z PASS [ 11.030s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
37382023-12-30T06:05:22.644Z PASS [ 7.549s] nexus-db-queries db::datastore::test::test_service_upsert_and_list
37392023-12-30T06:05:24.537Z PASS [ 5.230s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
37402023-12-30T06:05:25.233Z PASS [ 10.492s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
37412023-12-30T06:05:25.476Z PASS [ 11.111s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
37422023-12-30T06:05:25.888Z PASS [ 7.398s] nexus-db-queries db::datastore::test::test_session_methods
37432023-12-30T06:05:28.984Z PASS [ 7.369s] nexus-db-queries db::datastore::test::test_ssh_keys
37442023-12-30T06:05:29.379Z PASS [ 0.047s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data
37452023-12-30T06:05:29.379Z PASS [ 0.041s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid
37462023-12-30T06:05:29.379Z PASS [ 7.147s] nexus-db-queries db::datastore::test::test_system_update_conflict
37472023-12-30T06:05:29.379Z PASS [ 0.045s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid
37482023-12-30T06:05:29.379Z PASS [ 0.044s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid
37492023-12-30T06:05:29.526Z PASS [ 7.102s] nexus-db-queries db::datastore::test::test_table_scan
37502023-12-30T06:05:29.779Z PASS [ 7.134s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
37512023-12-30T06:05:30.675Z PASS [ 5.199s] nexus-db-queries db::explain::test::test_explain_async
37522023-12-30T06:05:30.924Z PASS [ 5.063s] nexus-db-queries db::explain::test::test_explain_full_table_scan
37532023-12-30T06:05:31.433Z PASS [ 0.055s] nexus-db-queries db::pagination::test::test_paginator
37542023-12-30T06:05:32.244Z PASS [ 7.710s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
37552023-12-30T06:05:32.881Z PASS [ 7.645s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
37562023-12-30T06:05:34.987Z PASS [ 5.868s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
37572023-12-30T06:05:35.508Z PASS [ 5.981s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
37582023-12-30T06:05:35.585Z PASS [ 5.806s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
37592023-12-30T06:05:36.222Z PASS [ 7.102s] nexus-db-queries db::lookup::test::test_lookup
37602023-12-30T06:05:36.547Z PASS [ 5.873s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
37612023-12-30T06:05:39.038Z PASS [ 8.062s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
37622023-12-30T06:05:39.706Z PASS [ 7.462s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
37632023-12-30T06:05:40.854Z PASS [ 7.978s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_is_idempotent
37642023-12-30T06:05:42.743Z PASS [ 7.755s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_out_of_range
37652023-12-30T06:05:43.662Z PASS [ 8.154s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent
37662023-12-30T06:05:43.669Z PASS [ 8.086s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent_even_when_full
37672023-12-30T06:05:43.715Z PASS [ 0.042s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
37682023-12-30T06:05:43.749Z PASS [ 7.555s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
37692023-12-30T06:05:44.007Z PASS [ 7.457s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
37702023-12-30T06:05:46.981Z PASS [ 7.942s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_for_service
37712023-12-30T06:05:47.093Z PASS [ 7.388s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
37722023-12-30T06:05:48.236Z PASS [ 7.381s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
37732023-12-30T06:05:50.190Z PASS [ 7.448s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
37742023-12-30T06:05:51.653Z PASS [ 7.936s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
37752023-12-30T06:05:51.697Z PASS [ 7.947s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
37762023-12-30T06:05:51.748Z PASS [ 7.702s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
37772023-12-30T06:05:52.439Z PASS [ 8.778s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
37782023-12-30T06:05:54.356Z PASS [ 7.242s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
37792023-12-30T06:05:54.465Z PASS [ 7.475s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
37802023-12-30T06:05:54.515Z PASS [ 0.060s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
37812023-12-30T06:05:55.772Z PASS [ 7.536s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
37822023-12-30T06:05:57.467Z PASS [ 7.278s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
37832023-12-30T06:05:57.612Z PASS [ 0.143s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
37842023-12-30T06:05:57.656Z PASS [ 0.044s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
37852023-12-30T06:05:57.704Z PASS [ 0.049s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
37862023-12-30T06:05:57.748Z PASS [ 0.044s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
37872023-12-30T06:05:57.791Z PASS [ 0.042s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
37882023-12-30T06:06:00.226Z PASS [ 7.710s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
37892023-12-30T06:06:00.230Z PASS [ 7.674s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
37902023-12-30T06:06:00.230Z PASS [ 7.721s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
37912023-12-30T06:06:00.230Z PASS [ 7.470s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
37922023-12-30T06:06:01.138Z PASS [ 5.364s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
37932023-12-30T06:06:01.185Z PASS [ 0.045s] nexus-defaults tests::test_random_vpc_ipv6_prefix
37942023-12-30T06:06:01.253Z PASS [ 0.072s] nexus-inventory builder::test::test_basic
37952023-12-30T06:06:01.291Z PASS [ 0.036s] nexus-inventory builder::test::test_empty
37962023-12-30T06:06:01.352Z PASS [ 0.062s] nexus-inventory builder::test::test_problems
37972023-12-30T06:06:02.022Z PASS [ 7.686s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
37982023-12-30T06:06:02.103Z PASS [ 0.752s] nexus-inventory collector::test::test_basic
37992023-12-30T06:06:02.300Z PASS [ 7.785s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
38002023-12-30T06:06:02.333Z PASS [ 0.033s] nexus-types external_api::shared::test::test_policy_parsing
38012023-12-30T06:06:02.440Z PASS [ 0.108s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
38022023-12-30T06:06:02.494Z PASS [ 0.052s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
38032023-12-30T06:06:02.581Z PASS [ 0.087s] omicron-certificates tests::test_cert_extended_key_usage
38042023-12-30T06:06:02.656Z PASS [ 0.072s] omicron-certificates tests::test_common_name_is_validated
38052023-12-30T06:06:02.740Z PASS [ 0.087s] omicron-certificates tests::test_subject_alternate_names_are_validated
38062023-12-30T06:06:02.758Z PASS [ 0.654s] nexus-inventory collector::test::test_multi_mgs_failure
38072023-12-30T06:06:02.776Z PASS [ 0.036s] omicron-common address::test::test_dns_subnets
38082023-12-30T06:06:02.788Z PASS [ 0.031s] omicron-common address::test::test_ip_range_checks_non_decreasing
38092023-12-30T06:06:02.810Z PASS [ 0.034s] omicron-common address::test::test_ip_range_enum_deserialization
38102023-12-30T06:06:02.822Z PASS [ 0.034s] omicron-common address::test::test_ip_range_iter
38112023-12-30T06:06:02.842Z PASS [ 0.032s] omicron-common address::test::test_ip_range_try_from
38122023-12-30T06:06:02.854Z PASS [ 0.033s] omicron-common address::test::test_ipv6_subnet_deserialize
38132023-12-30T06:06:02.871Z PASS [ 0.031s] omicron-common address::test::test_sled_address
38142023-12-30T06:06:02.878Z PASS [ 0.858s] nexus-inventory collector::test::test_multi_mgs
38152023-12-30T06:06:02.885Z PASS [ 0.032s] omicron-common api::external::error::test::test_bail_unless
38162023-12-30T06:06:02.903Z PASS [ 0.029s] omicron-common api::external::error::test::test_context
38172023-12-30T06:06:02.911Z PASS [ 0.033s] omicron-common api::external::http_pagination::test::test_pagination_examples
38182023-12-30T06:06:02.923Z PASS [ 0.037s] omicron-common api::external::http_pagination::test::test_pagination_schemas
38192023-12-30T06:06:02.932Z PASS [ 5.140s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query
38202023-12-30T06:06:02.939Z PASS [ 0.038s] omicron-common api::external::http_pagination::test::test_scan_by_id
38212023-12-30T06:06:02.948Z PASS [ 0.035s] omicron-common api::external::http_pagination::test::test_scan_by_name
38222023-12-30T06:06:02.956Z PASS [ 0.033s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
38232023-12-30T06:06:02.982Z PASS [ 0.031s] omicron-common api::external::test::test_bytecount
38242023-12-30T06:06:02.988Z PASS [ 0.031s] omicron-common api::external::test::test_bytecount_display
38252023-12-30T06:06:02.998Z PASS [ 0.064s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
38262023-12-30T06:06:03.006Z PASS [ 0.062s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
38272023-12-30T06:06:03.026Z PASS [ 0.040s] omicron-common api::external::test::test_digest
38282023-12-30T06:06:03.026Z PASS [ 0.032s] omicron-common api::external::test::test_firewall_deserialization
38292023-12-30T06:06:03.042Z PASS [ 0.047s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
38302023-12-30T06:06:03.056Z PASS [ 0.030s] omicron-common api::external::test::test_ip_port_range_from_str
38312023-12-30T06:06:03.056Z PASS [ 0.048s] omicron-common api::external::test::test_firewall_rule_target_parse
38322023-12-30T06:06:03.061Z PASS [ 0.035s] omicron-common api::external::test::test_ip_port_range_into_str
38332023-12-30T06:06:03.066Z PASS [ 0.027s] omicron-common api::external::test::test_ipnet_first_last_address
38342023-12-30T06:06:03.077Z PASS [ 0.029s] omicron-common api::external::test::test_ipnet_serde
38352023-12-30T06:06:03.082Z PASS [ 0.030s] omicron-common api::external::test::test_ipv4_net_operations
38362023-12-30T06:06:03.090Z PASS [ 0.029s] omicron-common api::external::test::test_ipv6_net_operations
38372023-12-30T06:06:03.100Z PASS [ 0.032s] omicron-common api::external::test::test_mac_system_iterator
38382023-12-30T06:06:03.105Z PASS [ 0.029s] omicron-common api::external::test::test_mac_to_int_conversions
38392023-12-30T06:06:03.112Z PASS [ 0.029s] omicron-common api::external::test::test_macaddr
38402023-12-30T06:06:03.118Z PASS [ 0.030s] omicron-common api::external::test::test_name_parse
38412023-12-30T06:06:03.131Z PASS [ 0.025s] omicron-common api::external::test::test_name_parse_from_param
38422023-12-30T06:06:03.131Z PASS [ 0.025s] omicron-common api::external::test::test_resource_name_parse
38432023-12-30T06:06:03.143Z PASS [ 0.030s] omicron-common api::external::test::test_role_name_parse
38442023-12-30T06:06:03.152Z PASS [ 0.033s] omicron-common api::external::test::test_route_destination_parse
38452023-12-30T06:06:03.158Z PASS [ 0.027s] omicron-common api::external::test::test_semver_serialize
38462023-12-30T06:06:03.165Z PASS [ 0.040s] omicron-common api::external::test::test_route_target_parse
38472023-12-30T06:06:03.173Z PASS [ 0.030s] omicron-common api::external::test::test_semver_validation
38482023-12-30T06:06:03.185Z PASS [ 0.027s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
38492023-12-30T06:06:03.203Z PASS [ 0.037s] omicron-common ledger::test::test_create_default_ledger
38502023-12-30T06:06:03.209Z PASS [ 0.051s] omicron-common ledger::test::test_commit_handles_write_failures
38512023-12-30T06:06:03.222Z PASS [ 0.037s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
38522023-12-30T06:06:03.226Z PASS [ 0.043s] omicron-common ledger::test::test_create_ledger_reads_from_storage
38532023-12-30T06:06:03.239Z PASS [ 0.037s] omicron-common nexus_config::test::test_bad_authn_schemes
38542023-12-30T06:06:03.252Z PASS [ 0.029s] omicron-common nexus_config::test::test_config_empty
38552023-12-30T06:06:03.252Z PASS [ 0.036s] omicron-common nexus_config::test::test_config_bad_toml
38562023-12-30T06:06:03.258Z PASS [ 0.036s] omicron-common nexus_config::test::test_config_nonexistent
38572023-12-30T06:06:03.267Z PASS [ 0.027s] omicron-common nexus_config::test::test_deployment_config_schema
38582023-12-30T06:06:03.276Z PASS [ 0.031s] omicron-common nexus_config::test::test_invalid_ipv4_prefix_tunable
38592023-12-30T06:06:03.318Z PASS [ 0.040s] omicron-common nexus_config::test::test_repo_configs_are_valid
38602023-12-30T06:06:03.325Z PASS [ 0.041s] omicron-common nexus_config::test::test_valid
38612023-12-30T06:06:03.325Z PASS [ 0.032s] omicron-common postgres_config::test::test_bad_url
38622023-12-30T06:06:03.325Z PASS [ 0.033s] omicron-common postgres_config::test::test_example_url
38632023-12-30T06:06:03.329Z PASS [ 0.027s] omicron-common update::tests::serde_artifact_kind
38642023-12-30T06:06:03.899Z PASS [ 0.165s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd
38652023-12-30T06:06:03.935Z PASS [ 0.224s] omicron-dev::test_omicron_dev test_cert_create
38662023-12-30T06:06:03.935Z PASS [ 0.101s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args
38672023-12-30T06:06:03.935Z PASS [ 0.099s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args
38682023-12-30T06:06:03.935Z PASS [ 0.074s] omicron-dev::test_omicron_dev test_omicron_dev_no_args
38692023-12-30T06:06:03.935Z PASS [ 0.042s] omicron-gateway management_switch::location_map::tests::test_config_validation
38702023-12-30T06:06:03.935Z PASS [ 0.037s] omicron-gateway management_switch::location_map::tests::test_resolve_location
38712023-12-30T06:06:04.093Z PASS [ 0.352s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled
38722023-12-30T06:06:04.404Z PASS [ 0.310s] omicron-gateway::test_all integration_tests::component_list::component_list
38732023-12-30T06:06:04.640Z PASS [ 5.268s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
38742023-12-30T06:06:04.703Z PASS [ 5.345s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered
38752023-12-30T06:06:04.903Z PASS [ 0.499s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
38762023-12-30T06:06:04.916Z PASS [ 0.278s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
38772023-12-30T06:06:05.010Z PASS [ 0.305s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
38782023-12-30T06:06:06.689Z PASS [ 7.261s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
38792023-12-30T06:06:06.699Z PASS [ 6.789s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
38802023-12-30T06:06:18.002Z PASS [ 14.693s] omicron-dev::test_omicron_dev test_db_killed
38812023-12-30T06:06:24.403Z PASS [ 21.089s] omicron-dev::test_omicron_dev test_db_run
38822023-12-30T06:06:30.063Z PASS [ 26.440s] omicron-dev::test_omicron_dev test_run_all
38832023-12-30T06:06:31.113Z PASS [ 26.195s] omicron-nexus app::background::common::test::test_driver_basic
38842023-12-30T06:06:31.600Z PASS [ 24.902s] omicron-nexus app::background::dns_servers::test::test_basic
38852023-12-30T06:06:31.620Z PASS [ 26.608s] omicron-nexus app::background::dns_config::test::test_basic
38862023-12-30T06:06:31.719Z PASS [ 0.117s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
38872023-12-30T06:06:31.848Z PASS [ 0.131s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
38882023-12-30T06:06:31.939Z PASS [ 0.090s] omicron-nexus app::external_endpoints::test::test_no_endpoint
38892023-12-30T06:06:32.006Z PASS [ 0.068s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
38902023-12-30T06:06:32.255Z PASS [ 25.566s] omicron-nexus app::background::dns_propagation::test::test_basic
38912023-12-30T06:06:32.639Z PASS [ 1.526s] omicron-nexus app::external_endpoints::test::test_authority
38922023-12-30T06:06:33.239Z PASS [ 28.336s] omicron-nexus app::background::common::test::test_activation_in_progress
38932023-12-30T06:06:43.357Z PASS [ 25.357s] omicron-nexus app::background::external_endpoints::test::test_basic
38942023-12-30T06:06:43.395Z PASS [ 11.778s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
38952023-12-30T06:06:49.602Z PASS [ 25.199s] omicron-nexus app::background::init::test::test_dns_propagation_basic
38962023-12-30T06:07:00.694Z PASS [ 27.453s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
38972023-12-30T06:07:01.324Z PASS [ 31.259s] omicron-nexus app::background::inventory_collection::test::test_basic
38982023-12-30T06:07:02.370Z PASS [ 29.730s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
38992023-12-30T06:07:05.871Z PASS [ 33.864s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
39002023-12-30T06:07:07.507Z PASS [ 35.253s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
39012023-12-30T06:07:11.841Z PASS [ 28.445s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
39022023-12-30T06:07:12.408Z PASS [ 29.052s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
39032023-12-30T06:07:35.610Z PASS [ 33.235s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
39042023-12-30T06:07:38.711Z PASS [ 37.388s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
39052023-12-30T06:07:41.008Z PASS [ 35.138s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
39062023-12-30T06:07:43.877Z PASS [ 34.983s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
39072023-12-30T06:07:47.148Z PASS [ 34.741s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
39082023-12-30T06:07:49.602Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
39092023-12-30T06:08:00.695Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
39102023-12-30T06:08:11.841Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
39112023-12-30T06:08:12.795Z PASS [ 34.055s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
39122023-12-30T06:08:13.934Z PASS [ 32.927s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
39132023-12-30T06:08:14.531Z PASS [ 32.041s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
39142023-12-30T06:08:18.623Z PASS [ 42.459s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
39152023-12-30T06:08:18.623Z PASS [ 0.064s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
39162023-12-30T06:08:21.970Z PASS [ 34.818s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
39172023-12-30T06:08:28.446Z PASS [ 76.607s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
39182023-12-30T06:08:37.825Z PASS [ 25.059s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
39192023-12-30T06:08:49.382Z PASS [ 31.256s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
39202023-12-30T06:08:49.603Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
39212023-12-30T06:08:55.168Z PASS [ 33.201s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
39222023-12-30T06:09:00.006Z PASS [ 22.155s] omicron-nexus app::sagas::test_saga::test_saga_stuck
39232023-12-30T06:09:00.696Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
39242023-12-30T06:09:10.189Z PASS [ 41.743s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
39252023-12-30T06:09:13.934Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
39262023-12-30T06:09:14.532Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
39272023-12-30T06:09:21.056Z PASS [ 31.673s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
39282023-12-30T06:09:21.154Z PASS [ 25.987s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
39292023-12-30T06:09:23.190Z PASS [ 23.142s] omicron-nexus app::update::tests::test_populate_mock_system_updates
39302023-12-30T06:09:34.700Z PASS [ 24.512s] omicron-nexus app::update::tests::test_semver_max
39312023-12-30T06:09:42.802Z PASS [ 8.102s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
39322023-12-30T06:09:42.864Z PASS [ 0.061s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
39332023-12-30T06:09:42.928Z PASS [ 0.064s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
39342023-12-30T06:09:42.990Z PASS [ 0.062s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
39352023-12-30T06:09:43.056Z PASS [ 0.061s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
39362023-12-30T06:09:43.110Z PASS [ 0.059s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
39372023-12-30T06:09:43.168Z PASS [ 0.059s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
39382023-12-30T06:09:43.226Z PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_relative_uri
39392023-12-30T06:09:43.361Z PASS [ 0.134s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
39402023-12-30T06:09:43.764Z PASS [ 22.709s] omicron-nexus app::update::tests::test_system_updates
39412023-12-30T06:09:44.287Z PASS [ 23.132s] omicron-nexus app::update::tests::test_update_deployments
39422023-12-30T06:09:45.912Z PASS [ 22.792s] omicron-nexus app::update::tests::test_updateable_components
39432023-12-30T06:09:49.640Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
39442023-12-30T06:09:56.542Z PASS [ 10.629s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
39452023-12-30T06:10:00.697Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
39462023-12-30T06:10:04.334Z PASS [ 20.049s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
39472023-12-30T06:10:04.481Z PASS [ 0.147s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
39482023-12-30T06:10:04.488Z PASS [ 20.727s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
39492023-12-30T06:10:07.075Z PASS [ 10.534s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
39502023-12-30T06:10:13.935Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
39512023-12-30T06:10:14.533Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
39522023-12-30T06:10:18.889Z PASS [ 124.360s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
39532023-12-30T06:10:27.685Z PASS [ 23.192s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
39542023-12-30T06:10:28.430Z PASS [ 23.949s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
39552023-12-30T06:10:31.177Z PASS [ 24.100s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
39562023-12-30T06:10:42.446Z PASS [ 23.558s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
39572023-12-30T06:10:43.366Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
39582023-12-30T06:10:49.603Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
39592023-12-30T06:10:51.053Z PASS [ 22.623s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
39602023-12-30T06:10:52.220Z PASS [ 24.538s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
39612023-12-30T06:10:53.977Z PASS [ 22.803s] omicron-nexus::test_all integration_tests::basic::test_ping
39622023-12-30T06:10:56.070Z PASS [ 72.709s] omicron-nexus populate::test::test_populators
39632023-12-30T06:11:00.698Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
39642023-12-30T06:11:13.935Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
39652023-12-30T06:11:15.172Z PASS [ 32.725s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
39662023-12-30T06:11:15.224Z PASS [ 23.005s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
39672023-12-30T06:11:17.257Z PASS [ 23.280s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
39682023-12-30T06:11:19.644Z PASS [ 23.575s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
39692023-12-30T06:11:28.292Z PASS [ 37.239s] omicron-nexus::test_all integration_tests::basic::test_projects_list
39702023-12-30T06:11:39.982Z PASS [ 23.420s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
39712023-12-30T06:11:39.982Z PASS [ 23.710s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
39722023-12-30T06:11:42.875Z PASS [ 23.232s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
39732023-12-30T06:11:43.017Z PASS [ 0.141s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
39742023-12-30T06:11:43.079Z PASS [ 25.823s] omicron-nexus::test_all integration_tests::certificates::test_crud
39752023-12-30T06:11:43.499Z PASS [ 0.420s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal
39762023-12-30T06:11:43.914Z PASS [ 0.898s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
39772023-12-30T06:11:45.058Z PASS [ 6.123s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
39782023-12-30T06:11:45.169Z PASS [ 6.577s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
39792023-12-30T06:11:49.603Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
39802023-12-30T06:11:59.647Z PASS [ 31.355s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
39812023-12-30T06:12:00.698Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
39822023-12-30T06:12:07.226Z PASS [ 23.726s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
39832023-12-30T06:12:07.457Z PASS [ 23.544s] omicron-nexus::test_all integration_tests::console_api::test_assets
39842023-12-30T06:12:08.219Z PASS [ 23.162s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
39852023-12-30T06:12:13.053Z PASS [ 27.883s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
39862023-12-30T06:12:13.942Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
39872023-12-30T06:12:30.232Z PASS [ 22.754s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
39882023-12-30T06:12:30.232Z PASS [ 22.729s] omicron-nexus::test_all integration_tests::console_api::test_session_me
39892023-12-30T06:12:30.475Z PASS [ 30.828s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
39902023-12-30T06:12:31.874Z PASS [ 23.655s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
39912023-12-30T06:12:42.577Z PASS [ 29.525s] omicron-nexus::test_all integration_tests::console_api::test_sessions
39922023-12-30T06:12:49.603Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
39932023-12-30T06:12:53.893Z PASS [ 23.912s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
39942023-12-30T06:12:54.157Z PASS [ 23.970s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
39952023-12-30T06:12:59.629Z PASS [ 29.155s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
39962023-12-30T06:13:00.700Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
39972023-12-30T06:13:13.584Z PASS [ 31.008s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
39982023-12-30T06:13:13.936Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
39992023-12-30T06:13:15.073Z PASS [ 43.200s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
40002023-12-30T06:13:23.340Z PASS [ 29.184s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
40012023-12-30T06:13:24.134Z PASS [ 30.242s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
40022023-12-30T06:13:27.295Z PASS [ 27.666s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
40032023-12-30T06:13:43.312Z PASS [ 329.382s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
40042023-12-30T06:13:49.603Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40052023-12-30T06:13:50.811Z PASS [ 26.663s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
40062023-12-30T06:13:56.362Z PASS [ 42.779s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
40072023-12-30T06:13:57.266Z PASS [ 29.972s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
40082023-12-30T06:14:00.698Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40092023-12-30T06:14:07.371Z PASS [ 52.298s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
40102023-12-30T06:14:08.001Z PASS [ 24.688s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
40112023-12-30T06:14:15.130Z PASS [ 24.335s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
40122023-12-30T06:14:15.463Z PASS [ 52.124s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
40132023-12-30T06:14:20.953Z PASS [ 24.592s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
40142023-12-30T06:14:21.301Z PASS [ 24.033s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
40152023-12-30T06:14:38.437Z PASS [ 31.066s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
40162023-12-30T06:14:40.905Z PASS [ 25.775s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
40172023-12-30T06:14:46.460Z PASS [ 30.996s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
40182023-12-30T06:14:49.604Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40192023-12-30T06:14:50.716Z PASS [ 29.414s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
40202023-12-30T06:14:50.844Z PASS [ 29.888s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
40212023-12-30T06:14:53.302Z PASS [ 45.297s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
40222023-12-30T06:15:00.701Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40232023-12-30T06:15:08.438Z PASS [ 27.529s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
40242023-12-30T06:15:09.995Z PASS [ 31.558s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
40252023-12-30T06:15:10.817Z PASS [ 24.359s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
40262023-12-30T06:15:16.933Z PASS [ 26.093s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
40272023-12-30T06:15:18.415Z PASS [ 25.117s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
40282023-12-30T06:15:19.186Z PASS [ 0.770s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
40292023-12-30T06:15:19.778Z PASS [ 0.584s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
40302023-12-30T06:15:20.403Z PASS [ 0.630s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
40312023-12-30T06:15:20.650Z PASS [ 3.715s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
40322023-12-30T06:15:26.865Z PASS [ 36.153s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attachment
40332023-12-30T06:15:32.223Z PASS [ 23.740s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
40342023-12-30T06:15:34.779Z PASS [ 24.782s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
40352023-12-30T06:15:35.489Z PASS [ 24.672s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
40362023-12-30T06:15:46.492Z PASS [ 26.094s] omicron-nexus::test_all integration_tests::images::test_image_create
40372023-12-30T06:15:47.456Z PASS [ 26.807s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
40382023-12-30T06:15:49.603Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40392023-12-30T06:16:00.510Z PASS [ 28.334s] omicron-nexus::test_all integration_tests::images::test_image_promotion
40402023-12-30T06:16:00.607Z PASS [ 33.741s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
40412023-12-30T06:16:00.704Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40422023-12-30T06:16:01.680Z PASS [ 26.177s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
40432023-12-30T06:16:01.950Z PASS [ 27.172s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
40442023-12-30T06:16:09.471Z PASS [ 8.960s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
40452023-12-30T06:16:10.720Z PASS [ 10.109s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
40462023-12-30T06:16:11.816Z PASS [ 24.361s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
40472023-12-30T06:16:12.412Z PASS [ 10.748s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
40482023-12-30T06:16:13.721Z PASS [ 27.228s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
40492023-12-30T06:16:14.506Z PASS [ 12.558s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
40502023-12-30T06:16:35.037Z PASS [ 25.569s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
40512023-12-30T06:16:38.186Z PASS [ 588.593s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40522023-12-30T06:16:45.433Z PASS [ 33.617s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
40532023-12-30T06:16:49.192Z PASS [ 588.506s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40542023-12-30T06:16:49.768Z PASS [ 36.048s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
40552023-12-30T06:16:58.620Z PASS [ 44.115s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
40562023-12-30T06:16:59.437Z PASS [ 24.392s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
40572023-12-30T06:17:01.444Z PASS [ 49.022s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
40582023-12-30T06:17:04.895Z PASS [ 54.181s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
40592023-12-30T06:17:15.025Z PASS [ 25.258s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
40602023-12-30T06:17:22.465Z PASS [ 33.276s] omicron-nexus::test_all integration_tests::instances::test_instance_access
40612023-12-30T06:17:24.535Z PASS [ 46.349s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
40622023-12-30T06:17:35.309Z PASS [ 36.689s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
40632023-12-30T06:17:39.040Z PASS [ 39.614s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
40642023-12-30T06:17:44.655Z PASS [ 43.216s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
40652023-12-30T06:17:45.433Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
40662023-12-30T06:17:46.284Z PASS [ 41.389s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
40672023-12-30T06:17:54.640Z PASS [ 39.616s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
40682023-12-30T06:18:04.315Z PASS [ 41.850s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
40692023-12-30T06:18:14.965Z PASS [ 50.430s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
40702023-12-30T06:18:19.838Z PASS [ 94.407s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
40712023-12-30T06:18:20.318Z PASS [ 45.007s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_error
40722023-12-30T06:18:25.962Z PASS [ 39.679s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
40732023-12-30T06:18:26.293Z PASS [ 41.644s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
40742023-12-30T06:18:33.679Z PASS [ 54.638s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
40752023-12-30T06:18:37.269Z PASS [ 42.629s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p
40762023-12-30T06:18:40.983Z PASS [ 36.665s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
40772023-12-30T06:18:47.584Z PASS [ 27.268s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
40782023-12-30T06:18:54.136Z PASS [ 27.841s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
40792023-12-30T06:18:58.280Z PASS [ 43.316s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
40802023-12-30T06:19:05.402Z PASS [ 39.440s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
40812023-12-30T06:19:05.494Z PASS [ 45.642s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
40822023-12-30T06:19:05.509Z PASS [ 24.528s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
40832023-12-30T06:19:06.453Z PASS [ 32.775s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
40842023-12-30T06:19:09.083Z PASS [ 31.814s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
40852023-12-30T06:19:27.138Z PASS [ 33.003s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
40862023-12-30T06:19:27.930Z PASS [ 22.497s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
40872023-12-30T06:19:29.597Z PASS [ 24.117s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
40882023-12-30T06:19:30.028Z PASS [ 24.521s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
40892023-12-30T06:19:30.952Z PASS [ 24.499s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
40902023-12-30T06:19:34.019Z PASS [ 46.428s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
40912023-12-30T06:19:34.394Z PASS [ 25.312s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
40922023-12-30T06:19:36.517Z PASS [ 38.228s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
40932023-12-30T06:19:52.364Z PASS [ 24.465s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
40942023-12-30T06:19:53.332Z PASS [ 23.735s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
40952023-12-30T06:19:54.761Z PASS [ 24.733s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
40962023-12-30T06:19:54.927Z PASS [ 23.975s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_with_silo
40972023-12-30T06:20:00.907Z PASS [ 26.513s] omicron-nexus::test_all integration_tests::loopback_address::test_anycast_loopback_address_basic_crud
40982023-12-30T06:20:02.623Z PASS [ 26.114s] omicron-nexus::test_all integration_tests::loopback_address::test_loopback_address_basic_crud
40992023-12-30T06:20:07.490Z PASS [ 40.354s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_usable_by_project
41002023-12-30T06:20:09.481Z PASS [ 35.471s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
41012023-12-30T06:20:18.006Z PASS [ 23.245s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
41022023-12-30T06:20:26.493Z PASS [ 31.567s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
41032023-12-30T06:20:35.017Z PASS [ 27.527s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
41042023-12-30T06:20:36.026Z PASS [ 26.545s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
41052023-12-30T06:20:37.696Z PASS [ 36.790s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
41062023-12-30T06:20:45.159Z PASS [ 27.154s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
41072023-12-30T06:20:52.367Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_metrics
41082023-12-30T06:20:53.333Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments
41092023-12-30T06:20:57.286Z PASS [ 54.665s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
41102023-12-30T06:21:04.569Z PASS [ 28.544s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
41112023-12-30T06:21:06.826Z PASS [ 74.463s] omicron-nexus::test_all integration_tests::metrics::test_metrics
41122023-12-30T06:21:20.571Z PASS [ 54.050s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
41132023-12-30T06:21:28.657Z PASS [ 53.641s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
41142023-12-30T06:21:29.311Z PASS [ 44.151s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
41152023-12-30T06:21:31.798Z PASS [ 54.099s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
41162023-12-30T06:21:33.319Z PASS [ 26.494s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
41172023-12-30T06:21:33.535Z PASS [ 36.249s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
41182023-12-30T06:21:43.422Z PASS [ 38.852s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
41192023-12-30T06:21:49.853Z PASS [ 116.523s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments
41202023-12-30T06:21:56.953Z PASS [ 25.159s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
41212023-12-30T06:21:59.452Z PASS [ 25.917s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
41222023-12-30T06:22:03.497Z PASS [ 30.174s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
41232023-12-30T06:22:13.454Z PASS [ 30.028s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
41242023-12-30T06:22:16.293Z PASS [ 55.745s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
41252023-12-30T06:22:23.405Z PASS [ 26.451s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
41262023-12-30T06:22:24.941Z PASS [ 35.089s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
41272023-12-30T06:22:25.030Z PASS [ 25.578s] omicron-nexus::test_all integration_tests::projects::test_projects
41282023-12-30T06:22:26.965Z PASS [ 58.308s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
41292023-12-30T06:22:29.311Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
41302023-12-30T06:22:36.847Z PASS [ 23.396s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
41312023-12-30T06:22:39.540Z PASS [ 23.253s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
41322023-12-30T06:22:44.720Z PASS [ 75.412s] omicron-nexus::test_all integration_tests::password_login::test_local_users
41332023-12-30T06:22:49.578Z PASS [ 24.637s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
41342023-12-30T06:22:49.581Z PASS [ 26.183s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
41352023-12-30T06:22:50.663Z PASS [ 25.634s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
41362023-12-30T06:22:51.265Z PASS [ 0.601s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
41372023-12-30T06:22:53.206Z PASS [ 26.241s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
41382023-12-30T06:22:53.245Z PASS [ 3.666s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
41392023-12-30T06:22:53.412Z PASS [ 3.825s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
41402023-12-30T06:22:53.553Z PASS [ 0.141s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
41412023-12-30T06:22:53.699Z PASS [ 0.146s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
41422023-12-30T06:22:53.825Z PASS [ 0.126s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
41432023-12-30T06:22:53.948Z PASS [ 0.124s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
41442023-12-30T06:22:54.070Z PASS [ 0.122s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
41452023-12-30T06:22:54.855Z PASS [ 3.590s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
41462023-12-30T06:22:55.658Z PASS [ 52.164s] omicron-nexus::test_all integration_tests::quotas::test_quotas
41472023-12-30T06:22:56.795Z PASS [ 3.590s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
41482023-12-30T06:22:58.349Z PASS [ 21.476s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
41492023-12-30T06:23:01.136Z PASS [ 21.596s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
41502023-12-30T06:23:08.381Z PASS [ 23.662s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
41512023-12-30T06:23:18.348Z PASS [ 24.275s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
41522023-12-30T06:23:19.602Z PASS [ 24.748s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
41532023-12-30T06:23:19.715Z PASS [ 24.059s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
41542023-12-30T06:23:19.732Z PASS [ 0.130s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
41552023-12-30T06:23:19.787Z PASS [ 0.072s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_with_xml_comment
41562023-12-30T06:23:19.842Z PASS [ 0.109s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
41572023-12-30T06:23:21.089Z PASS [ 24.291s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
41582023-12-30T06:23:21.281Z PASS [ 28.038s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes
41592023-12-30T06:23:23.177Z PASS [ 24.858s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
41602023-12-30T06:23:25.066Z PASS [ 23.927s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
41612023-12-30T06:23:34.072Z PASS [ 25.692s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
41622023-12-30T06:23:35.057Z PASS [ 11.879s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
41632023-12-30T06:23:36.339Z PASS [ 11.275s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
41642023-12-30T06:23:42.299Z PASS [ 23.955s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
41652023-12-30T06:23:42.309Z PASS [ 22.523s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
41662023-12-30T06:23:42.327Z PASS [ 22.487s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
41672023-12-30T06:23:43.497Z PASS [ 22.408s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
41682023-12-30T06:23:44.316Z PASS [ 10.244s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
41692023-12-30T06:23:44.404Z PASS [ 23.123s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
41702023-12-30T06:23:45.606Z PASS [ 10.549s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
41712023-12-30T06:23:46.659Z PASS [ 10.323s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
41722023-12-30T06:23:47.834Z PASS [ 5.506s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
41732023-12-30T06:23:52.955Z PASS [ 10.656s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
41742023-12-30T06:24:07.524Z PASS [ 23.209s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
41752023-12-30T06:24:08.625Z PASS [ 23.021s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
41762023-12-30T06:24:10.760Z PASS [ 24.100s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
41772023-12-30T06:24:11.623Z PASS [ 23.788s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
41782023-12-30T06:24:17.849Z PASS [ 33.445s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
41792023-12-30T06:24:18.246Z PASS [ 25.291s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
41802023-12-30T06:24:21.077Z PASS [ 37.582s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
41812023-12-30T06:24:32.447Z PASS [ 24.922s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
41822023-12-30T06:24:33.433Z PASS [ 24.802s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
41832023-12-30T06:24:35.834Z PASS [ 25.072s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
41842023-12-30T06:24:36.007Z PASS [ 24.385s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
41852023-12-30T06:24:41.732Z PASS [ 23.486s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
41862023-12-30T06:24:42.312Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
41872023-12-30T06:24:44.737Z PASS [ 23.662s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
41882023-12-30T06:24:45.185Z PASS [ 27.336s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
41892023-12-30T06:24:46.466Z PASS [ 64.155s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
41902023-12-30T06:24:57.944Z PASS [ 25.496s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
41912023-12-30T06:24:59.187Z PASS [ 25.759s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
41922023-12-30T06:25:01.523Z PASS [ 25.688s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
41932023-12-30T06:25:06.980Z PASS [ 25.239s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
41942023-12-30T06:25:09.086Z PASS [ 24.347s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
41952023-12-30T06:25:09.658Z PASS [ 24.473s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
41962023-12-30T06:25:11.468Z PASS [ 25.004s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
41972023-12-30T06:25:11.647Z PASS [ 35.636s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
41982023-12-30T06:25:23.480Z PASS [ 24.293s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
41992023-12-30T06:25:23.715Z PASS [ 25.769s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
42002023-12-30T06:25:32.240Z PASS [ 30.723s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
42012023-12-30T06:25:35.251Z PASS [ 26.168s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
42022023-12-30T06:25:35.321Z PASS [ 23.854s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
42032023-12-30T06:25:39.263Z PASS [ 32.293s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
42042023-12-30T06:25:41.612Z PASS [ 31.954s] omicron-nexus::test_all integration_tests::silos::test_silos
42052023-12-30T06:25:44.880Z PASS [ 33.238s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
42062023-12-30T06:25:48.727Z PASS [ 25.245s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
42072023-12-30T06:25:52.618Z PASS [ 28.907s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
42082023-12-30T06:25:58.220Z PASS [ 25.971s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
42092023-12-30T06:26:02.508Z PASS [ 23.245s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
42102023-12-30T06:26:06.251Z PASS [ 24.641s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
42112023-12-30T06:26:10.893Z PASS [ 4.640s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
42122023-12-30T06:26:11.081Z PASS [ 26.201s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
42132023-12-30T06:26:12.747Z PASS [ 1.667s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
42142023-12-30T06:26:12.790Z PASS [ 37.539s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
42152023-12-30T06:26:13.030Z PASS [ 24.307s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
42162023-12-30T06:26:14.151Z PASS [ 38.831s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
42172023-12-30T06:26:15.661Z PASS [ 4.771s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
42182023-12-30T06:26:17.342Z PASS [ 4.595s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
42192023-12-30T06:26:17.360Z PASS [ 4.571s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
42202023-12-30T06:26:30.364Z PASS [ 37.747s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
42212023-12-30T06:26:31.757Z PASS [ 29.245s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
42222023-12-30T06:26:34.813Z PASS [ 21.783s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
42232023-12-30T06:26:37.470Z PASS [ 21.787s] omicron-nexus::test_all integration_tests::system_updates::test_get_update
42242023-12-30T06:26:39.765Z PASS [ 22.421s] omicron-nexus::test_all integration_tests::system_updates::test_list_components
42252023-12-30T06:26:40.266Z PASS [ 22.899s] omicron-nexus::test_all integration_tests::system_updates::test_list_update_components
42262023-12-30T06:26:40.834Z PASS [ 1.070s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
42272023-12-30T06:26:42.942Z PASS [ 44.731s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
42282023-12-30T06:26:54.205Z PASS [ 40.054s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
42292023-12-30T06:26:54.220Z PASS [ 23.857s] omicron-nexus::test_all integration_tests::system_updates::test_list_updates
42302023-12-30T06:26:55.738Z PASS [ 23.986s] omicron-nexus::test_all integration_tests::system_updates::test_system_version
42312023-12-30T06:26:58.904Z PASS [ 24.092s] omicron-nexus::test_all integration_tests::system_updates::test_update_deployments
42322023-12-30T06:27:03.789Z PASS [ 23.528s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
42332023-12-30T06:27:06.199Z PASS [ 23.257s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
42342023-12-30T06:27:06.570Z PASS [ 25.735s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
42352023-12-30T06:27:26.689Z PASS [ 32.469s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
42362023-12-30T06:27:29.039Z PASS [ 34.834s] omicron-nexus::test_all integration_tests::utilization::test_utilization
42372023-12-30T06:27:33.037Z PASS [ 37.300s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
42382023-12-30T06:27:33.982Z PASS [ 35.077s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
42392023-12-30T06:27:37.453Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
42402023-12-30T06:27:40.523Z PASS [ 36.735s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
42412023-12-30T06:27:41.501Z PASS [ 35.303s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
42422023-12-30T06:27:41.982Z PASS [ 35.414s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
42432023-12-30T06:28:04.091Z PASS [ 37.403s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
42442023-12-30T06:28:04.740Z PASS [ 24.216s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
42452023-12-30T06:28:06.408Z PASS [ 37.366s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
42462023-12-30T06:28:09.358Z PASS [ 36.291s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
42472023-12-30T06:28:14.550Z PASS [ 40.568s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
42482023-12-30T06:28:25.664Z PASS [ 43.683s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
42492023-12-30T06:28:25.908Z PASS [ 44.407s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
42502023-12-30T06:28:33.012Z PASS [ 115.564s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
42512023-12-30T06:28:53.192Z PASS [ 20.176s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
42522023-12-30T06:28:55.147Z PASS [ 40.599s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
42532023-12-30T06:28:57.257Z PASS [ 53.167s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
42542023-12-30T06:28:57.339Z PASS [ 52.599s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
42552023-12-30T06:28:59.631Z PASS [ 53.227s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
42562023-12-30T06:28:59.693Z PASS [ 33.786s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
42572023-12-30T06:29:02.478Z PASS [ 53.149s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
42582023-12-30T06:29:03.728Z PASS [ 38.064s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
42592023-12-30T06:29:16.669Z PASS [ 23.482s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
42602023-12-30T06:29:18.824Z PASS [ 23.677s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
42612023-12-30T06:29:20.205Z PASS [ 22.864s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
42622023-12-30T06:29:20.888Z PASS [ 23.624s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
42632023-12-30T06:29:23.324Z PASS [ 23.616s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
42642023-12-30T06:29:23.324Z PASS [ 23.679s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
42652023-12-30T06:29:25.911Z PASS [ 23.430s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
42662023-12-30T06:29:26.865Z PASS [ 23.134s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
42672023-12-30T06:29:40.663Z PASS [ 23.993s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
42682023-12-30T06:29:42.496Z PASS [ 23.672s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
42692023-12-30T06:29:43.292Z PASS [ 23.091s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
42702023-12-30T06:29:45.791Z PASS [ 24.909s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
42712023-12-30T06:29:47.431Z PASS [ 24.122s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
42722023-12-30T06:29:47.516Z PASS [ 24.198s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
42732023-12-30T06:29:50.114Z PASS [ 24.209s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
42742023-12-30T06:29:50.550Z PASS [ 23.687s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
42752023-12-30T06:30:10.193Z PASS [ 29.530s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
42762023-12-30T06:30:10.234Z PASS [ 22.719s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_physical_disk_returns_not_found
42772023-12-30T06:30:12.372Z PASS [ 29.876s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers
42782023-12-30T06:30:13.036Z PASS [ 22.922s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_sled_returns_not_found
42792023-12-30T06:30:13.229Z PASS [ 0.171s] omicron-package dot::test::test_bad_dependency
42802023-12-30T06:30:13.257Z PASS [ 0.050s] omicron-package dot::test::test_dot_output
42812023-12-30T06:30:13.394Z PASS [ 22.844s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_success
42822023-12-30T06:30:13.421Z PASS [ 0.029s] omicron-passwords test::test_password_constraints
42832023-12-30T06:30:16.519Z PASS [ 30.728s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
42842023-12-30T06:30:17.316Z PASS [ 4.944s] omicron-omdb::test_all_output test_omdb_usage_errors
42852023-12-30T06:30:17.376Z PASS [ 0.061s] omicron-passwords test::test_stable
42862023-12-30T06:30:17.395Z PASS [ 3.973s] omicron-passwords test::test_reproducible
42872023-12-30T06:30:17.403Z PASS [ 0.028s] omicron-passwords test::test_weak_hashes
42882023-12-30T06:30:17.424Z PASS [ 0.027s] omicron-rpaths internal::tests::test_configure_from_path
42892023-12-30T06:30:17.463Z PASS [ 0.034s] omicron-rpaths internal::tests::test_emit_rpath
42902023-12-30T06:30:17.478Z PASS [ 0.073s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
42912023-12-30T06:30:17.688Z PASS [ 0.230s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
42922023-12-30T06:30:17.806Z PASS [ 0.118s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
42932023-12-30T06:30:18.001Z PASS [ 0.195s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
42942023-12-30T06:30:18.120Z PASS [ 0.115s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
42952023-12-30T06:30:18.178Z PASS [ 0.699s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
42962023-12-30T06:30:18.249Z PASS [ 0.072s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion
42972023-12-30T06:30:18.296Z PASS [ 0.047s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
42982023-12-30T06:30:18.396Z PASS [ 0.072s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization
42992023-12-30T06:30:18.427Z PASS [ 0.058s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash
43002023-12-30T06:30:18.480Z PASS [ 0.053s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1
43012023-12-30T06:30:18.540Z PASS [ 0.062s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
43022023-12-30T06:30:18.604Z PASS [ 0.064s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
43032023-12-30T06:30:18.626Z PASS [ 35.336s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
43042023-12-30T06:30:18.654Z PASS [ 0.049s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
43052023-12-30T06:30:18.682Z PASS [ 0.046s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
43062023-12-30T06:30:18.690Z PASS [ 0.575s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
43072023-12-30T06:30:18.700Z PASS [ 0.045s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
43082023-12-30T06:30:18.714Z PASS [ 0.038s] omicron-sled-agent common::instance::test::migration_out_after_migration_in
43092023-12-30T06:30:18.729Z PASS [ 0.039s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
43102023-12-30T06:30:18.742Z PASS [ 0.039s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
43112023-12-30T06:30:18.751Z PASS [ 0.041s] omicron-sled-agent common::instance::test::test_migration_ids_already_set
43122023-12-30T06:30:18.777Z PASS [ 0.038s] omicron-sled-agent profile::tests::empty_profile
43132023-12-30T06:30:18.785Z PASS [ 0.056s] omicron-sled-agent config::test::test_smf_configs
43142023-12-30T06:30:18.802Z PASS [ 0.043s] omicron-sled-agent profile::tests::test_disabled_instance
43152023-12-30T06:30:18.821Z PASS [ 0.038s] omicron-sled-agent profile::tests::test_instance
43162023-12-30T06:30:18.821Z PASS [ 0.039s] omicron-sled-agent profile::tests::test_multiple
43172023-12-30T06:30:18.833Z PASS [ 0.040s] omicron-sled-agent profile::tests::test_property
43182023-12-30T06:30:18.857Z PASS [ 0.042s] omicron-sled-agent profile::tests::test_property_group
43192023-12-30T06:30:18.872Z PASS [ 0.040s] omicron-sled-agent profile::tests::test_service
43202023-12-30T06:30:18.872Z PASS [ 31.435s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
43212023-12-30T06:30:18.896Z PASS [ 0.047s] omicron-sled-agent profile::tests::test_service_property_group
43222023-12-30T06:30:18.906Z PASS [ 0.040s] omicron-sled-agent rack_setup::config::test::test_subnets
43232023-12-30T06:30:18.913Z PASS [ 0.057s] omicron-sled-agent rack_setup::config::test::test_extra_certs
43242023-12-30T06:30:18.930Z PASS [ 0.042s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
43252023-12-30T06:30:18.930Z PASS [ 0.051s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
43262023-12-30T06:30:18.947Z PASS [ 0.041s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
43272023-12-30T06:30:18.984Z PASS [ 0.055s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v2_schema
43282023-12-30T06:30:19.005Z PASS [ 0.055s] omicron-sled-agent services::test::test_all_zones_requests_schema
43292023-12-30T06:30:19.049Z PASS [ 0.090s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
43302023-12-30T06:30:19.050Z PASS [ 0.109s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
43312023-12-30T06:30:19.050Z PASS [ 0.048s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
43322023-12-30T06:30:19.295Z PASS [ 0.326s] omicron-sled-agent services::test::test_bad_generations
43332023-12-30T06:30:19.311Z PASS [ 0.290s] omicron-sled-agent services::test::test_ensure_service
43342023-12-30T06:30:19.311Z PASS [ 0.263s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
43352023-12-30T06:30:19.321Z PASS [ 0.271s] omicron-sled-agent services::test::test_old_ledger_migration
43362023-12-30T06:30:19.513Z PASS [ 0.216s] omicron-sled-agent services::test::test_old_ledger_migration_bad
43372023-12-30T06:30:19.568Z PASS [ 0.056s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
43382023-12-30T06:30:19.586Z PASS [ 0.266s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
43392023-12-30T06:30:19.622Z PASS [ 0.054s] omicron-sled-agent services_migration::test::test_all_services_requests_schema
43402023-12-30T06:30:19.673Z PASS [ 0.051s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
43412023-12-30T06:30:19.725Z PASS [ 0.051s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
43422023-12-30T06:30:19.777Z PASS [ 0.053s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
43432023-12-30T06:30:19.820Z PASS [ 0.234s] omicron-sled-agent services_migration::test::test_convert_known_ledgers
43442023-12-30T06:30:19.830Z PASS [ 0.052s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
43452023-12-30T06:30:19.873Z PASS [ 0.052s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
43462023-12-30T06:30:19.883Z PASS [ 0.054s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
43472023-12-30T06:30:19.930Z PASS [ 0.046s] omicron-sled-agent updates::test::test_query_no_components
43482023-12-30T06:30:19.986Z PASS [ 0.052s] omicron-sled-agent updates::test::test_query_sled_agent_version
43492023-12-30T06:30:20.042Z PASS [ 0.059s] omicron-sled-agent updates::test::test_query_zone_version
43502023-12-30T06:30:20.249Z PASS [ 0.935s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
43512023-12-30T06:30:20.283Z PASS [ 0.972s] omicron-sled-agent services::test::test_old_ledger_migration_continue
43522023-12-30T06:30:20.303Z PASS [ 0.046s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
43532023-12-30T06:30:20.311Z PASS [ 0.260s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
43542023-12-30T06:30:20.356Z PASS [ 0.054s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
43552023-12-30T06:30:21.189Z PASS [ 0.896s] omicron-sled-agent zone_bundle::illumos_tests::test_context
43562023-12-30T06:30:21.856Z PASS [ 1.580s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
43572023-12-30T06:30:21.928Z PASS [ 0.740s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
43582023-12-30T06:30:22.015Z PASS [ 0.083s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
43592023-12-30T06:30:22.057Z PASS [ 1.701s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
43602023-12-30T06:30:22.060Z PASS [ 0.055s] omicron-sled-agent zone_bundle::tests::test_compare_bundles
43612023-12-30T06:30:22.106Z PASS [ 0.040s] omicron-sled-agent zone_bundle::tests::test_priority_dimension
43622023-12-30T06:30:22.121Z PASS [ 0.065s] omicron-sled-agent zone_bundle::tests::test_disk_usage
43632023-12-30T06:30:22.149Z PASS [ 0.043s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause
43642023-12-30T06:30:22.160Z PASS [ 0.040s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available
43652023-12-30T06:30:22.356Z PASS [ 9.096s] omicron-passwords test::test_compatible
43662023-12-30T06:30:22.897Z PASS [ 0.735s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
43672023-12-30T06:30:23.024Z PASS [ 1.167s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
43682023-12-30T06:30:23.243Z PASS [ 3.372s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
43692023-12-30T06:30:23.259Z PASS [ 1.103s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled
43702023-12-30T06:30:23.259Z PASS [ 0.230s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
43712023-12-30T06:30:23.280Z PASS [ 0.923s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled
43722023-12-30T06:30:23.303Z PASS [ 0.060s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
43732023-12-30T06:30:23.312Z PASS [ 0.052s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
43742023-12-30T06:30:23.329Z PASS [ 0.051s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
43752023-12-30T06:30:23.356Z PASS [ 0.044s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
43762023-12-30T06:30:23.397Z PASS [ 0.094s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
43772023-12-30T06:30:23.591Z PASS [ 0.695s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
43782023-12-30T06:30:23.705Z PASS [ 0.374s] omicron-test-utils dev::db::test::test_bad_cmd
43792023-12-30T06:30:23.756Z PASS [ 0.053s] omicron-test-utils dev::db::test::test_make_pg_config_fail
43802023-12-30T06:30:23.793Z PASS [ 0.036s] omicron-test-utils dev::db::test::test_make_pg_config_ok
43812023-12-30T06:30:23.839Z PASS [ 0.044s] omicron-test-utils dev::db::test::test_process_exit_abnormal
43822023-12-30T06:30:23.897Z PASS [ 0.057s] omicron-test-utils dev::db::test::test_process_exit_normal
43832023-12-30T06:30:24.052Z PASS [ 0.416s] omicron-test-utils dev::db::test::test_database_start_hang
43842023-12-30T06:30:24.240Z PASS [ 0.882s] omicron-test-utils dev::db::test::test_cmd_fails
43852023-12-30T06:30:24.295Z PASS [ 1.043s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
43862023-12-30T06:30:24.338Z PASS [ 0.042s] omicron-test-utils dev::db::test::test_starter_tmpdir
43872023-12-30T06:30:24.391Z PASS [ 0.052s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
43882023-12-30T06:30:24.456Z PASS [ 0.045s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
43892023-12-30T06:30:24.503Z PASS [ 0.066s] oximeter histogram::tests::test_bin_range
43902023-12-30T06:30:24.543Z PASS [ 0.038s] oximeter histogram::tests::test_bin_range_from
43912023-12-30T06:30:24.585Z PASS [ 0.037s] oximeter histogram::tests::test_bin_range_to
43922023-12-30T06:30:24.631Z PASS [ 0.055s] oximeter histogram::tests::test_empty_bins_not_supported
43932023-12-30T06:30:24.684Z PASS [ 0.048s] oximeter histogram::tests::test_ensure_finite
43942023-12-30T06:30:24.743Z PASS [ 0.064s] oximeter histogram::tests::test_histogram
43952023-12-30T06:30:24.828Z PASS [ 0.085s] oximeter histogram::tests::test_histogram_extreme_bins
43962023-12-30T06:30:24.868Z PASS [ 0.035s] oximeter histogram::tests::test_histogram_extreme_samples
43972023-12-30T06:30:24.903Z PASS [ 0.036s] oximeter histogram::tests::test_histogram_float_bins
43982023-12-30T06:30:24.990Z PASS [ 0.061s] oximeter histogram::tests::test_histogram_to_arrays
43992023-12-30T06:30:25.029Z PASS [ 0.065s] oximeter histogram::tests::test_histogram_unbounded_samples
44002023-12-30T06:30:25.105Z PASS [ 0.040s] oximeter histogram::tests::test_histogram_unsorted_bins
44012023-12-30T06:30:25.120Z PASS [ 0.041s] oximeter histogram::tests::test_histogram_with_bins
44022023-12-30T06:30:25.158Z PASS [ 0.046s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins
44032023-12-30T06:30:25.193Z PASS [ 0.040s] oximeter histogram::tests::test_histogram_with_overlapping_bins
44042023-12-30T06:30:25.275Z PASS [ 0.066s] oximeter histogram::tests::test_log_linear_bins_all_representable
44052023-12-30T06:30:25.299Z PASS [ 0.038s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
44062023-12-30T06:30:25.337Z PASS [ 0.039s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
44072023-12-30T06:30:25.374Z PASS [ 0.037s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
44082023-12-30T06:30:25.422Z PASS [ 0.036s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
44092023-12-30T06:30:25.466Z PASS [ 0.047s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks
44102023-12-30T06:30:25.499Z PASS [ 0.042s] oximeter histogram::tests::test_log_linear_bins_small_bin_count
44112023-12-30T06:30:25.534Z PASS [ 0.035s] oximeter histogram::tests::test_span_decades
44122023-12-30T06:30:25.569Z PASS [ 0.035s] oximeter histogram::tests::test_span_decades_other_counts_f64
44132023-12-30T06:30:25.617Z PASS [ 0.037s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok
44142023-12-30T06:30:25.650Z PASS [ 0.042s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
44152023-12-30T06:30:25.700Z PASS [ 0.040s] oximeter schema::tests::test_field_schema_ordering
44162023-12-30T06:30:25.873Z PASS [ 0.183s] oximeter schema::tests::test_schema_field_ordering_across_target_metric
44172023-12-30T06:30:25.914Z PASS [ 0.042s] oximeter schema::tests::test_timeseries_name
44182023-12-30T06:30:25.970Z PASS [ 0.057s] oximeter schema::tests::test_timeseries_name_from_str
44192023-12-30T06:30:26.017Z PASS [ 0.046s] oximeter schema::tests::test_timeseries_schema_from_parts
44202023-12-30T06:30:26.056Z PASS [ 0.041s] oximeter schema::tests::test_timeseries_schema_from_sample
44212023-12-30T06:30:26.124Z PASS [ 0.044s] oximeter test_util::tests::test_gen_test_samples
44222023-12-30T06:30:26.205Z PASS [ 0.076s] oximeter traits::tests::test_metric_trait
44232023-12-30T06:30:26.237Z PASS [ 0.056s] oximeter traits::tests::test_producer_trait
44242023-12-30T06:30:26.293Z PASS [ 0.046s] oximeter traits::tests::test_target_trait
44252023-12-30T06:30:26.332Z PASS [ 0.050s] oximeter types::tests::test_cumulative_f64
44262023-12-30T06:30:26.377Z PASS [ 0.047s] oximeter types::tests::test_cumulative_i64
44272023-12-30T06:30:26.417Z PASS [ 0.039s] oximeter types::tests::test_datum
44282023-12-30T06:30:26.460Z PASS [ 0.039s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string
44292023-12-30T06:30:26.500Z PASS [ 0.042s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8
44302023-12-30T06:30:26.541Z PASS [ 0.040s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8
44312023-12-30T06:30:26.575Z PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16
44322023-12-30T06:30:26.609Z PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16
44332023-12-30T06:30:26.649Z PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32
44342023-12-30T06:30:26.691Z PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32
44352023-12-30T06:30:26.702Z LEAK [ 2.803s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
44362023-12-30T06:30:26.725Z PASS [ 0.042s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64
44372023-12-30T06:30:26.743Z PASS [ 0.044s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64
44382023-12-30T06:30:26.761Z PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid
44392023-12-30T06:30:26.782Z PASS [ 0.041s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
44402023-12-30T06:30:26.798Z PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
44412023-12-30T06:30:26.815Z PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
44422023-12-30T06:30:26.831Z PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
44432023-12-30T06:30:26.850Z PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
44442023-12-30T06:30:26.864Z PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
44452023-12-30T06:30:26.887Z PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
44462023-12-30T06:30:26.899Z PASS [ 0.034s] oximeter types::tests::test_measurement
44472023-12-30T06:30:26.921Z PASS [ 0.035s] oximeter types::tests::test_sample_struct
44482023-12-30T06:30:26.931Z PASS [ 0.032s] oximeter types::tests::test_verify_field_names
44492023-12-30T06:30:27.281Z PASS [ 0.352s] oximeter-collector agent::tests::test_self_stat_collection_count
44502023-12-30T06:30:27.285Z PASS [ 0.351s] oximeter-collector agent::tests::test_self_stat_error_counter
44512023-12-30T06:30:27.323Z PASS [ 0.036s] oximeter-collector self_stats::tests::test_failure_reason_serialization
44522023-12-30T06:30:27.400Z PASS [ 0.078s] oximeter-collector self_stats::tests::test_no_schema_changes
44532023-12-30T06:30:27.504Z PASS [ 0.229s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
44542023-12-30T06:30:27.594Z PASS [ 0.198s] oximeter-collector::test_commands test_oximeter_no_args
44552023-12-30T06:30:27.641Z PASS [ 0.139s] oximeter-collector::test_commands test_oximeter_openapi
44562023-12-30T06:30:28.897Z PASS [ 1.254s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
44572023-12-30T06:30:29.746Z PASS [ 6.317s] omicron-test-utils dev::db::test::test_database_concurrent
44582023-12-30T06:30:29.759Z PASS [ 5.508s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
44592023-12-30T06:30:30.547Z PASS [ 1.651s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
44602023-12-30T06:30:30.601Z PASS [ 0.050s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
44612023-12-30T06:30:30.977Z PASS [ 3.382s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
44622023-12-30T06:30:31.277Z PASS [ 1.555s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
44632023-12-30T06:30:31.277Z PASS [ 1.522s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
44642023-12-30T06:30:33.072Z PASS [ 2.476s] oximeter-db client::tests::test_select_all_field_types
44652023-12-30T06:30:33.115Z PASS [ 0.039s] oximeter-db client::tests::test_unravel_index
44662023-12-30T06:30:33.177Z PASS [ 0.064s] oximeter-db client::tests::test_verify_schema_upgrades
44672023-12-30T06:30:33.217Z PASS [ 0.040s] oximeter-db model::tests::test_db_bool
44682023-12-30T06:30:33.621Z PASS [ 0.404s] oximeter-db model::tests::test_db_bool_bad
44692023-12-30T06:30:33.660Z PASS [ 0.040s] oximeter-db model::tests::test_db_datum_type_conversion
44702023-12-30T06:30:33.705Z PASS [ 0.044s] oximeter-db model::tests::test_db_field_list_conversion
44712023-12-30T06:30:33.746Z PASS [ 0.042s] oximeter-db model::tests::test_db_field_type_conversion
44722023-12-30T06:30:33.787Z PASS [ 0.041s] oximeter-db model::tests::test_db_histogram
44732023-12-30T06:30:33.830Z PASS [ 0.043s] oximeter-db model::tests::test_histogram_to_arrays
44742023-12-30T06:30:34.115Z PASS [ 0.285s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
44752023-12-30T06:30:34.155Z PASS [ 0.040s] oximeter-db model::tests::test_parse_bytes_measurement
44762023-12-30T06:30:34.204Z PASS [ 0.048s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
44772023-12-30T06:30:34.213Z PASS [ 2.936s] oximeter-db client::tests::test_sql_query_output
44782023-12-30T06:30:34.242Z PASS [ 0.040s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
44792023-12-30T06:30:34.252Z PASS [ 0.041s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
44802023-12-30T06:30:34.280Z PASS [ 0.037s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
44812023-12-30T06:30:34.290Z PASS [ 0.037s] oximeter-db model::tests::test_unroll_from_source
44822023-12-30T06:30:34.326Z PASS [ 0.046s] oximeter-db model::tests::test_unroll_measurement_row
44832023-12-30T06:30:34.334Z PASS [ 0.044s] oximeter-db model::tests::test_unroll_missing_measurement_row
44842023-12-30T06:30:34.371Z PASS [ 0.036s] oximeter-db query::tests::test_field_cmp
44852023-12-30T06:30:34.387Z PASS [ 0.044s] oximeter-db query::tests::test_field_selector_as_query
44862023-12-30T06:30:34.411Z PASS [ 0.045s] oximeter-db query::tests::test_field_value_as_db_str
44872023-12-30T06:30:34.446Z PASS [ 0.063s] oximeter-db query::tests::test_select_query_builder_field_selectors
44882023-12-30T06:30:34.494Z PASS [ 0.051s] oximeter-db query::tests::test_select_query_builder_from_parts
44892023-12-30T06:30:34.514Z PASS [ 0.107s] oximeter-db query::tests::test_select_query_builder_filter_raw
44902023-12-30T06:30:34.558Z PASS [ 0.045s] oximeter-db query::tests::test_select_query_builder_limit_offset
44912023-12-30T06:30:34.566Z PASS [ 0.073s] oximeter-db query::tests::test_select_query_builder_full
44922023-12-30T06:30:34.607Z PASS [ 0.048s] oximeter-db query::tests::test_select_query_builder_no_fields
44932023-12-30T06:30:34.616Z PASS [ 0.049s] oximeter-db query::tests::test_select_query_builder_no_selectors
44942023-12-30T06:30:34.656Z PASS [ 0.038s] oximeter-db query::tests::test_time_range
44952023-12-30T06:30:34.687Z PASS [ 0.076s] oximeter-db query::tests::test_string_field_selector
44962023-12-30T06:30:34.713Z PASS [ 0.052s] oximeter-db sql::tests::test_allow_limit_offset
44972023-12-30T06:30:34.738Z PASS [ 0.054s] oximeter-db sql::tests::test_allow_subqueries
44982023-12-30T06:30:34.768Z PASS [ 24.574s] omicron-omdb::test_all_output test_omdb_env_settings
44992023-12-30T06:30:34.777Z PASS [ 0.072s] oximeter-db sql::tests::test_cannot_name_database
45002023-12-30T06:30:34.796Z PASS [ 0.058s] oximeter-db sql::tests::test_ctes_are_not_supported
45012023-12-30T06:30:34.815Z PASS [ 0.050s] oximeter-db sql::tests::test_function_allow_list
45022023-12-30T06:30:34.841Z PASS [ 0.045s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
45032023-12-30T06:30:34.873Z PASS [ 0.057s] oximeter-db sql::tests::test_query_must_be_select_statement
45042023-12-30T06:30:34.912Z PASS [ 0.104s] oximeter-db sql::tests::test_join_must_be_inner
45052023-12-30T06:30:34.916Z PASS [ 0.048s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
45062023-12-30T06:30:34.927Z PASS [ 0.046s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
45072023-12-30T06:30:34.943Z PASS [ 0.046s] oximeter-db sql::tests::test_with_comma_join_fails
45082023-12-30T06:30:34.943Z PASS [ 0.063s] oximeter-db sql::tests::test_require_table_is_timeseries_name
45092023-12-30T06:30:34.967Z PASS [ 0.040s] oximeter-db tests::test_timeseries_key_field_stability
45102023-12-30T06:30:34.975Z PASS [ 0.040s] oximeter-db tests::test_timeseries_key_sample_stability
45112023-12-30T06:30:34.984Z PASS [ 0.041s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
45122023-12-30T06:30:35.019Z PASS [ 0.043s] oximeter-instruments http::tests::test_normalize_uri_path
45132023-12-30T06:30:35.028Z PASS [ 0.061s] oximeter-instruments http::tests::test_latency_tracker
45142023-12-30T06:30:35.136Z PASS [ 0.107s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
45152023-12-30T06:30:35.136Z PASS [ 0.098s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
45162023-12-30T06:30:35.150Z PASS [ 0.160s] oximeter-instruments kstat::link::tests::test_kstat_sampler
45172023-12-30T06:30:35.218Z PASS [ 0.090s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
45182023-12-30T06:30:35.227Z PASS [ 0.091s] oximeter-instruments kstat::link::tests::test_physical_datalink
45192023-12-30T06:30:35.241Z PASS [ 0.096s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
45202023-12-30T06:30:35.266Z PASS [ 0.040s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
45212023-12-30T06:30:35.275Z PASS [ 0.034s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
45222023-12-30T06:30:35.297Z PASS [ 0.031s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
45232023-12-30T06:30:35.314Z PASS [ 0.089s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
45242023-12-30T06:30:35.314Z PASS [ 0.031s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
45252023-12-30T06:30:35.329Z PASS [ 0.032s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
45262023-12-30T06:30:35.341Z PASS [ 0.035s] oximeter-macro-impl tests::test_metric_annotated_field
45272023-12-30T06:30:35.349Z PASS [ 0.035s] oximeter-macro-impl tests::test_metric_datum_field
45282023-12-30T06:30:35.362Z PASS [ 0.031s] oximeter-macro-impl tests::test_metric_enum
45292023-12-30T06:30:35.371Z PASS [ 0.030s] oximeter-macro-impl tests::test_metric_without_datum_field
45302023-12-30T06:30:35.379Z PASS [ 0.030s] oximeter-macro-impl tests::test_target
45312023-12-30T06:30:35.382Z PASS [ 0.029s] oximeter-macro-impl tests::test_target_empty_struct
45322023-12-30T06:30:35.399Z PASS [ 0.028s] oximeter-macro-impl tests::test_target_enum
45332023-12-30T06:30:35.411Z PASS [ 0.031s] oximeter-macro-impl tests::test_target_unit_struct
45342023-12-30T06:30:35.420Z PASS [ 0.031s] oximeter-macro-impl tests::test_target_with_datum_field
45352023-12-30T06:30:35.467Z PASS [ 0.045s] sled-hardware disk::test::test_disk_paths
45362023-12-30T06:30:35.492Z PASS [ 0.056s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
45372023-12-30T06:30:35.492Z PASS [ 0.064s] sled-hardware disk::test::test_partition_device_paths
45382023-12-30T06:30:35.500Z PASS [ 0.056s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
45392023-12-30T06:30:35.516Z PASS [ 0.041s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
45402023-12-30T06:30:35.534Z PASS [ 0.046s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
45412023-12-30T06:30:35.551Z PASS [ 0.046s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
45422023-12-30T06:30:35.563Z PASS [ 0.043s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
45432023-12-30T06:30:35.595Z PASS [ 0.040s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
45442023-12-30T06:30:35.604Z PASS [ 0.058s] sled-hardware underlay::tests::test_mac_to_bootstrap_ip
45452023-12-30T06:30:35.713Z PASS [ 0.133s] sled-storage manager::tests::add_u2_disk_while_not_in_normal_stage_and_ensure_it_gets_queued
45462023-12-30T06:30:35.725Z PASS [ 0.162s] sled-storage dataset::test::serialize_dataset_name
45472023-12-30T06:30:37.335Z PASS [ 1.729s] sled-storage manager::tests::delete_disk_triggers_notification
45482023-12-30T06:30:37.648Z PASS [ 1.938s] sled-storage manager::tests::ensure_u2_gets_added_to_resources
45492023-12-30T06:30:37.708Z PASS [ 21.191s] omicron-passwords test::test_smoke
45502023-12-30T06:30:38.845Z PASS [ 1.510s] sled-storage manager::tests::queued_disks_get_added_as_resources
45512023-12-30T06:30:38.882Z PASS [ 28.649s] omicron-omdb::test_all_output test_omdb_success_cases
45522023-12-30T06:30:39.209Z PASS [ 1.564s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
45532023-12-30T06:30:39.425Z PASS [ 1.714s] sled-storage manager::tests::upsert_filesystem
45542023-12-30T06:30:39.874Z PASS [ 0.667s] tufaceous::integration-tests command_tests::test_init_and_add
45552023-12-30T06:30:39.917Z PASS [ 0.040s] tufaceous-lib archive::tests::test_validate_path
45562023-12-30T06:30:39.959Z PASS [ 0.044s] tufaceous-lib key::tests::test_from_str
45572023-12-30T06:30:40.176Z PASS [ 0.166s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
45582023-12-30T06:30:40.181Z PASS [ 1.330s] sled-storage manager::tests::wait_for_bootdisk
45592023-12-30T06:30:40.334Z PASS [ 0.160s] update-engine display::group_display::tests::test_stats
45602023-12-30T06:30:40.366Z PASS [ 0.032s] update-engine display::line_display_shared::tests::test_format_progress_counter
45612023-12-30T06:30:40.416Z PASS [ 0.050s] update-engine engine::tests::error_exits_early
45622023-12-30T06:30:40.461Z PASS [ 0.045s] update-engine events::tests::progress_event_parse_unknown
45632023-12-30T06:30:40.498Z PASS [ 0.037s] update-engine events::tests::step_event_parse_unknown
45642023-12-30T06:30:40.518Z PASS [ 0.393s] update-engine buffer::tests::test_buffer
45652023-12-30T06:30:40.554Z PASS [ 0.036s] wicket state::inventory::tests::component_id_display
45662023-12-30T06:30:40.565Z PASS [ 0.069s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
45672023-12-30T06:30:40.827Z PASS [ 1.943s] tufaceous::integration-tests command_tests::test_assemble_fake
45682023-12-30T06:30:40.967Z PASS [ 1.537s] tufaceous::manifest-tests check_manifest::fake.toml
45692023-12-30T06:30:41.044Z PASS [ 0.084s] wicketd installinator_progress::tests::test_states
45702023-12-30T06:30:41.052Z PASS [ 0.230s] wicketd artifacts::update_plan::tests::test_update_plan_from_artifacts
45712023-12-30T06:30:41.113Z PASS [ 17.104s] omicron-test-utils dev::db::test::test_setup_database_default_dir
45722023-12-30T06:30:41.194Z PASS [ 0.640s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
45732023-12-30T06:30:42.313Z PASS [ 1.269s] wicketd::mod integration_tests::commands::test_wicketd_openapi
45742023-12-30T06:30:42.509Z PASS [ 1.462s] wicketd::mod integration_tests::inventory::test_inventory
45752023-12-30T06:30:42.512Z PASS [ 1.953s] wicketd artifacts::artifacts_with_plan::tests::test_extract_fake
45762023-12-30T06:30:44.011Z PASS [ 2.826s] wicketd::mod integration_tests::updates::test_update_races
45772023-12-30T06:30:45.872Z PASS [ 4.770s] wicketd::mod integration_tests::updates::test_installinator_fetch
45782023-12-30T06:30:47.030Z PASS [ 11.314s] sled-storage manager::tests::ensure_using_exactly_these_disks
45792023-12-30T06:30:49.041Z PASS [ 17.781s] oximeter-db client::tests::test_single_node
45802023-12-30T06:30:49.492Z PASS [ 18.519s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
45812023-12-30T06:30:49.614Z PASS [ 7.309s] wicketd::mod integration_tests::updates::test_updates
45822023-12-30T06:31:49.493Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
45832023-12-30T06:32:49.495Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
45842023-12-30T06:33:49.496Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
45852023-12-30T06:34:49.493Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
45862023-12-30T06:35:49.524Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
45872023-12-30T06:36:49.493Z SLOW [>360.000s] oximeter-db client::tests::test_replicated
45882023-12-30T06:37:49.494Z SLOW [>420.000s] oximeter-db client::tests::test_replicated
45892023-12-30T06:38:09.993Z PASS [ 440.512s] oximeter-db client::tests::test_replicated
45902023-12-30T06:38:09.996Z------------
45912023-12-30T06:38:09.996Z Summary [2108.114s] 1001 tests run: 1001 passed (15 slow, 1 leaky), 3 skipped
45922023-12-30T06:38:10.029Z
45932023-12-30T06:38:10.032Zreal 35:19.995815245
45942023-12-30T06:38:10.032Zuser 2:47:46.324174765
45952023-12-30T06:38:10.032Zsys 40:17.734313041
45962023-12-30T06:38:10.032Ztrap 3:19.886845346
45972023-12-30T06:38:10.032Ztflt 8.231925458
45982023-12-30T06:38:10.032Zdflt 23.464531839
45992023-12-30T06:38:10.032Zkflt 0.352314942
46002023-12-30T06:38:10.032Zlock 760:39:50.151579456
46012023-12-30T06:38:10.033Zslp 43:12:20.334380857
46022023-12-30T06:38:10.033Zlat 2:59:35.298232579
46032023-12-30T06:38:10.033Zstop 23:39.909702499
46042023-12-30T06:38:10.036Z
46052023-12-30T06:38:10.036Z ##### #### #### ##### ###### #### #####
46062023-12-30T06:38:10.036Z # # # # # # # # # #
46072023-12-30T06:38:10.036Z # # # # # # ##### #### #
46082023-12-30T06:38:10.036Z # # # # # # # # #
46092023-12-30T06:38:10.036Z # # # # # # # # # # #
46102023-12-30T06:38:10.036Z ##### #### #### # ###### #### #
46112023-12-30T06:38:10.036Z
46122023-12-30T06:38:11.288Z Fresh unicode-ident v1.0.12
46132023-12-30T06:38:11.292Z Fresh cfg-if v1.0.0
46142023-12-30T06:38:11.292Z Fresh autocfg v1.1.0
46152023-12-30T06:38:11.292Z Fresh version_check v0.9.4
46162023-12-30T06:38:11.292Z Fresh proc-macro2 v1.0.69
46172023-12-30T06:38:11.292Z Fresh memchr v2.6.3
46182023-12-30T06:38:11.293Z Fresh log v0.4.20
46192023-12-30T06:38:11.293Z Fresh scopeguard v1.2.0
46202023-12-30T06:38:11.293Z Fresh once_cell v1.19.0
46212023-12-30T06:38:11.293Z Fresh quote v1.0.33
46222023-12-30T06:38:11.293Z Fresh libc v0.2.151
46232023-12-30T06:38:11.293Z Fresh smallvec v1.11.2
46242023-12-30T06:38:11.293Z Fresh itoa v1.0.9
46252023-12-30T06:38:11.293Z Fresh syn v2.0.32
46262023-12-30T06:38:11.293Z Fresh getrandom v0.2.10
46272023-12-30T06:38:11.293Z Fresh syn v1.0.109
46282023-12-30T06:38:11.293Z Fresh byteorder v1.5.0
46292023-12-30T06:38:11.293Z Fresh serde_derive v1.0.193
46302023-12-30T06:38:11.293Z Fresh lock_api v0.4.10
46312023-12-30T06:38:11.293Z Fresh parking_lot_core v0.9.8
46322023-12-30T06:38:11.293Z Fresh libm v0.2.7
46332023-12-30T06:38:11.293Z Fresh thiserror-impl v1.0.49
46342023-12-30T06:38:11.293Z Fresh spin v0.5.2
46352023-12-30T06:38:11.293Z Fresh cc v1.0.83
46362023-12-30T06:38:11.293Z Fresh serde v1.0.193
46372023-12-30T06:38:11.293Z Fresh parking_lot v0.12.1
46382023-12-30T06:38:11.293Z Fresh num-traits v0.2.16
46392023-12-30T06:38:11.293Z Fresh pin-project-lite v0.2.13
46402023-12-30T06:38:11.293Z Fresh signal-hook-registry v1.4.1
46412023-12-30T06:38:11.293Z Fresh rand_core v0.6.4
46422023-12-30T06:38:11.294Z Fresh mio v0.8.9
46432023-12-30T06:38:11.294Z Fresh bytes v1.5.0
46442023-12-30T06:38:11.294Z Fresh thiserror v1.0.49
46452023-12-30T06:38:11.294Z Fresh bitflags v2.4.0
46462023-12-30T06:38:11.294Z Fresh ryu v1.0.15
46472023-12-30T06:38:11.294Z Fresh num_cpus v1.16.0
46482023-12-30T06:38:11.294Z Fresh zeroize_derive v1.4.2
46492023-12-30T06:38:11.294Z Fresh heck v0.4.1
46502023-12-30T06:38:11.294Z Fresh zeroize v1.7.0
46512023-12-30T06:38:11.294Z Fresh fnv v1.0.7
46522023-12-30T06:38:11.294Z Fresh tokio-macros v2.2.0
46532023-12-30T06:38:11.294Z Fresh socket2 v0.5.5
46542023-12-30T06:38:11.294Z Fresh futures-sink v0.3.29
46552023-12-30T06:38:11.294Z Fresh futures-core v0.3.29
46562023-12-30T06:38:11.294Z Fresh serde_json v1.0.108
46572023-12-30T06:38:11.294Z Fresh tokio v1.35.0
46582023-12-30T06:38:11.294Z Fresh lazy_static v1.4.0
46592023-12-30T06:38:11.294Z Fresh errno v0.3.2
46602023-12-30T06:38:11.294Z Fresh regex-syntax v0.8.2
46612023-12-30T06:38:11.299Z Fresh pin-utils v0.1.0
46622023-12-30T06:38:11.299Z Fresh equivalent v1.0.1
46632023-12-30T06:38:11.299Z Fresh hashbrown v0.14.2
46642023-12-30T06:38:11.300Z Fresh indexmap v2.1.0
46652023-12-30T06:38:11.300Z Fresh futures-channel v0.3.29
46662023-12-30T06:38:11.300Z Fresh slab v0.4.9
46672023-12-30T06:38:11.300Z Fresh futures-macro v0.3.29
46682023-12-30T06:38:11.300Z Fresh aho-corasick v1.0.4
46692023-12-30T06:38:11.300Z Fresh futures-task v0.3.29
46702023-12-30T06:38:11.300Z Fresh futures-io v0.3.29
46712023-12-30T06:38:11.301Z Fresh regex-automata v0.4.3
46722023-12-30T06:38:11.301Z Fresh typenum v1.16.0
46732023-12-30T06:38:11.301Z Fresh iana-time-zone v0.1.57
46742023-12-30T06:38:11.301Z Fresh subtle v2.5.0
46752023-12-30T06:38:11.301Z Fresh pkg-config v0.3.27
46762023-12-30T06:38:11.301Z Fresh futures-util v0.3.29
46772023-12-30T06:38:11.301Z Fresh regex v1.10.2
46782023-12-30T06:38:11.301Z Fresh chrono v0.4.31
46792023-12-30T06:38:11.301Z Fresh uuid v1.6.1
46802023-12-30T06:38:11.301Z Fresh tinyvec_macros v0.1.1
46812023-12-30T06:38:11.301Z Fresh spin v0.9.8
46822023-12-30T06:38:11.301Z Fresh generic-array v0.14.7
46832023-12-30T06:38:11.301Z Fresh tinyvec v1.6.0
46842023-12-30T06:38:11.301Z Fresh tracing-attributes v0.1.26
46852023-12-30T06:38:11.301Z Fresh tracing-core v0.1.31
46862023-12-30T06:38:11.301Z Fresh bitflags v1.3.2
46872023-12-30T06:38:11.301Z Fresh const-oid v0.9.5
46882023-12-30T06:38:11.301Z Fresh rustix v0.38.25
46892023-12-30T06:38:11.301Z Fresh crypto-common v0.1.6
46902023-12-30T06:38:11.301Z Fresh tracing v0.1.37
46912023-12-30T06:38:11.301Z Fresh unicode-normalization v0.1.22
46922023-12-30T06:38:11.301Z Fresh base64 v0.21.5
46932023-12-30T06:38:11.302Z Fresh http v0.2.11
46942023-12-30T06:38:11.302Z Fresh unicode-bidi v0.3.13
46952023-12-30T06:38:11.302Z Fresh semver v1.0.20
46962023-12-30T06:38:11.302Z Fresh serde_derive_internals v0.26.0
46972023-12-30T06:38:11.302Z Fresh dyn-clone v1.0.13
46982023-12-30T06:38:11.302Z Fresh percent-encoding v2.3.1
46992023-12-30T06:38:11.302Z Fresh unicode-width v0.1.11
47002023-12-30T06:38:11.302Z Fresh ppv-lite86 v0.2.17
47012023-12-30T06:38:11.302Z Fresh schemars_derive v0.8.16
47022023-12-30T06:38:11.302Z Fresh form_urlencoded v1.2.1
47032023-12-30T06:38:11.302Z Fresh rand_chacha v0.3.1
47042023-12-30T06:38:11.302Z Fresh block-buffer v0.10.4
47052023-12-30T06:38:11.302Z Fresh zerocopy-derive v0.7.31
47062023-12-30T06:38:11.302Z Fresh vcpkg v0.2.15
47072023-12-30T06:38:11.302Z Fresh schemars v0.8.16
47082023-12-30T06:38:11.302Z Fresh rand v0.8.5
47092023-12-30T06:38:11.302Z Fresh hashbrown v0.12.3
47102023-12-30T06:38:11.302Z Fresh either v1.9.0
47112023-12-30T06:38:11.302Z Fresh zerocopy v0.7.31
47122023-12-30T06:38:11.302Z Fresh digest v0.10.7
47132023-12-30T06:38:11.302Z Fresh indexmap v1.9.3
47142023-12-30T06:38:11.302Z Fresh idna v0.5.0
47152023-12-30T06:38:11.302Z Fresh ucd-trie v0.1.6
47162023-12-30T06:38:11.302Z Fresh tokio-util v0.7.10
47172023-12-30T06:38:11.302Z Fresh toml_datetime v0.6.5
47182023-12-30T06:38:11.303Z Fresh httparse v1.8.0
47192023-12-30T06:38:11.303Z Fresh pest v2.7.2
47202023-12-30T06:38:11.303Z Fresh url v2.5.0
47212023-12-30T06:38:11.303Z Fresh serde_spanned v0.6.4
47222023-12-30T06:38:11.303Z Fresh socket2 v0.4.9
47232023-12-30T06:38:11.303Z Fresh adler v1.0.2
47242023-12-30T06:38:11.303Z Fresh winnow v0.5.15
47252023-12-30T06:38:11.303Z Fresh ahash v0.8.6
47262023-12-30T06:38:11.303Z Fresh strsim v0.10.0
47272023-12-30T06:38:11.304Z Fresh httpdate v1.0.3
47282023-12-30T06:38:11.304Z Fresh miniz_oxide v0.7.1
47292023-12-30T06:38:11.304Z Fresh untrusted v0.7.1
47302023-12-30T06:38:11.304Z Fresh try-lock v0.2.4
47312023-12-30T06:38:11.304Z Fresh h2 v0.3.21
47322023-12-30T06:38:11.304Z Fresh http-body v0.4.5
47332023-12-30T06:38:11.304Z Fresh openssl-probe v0.1.5
47342023-12-30T06:38:11.304Z Fresh cpufeatures v0.2.9
47352023-12-30T06:38:11.304Z Fresh want v0.3.1
47362023-12-30T06:38:11.304Z Fresh ring v0.16.20
47372023-12-30T06:38:11.304Z Fresh foreign-types-shared v0.1.1
47382023-12-30T06:38:11.304Z Fresh tower-service v0.3.2
47392023-12-30T06:38:11.304Z Fresh untrusted v0.9.0
47402023-12-30T06:38:11.304Z Fresh async-trait v0.1.74
47412023-12-30T06:38:11.304Z Fresh hashbrown v0.13.2
47422023-12-30T06:38:11.304Z Fresh hyper v0.14.27
47432023-12-30T06:38:11.304Z Fresh ring v0.17.7
47442023-12-30T06:38:11.304Z Fresh foreign-types v0.3.2
47452023-12-30T06:38:11.304Z Fresh openssl-sys v0.9.96
47462023-12-30T06:38:11.304Z Fresh openssl-macros v0.1.1
47472023-12-30T06:38:11.304Z Fresh mime v0.3.17
47482023-12-30T06:38:11.308Z Fresh openssl v0.10.60
47492023-12-30T06:38:11.308Z Fresh rustls-webpki v0.101.7
47502023-12-30T06:38:11.309Z Fresh sct v0.7.0
47512023-12-30T06:38:11.309Z Fresh rustc_version v0.4.0
47522023-12-30T06:38:11.309Z Fresh ipnet v2.8.0
47532023-12-30T06:38:11.309Z Fresh toml_edit v0.19.15
47542023-12-30T06:38:11.309Z Fresh rustls v0.21.9
47552023-12-30T06:38:11.309Z Fresh rustls-pemfile v1.0.3
47562023-12-30T06:38:11.309Z Fresh gimli v0.28.0
47572023-12-30T06:38:11.309Z Fresh unicode-xid v0.2.4
47582023-12-30T06:38:11.309Z Fresh serde_urlencoded v0.7.1
47592023-12-30T06:38:11.309Z Fresh object v0.32.1
47602023-12-30T06:38:11.309Z Fresh addr2line v0.21.0
47612023-12-30T06:38:11.309Z Fresh tokio-rustls v0.24.1
47622023-12-30T06:38:11.309Z Fresh native-tls v0.2.11
47632023-12-30T06:38:11.309Z Fresh encoding_rs v0.8.33
47642023-12-30T06:38:11.309Z Fresh rustc-demangle v0.1.23
47652023-12-30T06:38:11.309Z Fresh rustls-native-certs v0.6.3
47662023-12-30T06:38:11.309Z Fresh tokio-native-tls v0.3.1
47672023-12-30T06:38:11.309Z Fresh backtrace v0.3.69
47682023-12-30T06:38:11.309Z Fresh utf8parse v0.2.1
47692023-12-30T06:38:11.309Z Fresh hyper-rustls v0.24.2
47702023-12-30T06:38:11.309Z Fresh anyhow v1.0.75
47712023-12-30T06:38:11.309Z Fresh hyper-tls v0.5.0
47722023-12-30T06:38:11.309Z Fresh openapiv3 v2.0.0
47732023-12-30T06:38:11.309Z Fresh webpki-roots v0.25.2
47742023-12-30T06:38:11.310Z Fresh base64ct v1.6.0
47752023-12-30T06:38:11.310Z Fresh reqwest v0.11.22
47762023-12-30T06:38:11.310Z Fresh slog v2.7.0
47772023-12-30T06:38:11.310Z Fresh crossbeam-utils v0.8.16
47782023-12-30T06:38:11.310Z Fresh crc32fast v1.3.2
47792023-12-30T06:38:11.310Z Fresh anstyle v1.0.2
47802023-12-30T06:38:11.310Z Fresh hex v0.4.3
47812023-12-30T06:38:11.310Z Fresh time-core v0.1.1
47822023-12-30T06:38:11.310Z Fresh pem-rfc7468 v0.7.0
47832023-12-30T06:38:11.310Z Fresh synstructure v0.12.6
47842023-12-30T06:38:11.310Z Fresh pest_meta v2.7.2
47852023-12-30T06:38:11.310Z Fresh rustversion v1.0.14
47862023-12-30T06:38:11.310Z Fresh io-lifetimes v1.0.11
47872023-12-30T06:38:11.310Z Fresh time-macros v0.2.13
47882023-12-30T06:38:11.310Z Fresh futures-executor v0.3.29
47892023-12-30T06:38:11.310Z Fresh der_derive v0.7.2
47902023-12-30T06:38:11.310Z Fresh deranged v0.3.8
47912023-12-30T06:38:11.310Z Fresh flagset v0.4.3
47922023-12-30T06:38:11.310Z Fresh unicode-segmentation v1.10.1
47932023-12-30T06:38:11.310Z Fresh num_threads v0.1.6
47942023-12-30T06:38:11.310Z Fresh rustix v0.37.23
47952023-12-30T06:38:11.310Z Fresh num-integer v0.1.45
47962023-12-30T06:38:11.310Z Fresh pest_generator v2.7.2
47972023-12-30T06:38:11.310Z Fresh zerocopy-derive v0.2.0
47982023-12-30T06:38:11.311Z Fresh flate2 v1.0.28
47992023-12-30T06:38:11.311Z Fresh der v0.7.8
48002023-12-30T06:38:11.311Z Fresh time v0.3.27
48012023-12-30T06:38:11.311Z Fresh anstyle-parse v0.2.1
48022023-12-30T06:38:11.311Z Fresh siphasher v0.3.11
48032023-12-30T06:38:11.311Z Fresh colorchoice v1.0.0
48042023-12-30T06:38:11.311Z Fresh anstyle-query v1.0.0
48052023-12-30T06:38:11.311Z Fresh pest_derive v2.7.2
48062023-12-30T06:38:11.311Z Fresh zerocopy v0.3.0
48072023-12-30T06:38:11.311Z Fresh spki v0.7.2
48082023-12-30T06:38:11.311Z Fresh anstream v0.5.0
48092023-12-30T06:38:11.311Z Fresh terminal_size v0.2.6
48102023-12-30T06:38:11.311Z Fresh futures v0.3.29
48112023-12-30T06:38:11.311Z Fresh bit-vec v0.6.3
48122023-12-30T06:38:11.311Z Fresh clap_lex v0.5.1
48132023-12-30T06:38:11.311Z Fresh clap_builder v4.4.2
48142023-12-30T06:38:11.311Z Fresh dtrace-parser v0.1.14
48152023-12-30T06:38:11.311Z Fresh dof v0.1.5
48162023-12-30T06:38:11.311Z Fresh toml v0.7.8
48172023-12-30T06:38:11.311Z Fresh toml_edit v0.21.0
48182023-12-30T06:38:11.311Z Fresh itertools v0.10.5
48192023-12-30T06:38:11.311Z Fresh clap_derive v4.4.2
48202023-12-30T06:38:11.311Z Fresh hash32 v0.2.1
48212023-12-30T06:38:11.311Z Fresh thread-id v4.2.0
48222023-12-30T06:38:11.311Z Fresh data-encoding v2.4.0
48232023-12-30T06:38:11.312Z Fresh stable_deref_trait v1.2.0
48242023-12-30T06:38:11.312Z Fresh pkcs8 v0.10.2
48252023-12-30T06:38:11.312Z Fresh strum_macros v0.25.2
48262023-12-30T06:38:11.312Z Fresh heapless v0.7.16
48272023-12-30T06:38:11.312Z Fresh clap v4.4.3
48282023-12-30T06:38:11.312Z Fresh usdt-impl v0.3.5
48292023-12-30T06:38:11.312Z Fresh serde_tokenstream v0.1.7
48302023-12-30T06:38:11.312Z Fresh zerocopy-derive v0.6.4
48312023-12-30T06:38:11.312Z Fresh fixedbitset v0.4.2
48322023-12-30T06:38:11.312Z Fresh managed v0.8.0
48332023-12-30T06:38:11.312Z Fresh zerocopy v0.6.4
48342023-12-30T06:38:11.312Z Fresh memoffset v0.9.0
48352023-12-30T06:38:11.312Z Fresh bit-set v0.5.3
48362023-12-30T06:38:11.312Z Fresh phf_shared v0.10.0
48372023-12-30T06:38:11.312Z Fresh petgraph v0.6.4
48382023-12-30T06:38:11.312Z Fresh sha2 v0.10.8
48392023-12-30T06:38:11.312Z Fresh ipnetwork v0.20.0
48402023-12-30T06:38:11.312Z Fresh new_debug_unreachable v1.0.4
48412023-12-30T06:38:11.312Z Fresh precomputed-hash v0.1.1
48422023-12-30T06:38:11.312Z Fresh minimal-lexical v0.2.1
48432023-12-30T06:38:11.312Z Fresh crossbeam-epoch v0.9.15
48442023-12-30T06:38:11.312Z Fresh num-iter v0.1.43
48452023-12-30T06:38:11.312Z Fresh string_cache v0.8.7
48462023-12-30T06:38:11.312Z Fresh nom v7.1.3
48472023-12-30T06:38:11.312Z Fresh usdt-macro v0.3.5
48482023-12-30T06:38:11.317Z Fresh usdt-attr-macro v0.3.5
48492023-12-30T06:38:11.317Z Fresh hmac v0.12.1
48502023-12-30T06:38:11.317Z Fresh itertools v0.11.0
48512023-12-30T06:38:11.317Z Fresh usdt v0.3.5
48522023-12-30T06:38:11.317Z Fresh pin-project-internal v1.1.3
48532023-12-30T06:38:11.317Z Fresh lalrpop-util v0.19.12
48542023-12-30T06:38:11.317Z Fresh matches v0.1.10
48552023-12-30T06:38:11.317Z Fresh regex-automata v0.1.10
48562023-12-30T06:38:11.317Z Fresh bzip2-sys v0.1.11+1.0.8
48572023-12-30T06:38:11.317Z Fresh bstr v0.2.17
48582023-12-30T06:38:11.317Z Fresh idna v0.2.3
48592023-12-30T06:38:11.317Z Fresh pin-project v1.1.3
48602023-12-30T06:38:11.317Z Fresh doc-comment v0.3.3
48612023-12-30T06:38:11.317Z Fresh block-padding v0.3.3
48622023-12-30T06:38:11.317Z Fresh enum-as-inner v0.5.1
48632023-12-30T06:38:11.317Z Fresh scheduled-thread-pool v0.2.7
48642023-12-30T06:38:11.317Z Fresh diesel_table_macro_syntax v0.1.0
48652023-12-30T06:38:11.317Z Fresh static_assertions v1.1.0
48662023-12-30T06:38:11.318Z Fresh predicates-core v1.0.6
48672023-12-30T06:38:11.318Z Fresh regex-automata v0.3.8
48682023-12-30T06:38:11.318Z Fresh inout v0.1.3
48692023-12-30T06:38:11.318Z Fresh bstr v1.6.0
48702023-12-30T06:38:11.318Z Fresh diesel_derives v2.1.2
48712023-12-30T06:38:11.318Z Fresh r2d2 v0.8.10
48722023-12-30T06:38:11.318Z Fresh bzip2 v0.4.4
48732023-12-30T06:38:11.318Z Fresh trust-dns-proto v0.22.0
48742023-12-30T06:38:11.318Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
48752023-12-30T06:38:11.318Z Fresh md-5 v0.10.5
48762023-12-30T06:38:11.318Z Fresh console v0.15.7
48772023-12-30T06:38:11.318Z Fresh stringprep v0.1.3
48782023-12-30T06:38:11.318Z Fresh ff v0.13.0
48792023-12-30T06:38:11.318Z Fresh snafu-derive v0.7.5
48802023-12-30T06:38:11.318Z Fresh float-cmp v0.9.0
48812023-12-30T06:38:11.318Z Fresh hubpack_derive v0.1.1
48822023-12-30T06:38:11.318Z Fresh base16ct v0.2.0
48832023-12-30T06:38:11.318Z Fresh difflib v0.4.0
48842023-12-30T06:38:11.318Z Fresh normalize-line-endings v0.3.0
48852023-12-30T06:38:11.318Z Fresh fallible-iterator v0.2.0
48862023-12-30T06:38:11.318Z Fresh hubpack v0.1.2
48872023-12-30T06:38:11.318Z Fresh snafu v0.7.5
48882023-12-30T06:38:11.319Z Fresh group v0.13.0
48892023-12-30T06:38:11.319Z Fresh sec1 v0.7.3
48902023-12-30T06:38:11.319Z Fresh smoltcp v0.9.1
48912023-12-30T06:38:11.319Z Fresh predicates v3.0.4
48922023-12-30T06:38:11.319Z Fresh postgres-protocol v0.6.6
48932023-12-30T06:38:11.319Z Fresh diesel v2.1.4
48942023-12-30T06:38:11.319Z Fresh num-bigint v0.4.4
48952023-12-30T06:38:11.319Z Fresh zip v0.6.6
48962023-12-30T06:38:11.319Z Fresh cipher v0.4.4
48972023-12-30T06:38:11.319Z Fresh similar v2.3.0
48982023-12-30T06:38:11.319Z Fresh hkdf v0.12.3
48992023-12-30T06:38:11.319Z Fresh phf_shared v0.11.2
49002023-12-30T06:38:11.319Z Fresh crypto-bigint v0.5.2
49012023-12-30T06:38:11.319Z Fresh serde_repr v0.1.16
49022023-12-30T06:38:11.319Z Fresh yasna v0.5.2
49032023-12-30T06:38:11.319Z Fresh postgres-types v0.2.6
49042023-12-30T06:38:11.319Z Fresh whoami v1.4.1
49052023-12-30T06:38:11.319Z Fresh tokio-stream v0.1.14
49062023-12-30T06:38:11.319Z Fresh serde_tokenstream v0.2.0
49072023-12-30T06:38:11.319Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
49082023-12-30T06:38:11.319Z Fresh elliptic-curve v0.13.8
49092023-12-30T06:38:11.319Z Fresh phf v0.11.2
49102023-12-30T06:38:11.319Z Fresh regress v0.7.1
49112023-12-30T06:38:11.319Z Fresh getopts v0.2.21
49122023-12-30T06:38:11.319Z Fresh unsafe-libyaml v0.2.9
49132023-12-30T06:38:11.320Z Fresh progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
49142023-12-30T06:38:11.320Z Fresh fastrand v2.0.0
49152023-12-30T06:38:11.320Z Fresh tokio-postgres v0.7.10
49162023-12-30T06:38:11.320Z Fresh typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
49172023-12-30T06:38:11.320Z Fresh serde_yaml v0.9.25
49182023-12-30T06:38:11.320Z Fresh tempfile v3.8.1
49192023-12-30T06:38:11.320Z Fresh ident_case v1.0.1
49202023-12-30T06:38:11.320Z Fresh dirs-sys-next v0.1.2
49212023-12-30T06:38:11.320Z Fresh toml v0.8.8
49222023-12-30T06:38:11.320Z Fresh typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
49232023-12-30T06:38:11.320Z Fresh dirs-next v2.0.0
49242023-12-30T06:38:11.320Z Fresh match_cfg v0.1.0
49252023-12-30T06:38:11.320Z Fresh atty v0.2.14
49262023-12-30T06:38:11.320Z Fresh quick-error v1.2.3
49272023-12-30T06:38:11.320Z Fresh typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
49282023-12-30T06:38:11.320Z Fresh term v0.7.0
49292023-12-30T06:38:11.320Z Fresh camino v1.1.6
49302023-12-30T06:38:11.320Z Fresh hostname v0.3.1
49312023-12-30T06:38:11.320Z Fresh darling_core v0.20.3
49322023-12-30T06:38:11.320Z Fresh sha1 v0.10.6
49332023-12-30T06:38:11.320Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
49342023-12-30T06:38:11.320Z Fresh progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
49352023-12-30T06:38:11.320Z Fresh paste v1.0.14
49362023-12-30T06:38:11.320Z Fresh darling_macro v0.20.3
49372023-12-30T06:38:11.320Z Fresh crossbeam-channel v0.5.8
49382023-12-30T06:38:11.321Z Fresh thread_local v1.1.7
49392023-12-30T06:38:11.321Z Fresh instant v0.1.12
49402023-12-30T06:38:11.321Z Fresh progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
49412023-12-30T06:38:11.321Z Fresh darling v0.20.3
49422023-12-30T06:38:11.321Z Fresh strum v0.25.0
49432023-12-30T06:38:11.321Z Fresh take_mut v0.2.2
49442023-12-30T06:38:11.321Z Fresh debug-ignore v1.0.5
49452023-12-30T06:38:11.321Z Fresh slog-term v2.9.0
49462023-12-30T06:38:11.321Z Fresh progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
49472023-12-30T06:38:11.321Z Fresh serde_with_macros v3.4.0
49482023-12-30T06:38:11.430Z Fresh slog-async v2.8.0
49492023-12-30T06:38:11.430Z Fresh slog-json v2.6.1
49502023-12-30T06:38:11.430Z Fresh async-stream-impl v0.3.5
49512023-12-30T06:38:11.430Z Fresh structmeta-derive v0.2.0
49522023-12-30T06:38:11.430Z Fresh wait-timeout v0.2.0
49532023-12-30T06:38:11.430Z Fresh atomic-waker v1.1.1
49542023-12-30T06:38:11.430Z Fresh structmeta v0.2.0
49552023-12-30T06:38:11.430Z Fresh async-stream v0.3.5
49562023-12-30T06:38:11.430Z Fresh serde_with v3.4.0
49572023-12-30T06:38:11.430Z Fresh slog-bunyan v2.4.0
49582023-12-30T06:38:11.430Z Fresh multer v2.1.0
49592023-12-30T06:38:11.430Z Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
49602023-12-30T06:38:11.430Z Fresh waitgroup v0.1.2
49612023-12-30T06:38:11.430Z Fresh serde_path_to_error v0.1.14
49622023-12-30T06:38:11.430Z Fresh rusty-fork v0.3.0
49632023-12-30T06:38:11.430Z Fresh rand_xorshift v0.3.0
49642023-12-30T06:38:11.431Z Fresh unarray v0.1.4
49652023-12-30T06:38:11.431Z Fresh regex-syntax v0.7.5
49662023-12-30T06:38:11.431Z Fresh backoff v0.4.0
49672023-12-30T06:38:11.431Z Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
49682023-12-30T06:38:11.431Z Fresh proptest v1.4.0
49692023-12-30T06:38:11.431Z Fresh parse-display-derive v0.8.2
49702023-12-30T06:38:11.431Z Fresh test-strategy v0.3.1
49712023-12-30T06:38:11.431Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
49722023-12-30T06:38:11.431Z Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
49732023-12-30T06:38:11.431Z Fresh macaddr v1.0.1
49742023-12-30T06:38:11.431Z Fresh is-terminal v0.4.9
49752023-12-30T06:38:11.431Z Fresh parse-display v0.8.2
49762023-12-30T06:38:11.431Z Fresh camino-tempfile v1.1.1
49772023-12-30T06:38:11.431Z Fresh proc-macro-crate v1.3.1
49782023-12-30T06:38:11.431Z Fresh num_enum_derive v0.5.11
49792023-12-30T06:38:11.431Z Fresh cobs v0.2.3
49802023-12-30T06:38:11.431Z Fresh proc-macro-error-attr v1.0.4
49812023-12-30T06:38:11.431Z Fresh num_enum v0.5.11
49822023-12-30T06:38:11.431Z Fresh embedded-io v0.4.0
49832023-12-30T06:38:11.431Z Fresh smoltcp v0.10.0
49842023-12-30T06:38:11.431Z Fresh foreign-types-macros v0.2.3
49852023-12-30T06:38:11.432Z Fresh proc-macro-error v1.0.4
49862023-12-30T06:38:11.432Z Fresh postcard v1.0.8
49872023-12-30T06:38:11.432Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
49882023-12-30T06:38:11.432Z Fresh foreign-types-shared v0.3.1
49892023-12-30T06:38:11.432Z Fresh termtree v0.4.1
49902023-12-30T06:38:11.432Z Fresh crucible-workspace-hack v0.1.0
49912023-12-30T06:38:11.432Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
49922023-12-30T06:38:11.432Z Fresh foreign-types v0.5.0
49932023-12-30T06:38:11.432Z Fresh predicates-tree v1.0.9
49942023-12-30T06:38:11.432Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
49952023-12-30T06:38:11.432Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
49962023-12-30T06:38:11.432Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
49972023-12-30T06:38:11.432Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
49982023-12-30T06:38:11.432Z Fresh cstr-argument v0.1.2
49992023-12-30T06:38:11.432Z Fresh pretty-hex v0.2.1
50002023-12-30T06:38:11.432Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
50012023-12-30T06:38:11.432Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
50022023-12-30T06:38:11.432Z Fresh colored v2.0.4
50032023-12-30T06:38:11.432Z Fresh zone_cfg_derive v0.3.0
50042023-12-30T06:38:11.432Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
50052023-12-30T06:38:11.432Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
50062023-12-30T06:38:11.432Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
50072023-12-30T06:38:11.432Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
50082023-12-30T06:38:11.432Z Fresh mockall_derive v0.12.0
50092023-12-30T06:38:11.432Z Fresh num-derive v0.4.0
50102023-12-30T06:38:11.433Z Fresh downcast v0.11.0
50112023-12-30T06:38:11.433Z Fresh fragile v2.0.0
50122023-12-30T06:38:11.433Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
50132023-12-30T06:38:11.433Z Fresh mockall v0.12.0
50142023-12-30T06:38:11.433Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
50152023-12-30T06:38:11.433Z Fresh zone v0.3.0
50162023-12-30T06:38:11.433Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
50172023-12-30T06:38:11.433Z Fresh smf v0.2.2
50182023-12-30T06:38:11.433Z Fresh xattr v1.0.1
50192023-12-30T06:38:11.433Z Fresh filetime v0.2.23
50202023-12-30T06:38:11.433Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
50212023-12-30T06:38:11.433Z Fresh tar v0.4.40
50222023-12-30T06:38:11.433Z Fresh same-file v1.0.6
50232023-12-30T06:38:11.433Z Fresh heck v0.3.3
50242023-12-30T06:38:11.433Z Fresh textwrap v0.11.0
50252023-12-30T06:38:11.433Z Fresh ansi_term v0.12.1
50262023-12-30T06:38:11.433Z Fresh vec_map v0.8.2
50272023-12-30T06:38:11.433Z Fresh strsim v0.8.0
50282023-12-30T06:38:11.433Z Fresh walkdir v2.4.0
50292023-12-30T06:38:11.433Z Fresh structopt-derive v0.4.18
50302023-12-30T06:38:11.433Z Fresh clap v2.34.0
50312023-12-30T06:38:11.433Z Fresh pem v3.0.2
50322023-12-30T06:38:11.433Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
50332023-12-30T06:38:11.433Z Fresh structopt v0.3.26
50342023-12-30T06:38:11.434Z Fresh password-hash v0.5.0
50352023-12-30T06:38:11.434Z Fresh blake2 v0.10.6
50362023-12-30T06:38:11.434Z Fresh home v0.5.5
50372023-12-30T06:38:11.434Z Fresh glob v0.3.1
50382023-12-30T06:38:11.434Z Fresh libefi-sys v0.1.0
50392023-12-30T06:38:11.434Z Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
50402023-12-30T06:38:11.434Z Fresh argon2 v0.5.2
50412023-12-30T06:38:11.434Z Fresh headers-core v0.2.0
50422023-12-30T06:38:11.434Z Fresh toml v0.5.11
50432023-12-30T06:38:11.434Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
50442023-12-30T06:38:11.434Z Fresh signal-hook v0.3.17
50452023-12-30T06:38:11.434Z Fresh swrite v0.1.0
50462023-12-30T06:38:11.434Z Fresh half v1.8.2
50472023-12-30T06:38:11.434Z Fresh convert_case v0.4.0
50482023-12-30T06:38:11.439Z Fresh ciborium-io v0.2.1
50492023-12-30T06:38:11.439Z Fresh ciborium-ll v0.2.1
50502023-12-30T06:38:11.439Z Fresh cancel-safe-futures v0.1.5
50512023-12-30T06:38:11.439Z Fresh derive_more v0.99.17
50522023-12-30T06:38:11.439Z Fresh headers v0.3.9
50532023-12-30T06:38:11.439Z Fresh termcolor v1.2.0
50542023-12-30T06:38:11.439Z Fresh linked-hash-map v0.5.6
50552023-12-30T06:38:11.439Z Fresh ciborium v0.2.1
50562023-12-30T06:38:11.439Z Fresh lru-cache v0.1.2
50572023-12-30T06:38:11.439Z Fresh semver-parser v0.10.2
50582023-12-30T06:38:11.439Z Fresh libsw v3.3.0
50592023-12-30T06:38:11.439Z Fresh derive-where v1.2.6
50602023-12-30T06:38:11.439Z Fresh linear-map v1.2.0
50612023-12-30T06:38:11.439Z Fresh owo-colors v3.5.0
50622023-12-30T06:38:11.439Z Fresh tap v1.0.1
50632023-12-30T06:38:11.440Z Fresh radium v0.7.0
50642023-12-30T06:38:11.440Z Fresh semver v0.11.0
50652023-12-30T06:38:11.440Z Fresh omicron-zone-package v0.9.1
50662023-12-30T06:38:11.440Z Fresh rcgen v0.11.3
50672023-12-30T06:38:11.440Z Fresh atomicwrites v0.4.2
50682023-12-30T06:38:11.440Z Fresh wyz v0.5.1
50692023-12-30T06:38:11.440Z Fresh itertools v0.12.0
50702023-12-30T06:38:11.440Z Fresh subprocess v0.2.9
50712023-12-30T06:38:11.440Z Fresh crc-catalog v2.2.0
50722023-12-30T06:38:11.440Z Fresh funty v2.0.0
50732023-12-30T06:38:11.440Z Fresh bitvec v1.0.1
50742023-12-30T06:38:11.440Z Fresh crc v3.0.1
50752023-12-30T06:38:11.440Z Fresh maybe-uninit v2.0.0
50762023-12-30T06:38:11.440Z Fresh toolchain_find v0.2.0
50772023-12-30T06:38:11.440Z Fresh packed_struct_codegen v0.10.1
50782023-12-30T06:38:11.440Z Fresh nodrop v0.1.14
50792023-12-30T06:38:11.440Z Fresh smallvec v0.6.14
50802023-12-30T06:38:11.440Z Fresh num-bigint-dig v0.8.4
50812023-12-30T06:38:11.440Z Fresh rustfmt-wrapper v0.2.0
50822023-12-30T06:38:11.440Z Fresh pkcs1 v0.7.5
50832023-12-30T06:38:11.440Z Fresh signature v2.1.0
50842023-12-30T06:38:11.440Z Fresh packed_struct v0.10.1
50852023-12-30T06:38:11.440Z Fresh array-init v0.0.4
50862023-12-30T06:38:11.440Z Fresh bitfield v0.14.0
50872023-12-30T06:38:11.441Z Fresh rsa v0.9.2
50882023-12-30T06:38:11.441Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
50892023-12-30T06:38:11.441Z Fresh env_logger v0.10.0
50902023-12-30T06:38:11.441Z Fresh x509-cert v0.2.4
50912023-12-30T06:38:11.441Z Fresh lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
50922023-12-30T06:38:11.441Z Fresh serde-hex v0.1.0
50932023-12-30T06:38:11.441Z Fresh slog-dtrace v0.2.3
50942023-12-30T06:38:11.441Z Fresh ron v0.8.1
50952023-12-30T06:38:11.441Z Fresh crc-any v2.4.3
50962023-12-30T06:38:11.441Z Fresh keccak v0.1.4
50972023-12-30T06:38:11.441Z Fresh lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
50982023-12-30T06:38:11.441Z Fresh sha3 v0.10.8
50992023-12-30T06:38:11.441Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
51002023-12-30T06:38:11.441Z Fresh object v0.30.4
51012023-12-30T06:38:11.441Z Fresh secrecy v0.8.0
51022023-12-30T06:38:11.441Z Fresh arc-swap v1.6.0
51032023-12-30T06:38:11.441Z Fresh path-slash v0.1.5
51042023-12-30T06:38:11.441Z Fresh slog-scope v4.4.0
51052023-12-30T06:38:11.441Z Fresh hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
51062023-12-30T06:38:11.441Z Fresh semver v0.1.20
51072023-12-30T06:38:11.441Z Fresh signal-hook-mio v0.2.3
51082023-12-30T06:38:11.441Z Fresh num-complex v0.4.4
51092023-12-30T06:38:11.441Z Fresh fxhash v0.2.1
51102023-12-30T06:38:11.441Z Fresh slog-stdlog v4.1.1
51112023-12-30T06:38:11.442Z Fresh num-rational v0.4.1
51122023-12-30T06:38:11.442Z Fresh rustc_version v0.1.7
51132023-12-30T06:38:11.442Z Fresh utf-8 v0.7.6
51142023-12-30T06:38:11.442Z Fresh resolv-conf v0.7.0
51152023-12-30T06:38:11.442Z Fresh nibble_vec v0.1.0
51162023-12-30T06:38:11.442Z Fresh endian-type v0.1.2
51172023-12-30T06:38:11.442Z Fresh num v0.4.1
51182023-12-30T06:38:11.442Z Fresh tungstenite v0.20.1
51192023-12-30T06:38:11.442Z Fresh slog-envlogger v2.2.0
51202023-12-30T06:38:11.442Z Fresh radix_trie v0.2.1
51212023-12-30T06:38:11.442Z Fresh trust-dns-resolver v0.22.0
51222023-12-30T06:38:11.442Z Fresh newline-converter v0.3.0
51232023-12-30T06:38:11.442Z Fresh tokio-tungstenite v0.20.1
51242023-12-30T06:38:11.442Z Fresh expectorate v1.1.0
51252023-12-30T06:38:11.442Z Fresh newtype_derive v0.1.6
51262023-12-30T06:38:11.442Z Fresh buf-list v1.0.3
51272023-12-30T06:38:11.442Z Fresh display-error-chain v0.2.0
51282023-12-30T06:38:11.442Z Fresh crossbeam-deque v0.8.3
51292023-12-30T06:38:11.442Z Fresh steno v0.4.0
51302023-12-30T06:38:11.442Z Fresh signature v1.6.4
51312023-12-30T06:38:11.442Z Fresh rayon-core v1.12.0
51322023-12-30T06:38:11.442Z Fresh memoffset v0.7.1
51332023-12-30T06:38:11.442Z Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
51342023-12-30T06:38:11.442Z Fresh vte_generate_state_changes v0.1.1
51352023-12-30T06:38:11.442Z Fresh ed25519 v1.5.3
51362023-12-30T06:38:11.443Z Fresh arrayvec v0.5.2
51372023-12-30T06:38:11.443Z Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
51382023-12-30T06:38:11.443Z Fresh vte v0.10.1
51392023-12-30T06:38:11.443Z Fresh salty v0.2.0
51402023-12-30T06:38:11.443Z Fresh rayon v1.8.0
51412023-12-30T06:38:11.443Z Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
51422023-12-30T06:38:11.443Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
51432023-12-30T06:38:11.443Z Fresh fd-lock v3.0.13
51442023-12-30T06:38:11.443Z Fresh serde-big-array v0.4.1
51452023-12-30T06:38:11.443Z Fresh serde-big-array v0.5.1
51462023-12-30T06:38:11.443Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
51472023-12-30T06:38:11.443Z Fresh diff v0.1.13
51482023-12-30T06:38:11.447Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
51492023-12-30T06:38:11.447Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
51502023-12-30T06:38:11.448Z Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
51512023-12-30T06:38:11.448Z Fresh platforms v3.0.2
51522023-12-30T06:38:11.448Z Fresh crunchy v0.2.2
51532023-12-30T06:38:11.448Z Fresh strip-ansi-escapes v0.1.1
51542023-12-30T06:38:11.448Z Fresh prettyplease v0.2.15
51552023-12-30T06:38:11.448Z Fresh crossterm v0.26.1
51562023-12-30T06:38:11.449Z Fresh signal-hook-tokio v0.3.1
51572023-12-30T06:38:11.449Z Fresh darling_core v0.14.4
51582023-12-30T06:38:11.449Z Fresh globset v0.4.13
51592023-12-30T06:38:11.449Z Fresh olpc-cjson v0.1.3
51602023-12-30T06:38:11.449Z Fresh serde_plain v1.0.2
51612023-12-30T06:38:11.449Z Fresh async-recursion v1.0.5
51622023-12-30T06:38:11.449Z Fresh nu-ansi-term v0.49.0
51632023-12-30T06:38:11.449Z Fresh corncobs v0.1.3
51642023-12-30T06:38:11.449Z Fresh typed-path v0.7.0
51652023-12-30T06:38:11.449Z Fresh darling_macro v0.14.4
51662023-12-30T06:38:11.449Z Fresh reedline v0.22.0
51672023-12-30T06:38:11.449Z Fresh tough v0.16.0
51682023-12-30T06:38:11.449Z Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
51692023-12-30T06:38:11.449Z Fresh tiny-keccak v2.0.2
51702023-12-30T06:38:11.449Z Fresh unicase v2.7.0
51712023-12-30T06:38:11.449Z Fresh parking_lot_core v0.8.6
51722023-12-30T06:38:11.449Z Fresh ascii-canvas v3.0.0
51732023-12-30T06:38:11.449Z Fresh ena v0.14.2
51742023-12-30T06:38:11.449Z Fresh libloading v0.7.4
51752023-12-30T06:38:11.449Z Fresh regex-syntax v0.6.29
51762023-12-30T06:38:11.449Z Fresh bytecount v0.6.3
51772023-12-30T06:38:11.449Z Fresh lalrpop v0.19.12
51782023-12-30T06:38:11.450Z Fresh papergrid v0.10.0
51792023-12-30T06:38:11.450Z Fresh clang-sys v1.6.1
51802023-12-30T06:38:11.450Z Fresh portable-atomic v1.4.3
51812023-12-30T06:38:11.450Z Fresh parking_lot v0.11.2
51822023-12-30T06:38:11.450Z Fresh darling v0.14.4
51832023-12-30T06:38:11.450Z Fresh trust-dns-client v0.22.0
51842023-12-30T06:38:11.450Z Fresh tabled_derive v0.6.0
51852023-12-30T06:38:11.450Z Fresh cexpr v0.6.0
51862023-12-30T06:38:11.450Z Fresh which v4.4.0
51872023-12-30T06:38:11.450Z Fresh universal-hash v0.5.1
51882023-12-30T06:38:11.450Z Fresh nix v0.26.4
51892023-12-30T06:38:11.450Z Fresh thiserror-impl-no-std v2.0.2
51902023-12-30T06:38:11.450Z Fresh curve25519-dalek-derive v0.1.0
51912023-12-30T06:38:11.450Z Fresh sqlparser_derive v0.1.1
51922023-12-30T06:38:11.450Z Fresh opaque-debug v0.3.0
51932023-12-30T06:38:11.450Z Fresh shlex v1.1.0
51942023-12-30T06:38:11.450Z Fresh lazycell v1.3.0
51952023-12-30T06:38:11.450Z Fresh peeking_take_while v0.1.2
51962023-12-30T06:38:11.450Z Fresh unicode_categories v0.1.1
51972023-12-30T06:38:11.450Z Fresh rustc-hash v1.1.0
51982023-12-30T06:38:11.450Z Fresh number_prefix v0.4.0
51992023-12-30T06:38:11.450Z Fresh poly1305 v0.8.0
52002023-12-30T06:38:11.450Z Fresh sqlformat v0.2.3
52012023-12-30T06:38:11.450Z Fresh indicatif v0.17.7
52022023-12-30T06:38:11.450Z Fresh bindgen v0.65.1
52032023-12-30T06:38:11.450Z Fresh thiserror-no-std v2.0.2
52042023-12-30T06:38:11.451Z Fresh tabled v0.14.0
52052023-12-30T06:38:11.451Z Fresh rustyline v12.0.0
52062023-12-30T06:38:11.451Z Fresh curve25519-dalek v4.1.1
52072023-12-30T06:38:11.451Z Fresh sqlparser v0.36.1
52082023-12-30T06:38:11.451Z Fresh derive_builder_core v0.12.0
52092023-12-30T06:38:11.451Z Fresh trust-dns-server v0.22.1
52102023-12-30T06:38:11.451Z Fresh fs-err v2.11.0
52112023-12-30T06:38:11.451Z Fresh sled v0.34.7
52122023-12-30T06:38:11.451Z Fresh chacha20 v0.9.1
52132023-12-30T06:38:11.451Z Fresh aead v0.5.2
52142023-12-30T06:38:11.451Z Fresh bcs v0.1.6
52152023-12-30T06:38:11.451Z Fresh kstat-rs v0.2.3
52162023-12-30T06:38:11.451Z Fresh bytesize v1.3.0
52172023-12-30T06:38:11.451Z Fresh ref-cast-impl v1.0.20
52182023-12-30T06:38:11.451Z Fresh highway v1.1.0
52192023-12-30T06:38:11.451Z Fresh pretty-hex v0.4.0
52202023-12-30T06:38:11.451Z Fresh ref-cast v1.0.20
52212023-12-30T06:38:11.451Z Fresh chacha20poly1305 v0.10.1
52222023-12-30T06:38:11.451Z Fresh derive_builder_macro v0.12.0
52232023-12-30T06:38:11.451Z Fresh vsss-rs v3.3.2
52242023-12-30T06:38:11.451Z Fresh mime_guess v2.0.4
52252023-12-30T06:38:11.451Z Fresh crossterm v0.27.0
52262023-12-30T06:38:11.451Z Fresh strum_macros v0.24.3
52272023-12-30T06:38:11.451Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
52282023-12-30T06:38:11.451Z Fresh indoc v1.0.9
52292023-12-30T06:38:11.452Z Fresh cassowary v0.3.0
52302023-12-30T06:38:11.452Z Fresh humantime v2.1.0
52312023-12-30T06:38:11.452Z Fresh is_ci v1.1.1
52322023-12-30T06:38:11.452Z Fresh indoc v2.0.3
52332023-12-30T06:38:11.452Z Fresh maplit v1.0.2
52342023-12-30T06:38:11.452Z Fresh polar-core v0.27.0
52352023-12-30T06:38:11.452Z Fresh ratatui v0.23.0
52362023-12-30T06:38:11.452Z Fresh supports-color v2.1.0
52372023-12-30T06:38:11.452Z Fresh derive_builder v0.12.0
52382023-12-30T06:38:11.452Z Fresh libxml v0.3.3
52392023-12-30T06:38:11.452Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
52402023-12-30T06:38:11.452Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
52412023-12-30T06:38:11.452Z Fresh bb8 v0.8.1
52422023-12-30T06:38:11.452Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
52432023-12-30T06:38:11.452Z Fresh quick-xml v0.23.1
52442023-12-30T06:38:11.452Z Fresh impl-trait-for-tuples v0.2.2
52452023-12-30T06:38:11.452Z Fresh oso-derive v0.27.0
52462023-12-30T06:38:11.452Z Fresh rtoolbox v0.0.1
52472023-12-30T06:38:11.452Z Fresh unicode-linebreak v0.1.5
52482023-12-30T06:38:11.456Z Fresh smawk v0.3.1
52492023-12-30T06:38:11.456Z Fresh http-range v0.1.5
52502023-12-30T06:38:11.457Z Fresh assert_matches v1.5.0
52512023-12-30T06:38:11.457Z Fresh samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
52522023-12-30T06:38:11.457Z Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
52532023-12-30T06:38:11.457Z Fresh rpassword v7.3.1
52542023-12-30T06:38:11.457Z Fresh hyper-staticfile v0.9.5
52552023-12-30T06:38:11.457Z Fresh textwrap v0.16.0
52562023-12-30T06:38:11.457Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
52572023-12-30T06:38:11.457Z Fresh oso v0.27.0
52582023-12-30T06:38:11.458Z Fresh tui-tree-widget v0.13.0
52592023-12-30T06:38:11.458Z Fresh cookie v0.18.0
52602023-12-30T06:38:11.458Z Fresh diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
52612023-12-30T06:38:11.458Z Fresh plotters-backend v0.3.5
52622023-12-30T06:38:11.458Z Fresh shell-words v1.1.0
52632023-12-30T06:38:11.458Z Fresh target-lexicon v0.12.12
52642023-12-30T06:38:11.458Z Fresh plotters-svg v0.3.5
52652023-12-30T06:38:11.458Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
52662023-12-30T06:38:11.458Z Fresh cast v0.3.0
52672023-12-30T06:38:11.458Z Fresh guppy-workspace-hack v0.1.0
52682023-12-30T06:38:11.458Z Fresh plotters v0.3.5
52692023-12-30T06:38:11.458Z Fresh cfg-expr v0.15.5
52702023-12-30T06:38:11.458Z Fresh criterion-plot v0.5.0
52712023-12-30T06:38:11.458Z Fresh tinytemplate v1.2.1
52722023-12-30T06:38:11.458Z Fresh threadpool v1.8.1
52732023-12-30T06:38:11.458Z Fresh cargo-platform v0.1.3
52742023-12-30T06:38:11.458Z Fresh nanorand v0.7.0
52752023-12-30T06:38:11.458Z Fresh constant_time_eq v0.2.6
52762023-12-30T06:38:11.458Z Fresh arrayref v0.3.7
52772023-12-30T06:38:11.458Z Fresh yansi v0.5.1
52782023-12-30T06:38:11.458Z Fresh relative-path v1.9.0
52792023-12-30T06:38:11.459Z Fresh anes v0.1.6
52802023-12-30T06:38:11.459Z Fresh arrayvec v0.7.4
52812023-12-30T06:38:11.459Z Fresh oorandom v11.1.3
52822023-12-30T06:38:11.459Z Fresh cargo_metadata v0.18.1
52832023-12-30T06:38:11.459Z Fresh blake2b_simd v1.0.1
52842023-12-30T06:38:11.459Z Fresh pretty_assertions v1.4.0
52852023-12-30T06:38:11.459Z Fresh rstest_macros v0.18.2
52862023-12-30T06:38:11.459Z Fresh criterion v0.5.1
52872023-12-30T06:38:11.459Z Fresh flume v0.11.0
52882023-12-30T06:38:11.459Z Fresh libtest-mimic v0.6.1
52892023-12-30T06:38:11.459Z Fresh target-spec v3.0.1
52902023-12-30T06:38:11.459Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
52912023-12-30T06:38:11.459Z Fresh assert_cmd v2.0.12
52922023-12-30T06:38:11.459Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
52932023-12-30T06:38:11.459Z Fresh pathdiff v0.2.1
52942023-12-30T06:38:11.459Z Fresh fatfs v0.3.6
52952023-12-30T06:38:11.459Z Fresh basic-toml v0.1.4
52962023-12-30T06:38:11.459Z Fresh rand v0.4.6
52972023-12-30T06:38:11.459Z Fresh nested v0.1.1
52982023-12-30T06:38:11.459Z Fresh topological-sort v0.2.2
52992023-12-30T06:38:11.459Z Fresh constant_time_eq v0.3.0
53002023-12-30T06:38:11.459Z Fresh remove_dir_all v0.5.3
53012023-12-30T06:38:11.459Z Fresh futures-timer v3.0.2
53022023-12-30T06:38:11.459Z Fresh rstest v0.18.2
53032023-12-30T06:38:11.459Z Fresh rust-argon2 v1.0.1
53042023-12-30T06:38:11.459Z Fresh guppy v0.17.4
53052023-12-30T06:38:11.460Z Fresh trybuild v1.0.85
53062023-12-30T06:38:11.460Z Fresh tempdir v0.3.7
53072023-12-30T06:38:11.460Z Fresh datatest-stable v0.2.3
53082023-12-30T06:38:11.460Z Fresh partial-io v0.5.4
53092023-12-30T06:38:11.460Z Fresh httptest v0.15.5
53102023-12-30T06:38:11.460Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
53112023-12-30T06:38:11.460Z Fresh similar-asserts v1.5.0
53122023-12-30T06:38:11.460Z Fresh approx v0.5.1
53132023-12-30T06:38:11.460Z Fresh hex-literal v0.4.1
53142023-12-30T06:38:11.460Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
53152023-12-30T06:38:11.460Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
53162023-12-30T06:38:11.460Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
53172023-12-30T06:38:11.460Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
53182023-12-30T06:38:11.460Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
53192023-12-30T06:38:11.460Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
53202023-12-30T06:38:11.460Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
53212023-12-30T06:38:11.460Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
53222023-12-30T06:38:11.460Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
53232023-12-30T06:38:11.460Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
53242023-12-30T06:38:11.460Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
53252023-12-30T06:38:11.460Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53262023-12-30T06:38:11.460Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
53272023-12-30T06:38:11.460Z Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
53282023-12-30T06:38:11.460Z Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
53292023-12-30T06:38:11.460Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
53302023-12-30T06:38:11.461Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
53312023-12-30T06:38:11.461Z Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
53322023-12-30T06:38:11.461Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
53332023-12-30T06:38:11.461Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
53342023-12-30T06:38:11.461Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
53352023-12-30T06:38:11.461Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
53362023-12-30T06:38:11.461Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
53372023-12-30T06:38:11.461Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
53382023-12-30T06:38:11.461Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
53392023-12-30T06:38:11.461Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
53402023-12-30T06:38:11.462Z Fresh mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
53412023-12-30T06:38:11.462Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
53422023-12-30T06:38:11.462Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
53432023-12-30T06:38:11.462Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
53442023-12-30T06:38:11.462Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
53452023-12-30T06:38:11.462Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
53462023-12-30T06:38:11.462Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
53472023-12-30T06:38:11.462Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
53482023-12-30T06:38:11.466Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
53492023-12-30T06:38:11.466Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53502023-12-30T06:38:11.466Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
53512023-12-30T06:38:11.466Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
53522023-12-30T06:38:11.466Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
53532023-12-30T06:38:11.466Z Fresh ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
53542023-12-30T06:38:11.466Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
53552023-12-30T06:38:11.466Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
53562023-12-30T06:38:11.466Z Fresh ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
53572023-12-30T06:38:11.466Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
53582023-12-30T06:38:11.466Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
53592023-12-30T06:38:11.466Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
53602023-12-30T06:38:11.466Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
53612023-12-30T06:38:11.466Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
53622023-12-30T06:38:11.467Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
53632023-12-30T06:38:11.467Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
53642023-12-30T06:38:11.467Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
53652023-12-30T06:38:11.467Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
53662023-12-30T06:38:11.467Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
53672023-12-30T06:38:11.467Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
53682023-12-30T06:38:11.467Z Finished test [unoptimized + debuginfo] target(s) in 1.20s
53692023-12-30T06:38:11.467Z Doc-tests authz-macros
53702023-12-30T06:38:11.467Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-865b0d723f3cb534.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-bf48b1b70bb54f9a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2cacba45548a3db7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
53712023-12-30T06:38:11.621Z
53722023-12-30T06:38:11.621Zrunning 6 tests
53732023-12-30T06:38:11.627Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 102) ... ignored
53742023-12-30T06:38:11.627Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 25) ... ignored
53752023-12-30T06:38:11.627Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 44) ... ignored
53762023-12-30T06:38:11.627Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 57) ... ignored
53772023-12-30T06:38:11.627Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 74) ... ignored
53782023-12-30T06:38:11.627Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 89) ... ignored
53792023-12-30T06:38:11.630Z
53802023-12-30T06:38:11.630Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.01s
53812023-12-30T06:38:11.630Z
53822023-12-30T06:38:11.640Z Doc-tests bootstore
53832023-12-30T06:38:11.643Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-926f7ae0811ffb7b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-88a2cbee3c91d065.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d58b7711aa13f4fb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-0a46460f96c16d8c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-850e3e41ec306389.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
53842023-12-30T06:38:13.133Z
53852023-12-30T06:38:13.133Zrunning 0 tests
53862023-12-30T06:38:13.133Z
53872023-12-30T06:38:13.133Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53882023-12-30T06:38:13.133Z
53892023-12-30T06:38:13.167Z Doc-tests bootstrap-agent-client
53902023-12-30T06:38:13.170Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human`
53912023-12-30T06:38:14.213Z
53922023-12-30T06:38:14.213Zrunning 0 tests
53932023-12-30T06:38:14.213Z
53942023-12-30T06:38:14.213Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53952023-12-30T06:38:14.214Z
53962023-12-30T06:38:14.247Z Doc-tests db-macros
53972023-12-30T06:38:14.250Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-09d0a0be5d90cc4a.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-bf48b1b70bb54f9a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2cacba45548a3db7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
53982023-12-30T06:38:14.682Z
53992023-12-30T06:38:14.682Zrunning 3 tests
54002023-12-30T06:38:14.688Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 28) ... ignored
54012023-12-30T06:38:14.688Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 48) ... ignored
54022023-12-30T06:38:14.688Ztest nexus/db-macros/src/lib.rs - subquery_target (line 127) ... ignored
54032023-12-30T06:38:14.688Z
54042023-12-30T06:38:14.688Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
54052023-12-30T06:38:14.688Z
54062023-12-30T06:38:14.702Z Doc-tests ddm-admin-client
54072023-12-30T06:38:14.705Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-64beaabacfe3accc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib -C embed-bitcode=no -D warnings --error-format human`
54082023-12-30T06:38:15.159Z
54092023-12-30T06:38:15.159Zrunning 0 tests
54102023-12-30T06:38:15.159Z
54112023-12-30T06:38:15.159Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54122023-12-30T06:38:15.160Z
54132023-12-30T06:38:15.183Z Doc-tests dns-server
54142023-12-30T06:38:15.186Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-f0422b60487fbb5d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3e0a8bef0558b8c7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-de17b9e43dd330b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human`
54152023-12-30T06:38:15.824Z
54162023-12-30T06:38:15.824Zrunning 0 tests
54172023-12-30T06:38:15.824Z
54182023-12-30T06:38:15.824Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54192023-12-30T06:38:15.824Z
54202023-12-30T06:38:15.849Z Doc-tests dns-service-client
54212023-12-30T06:38:15.852Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib -C embed-bitcode=no -D warnings --error-format human`
54222023-12-30T06:38:16.181Z
54232023-12-30T06:38:16.181Zrunning 0 tests
54242023-12-30T06:38:16.181Z
54252023-12-30T06:38:16.181Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54262023-12-30T06:38:16.181Z
54272023-12-30T06:38:16.200Z Doc-tests dpd-client
54282023-12-30T06:38:16.206Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-64beaabacfe3accc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human`
54292023-12-30T06:38:17.877Z
54302023-12-30T06:38:17.877Zrunning 0 tests
54312023-12-30T06:38:17.877Z
54322023-12-30T06:38:17.877Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54332023-12-30T06:38:17.877Z
54342023-12-30T06:38:17.919Z Doc-tests gateway-client
54352023-12-30T06:38:17.922Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human`
54362023-12-30T06:38:19.374Z
54372023-12-30T06:38:19.374Zrunning 0 tests
54382023-12-30T06:38:19.374Z
54392023-12-30T06:38:19.374Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54402023-12-30T06:38:19.374Z
54412023-12-30T06:38:19.408Z Doc-tests gateway-test-utils
54422023-12-30T06:38:19.411Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5378b994a724f39b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2f9001c2ff6f1750.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human`
54432023-12-30T06:38:20.185Z
54442023-12-30T06:38:20.185Zrunning 0 tests
54452023-12-30T06:38:20.185Z
54462023-12-30T06:38:20.185Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54472023-12-30T06:38:20.185Z
54482023-12-30T06:38:20.230Z Doc-tests illumos-utils
54492023-12-30T06:38:20.233Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-5e2f052f280517df.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-daa426c5818839ee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-bc4b7986e4ebef32.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f804b42d31137d32.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-1c015594d217b93b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7f6aa3156e50ca93.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -D warnings --error-format human`
54502023-12-30T06:38:23.017Z
54512023-12-30T06:38:23.017Zrunning 0 tests
54522023-12-30T06:38:23.017Z
54532023-12-30T06:38:23.017Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54542023-12-30T06:38:23.017Z
54552023-12-30T06:38:23.080Z Doc-tests installinator
54562023-12-30T06:38:23.084Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-085e4acea661f57d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-393b687e9cb15eed.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-6c38bae3302531af.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-edee5b66ea7b1820.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-0e118e19d5c6672a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-95afcb174958536d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human`
54572023-12-30T06:38:24.174Z
54582023-12-30T06:38:24.174Zrunning 0 tests
54592023-12-30T06:38:24.174Z
54602023-12-30T06:38:24.174Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54612023-12-30T06:38:24.174Z
54622023-12-30T06:38:24.207Z Doc-tests installinator-artifact-client
54632023-12-30T06:38:24.210Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-6c38bae3302531af.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human`
54642023-12-30T06:38:25.470Z
54652023-12-30T06:38:25.470Zrunning 0 tests
54662023-12-30T06:38:25.470Z
54672023-12-30T06:38:25.470Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54682023-12-30T06:38:25.470Z
54692023-12-30T06:38:25.508Z Doc-tests installinator-artifactd
54702023-12-30T06:38:25.511Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-6503710418b84072.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human`
54712023-12-30T06:38:25.915Z
54722023-12-30T06:38:25.915Zrunning 0 tests
54732023-12-30T06:38:25.915Z
54742023-12-30T06:38:25.915Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54752023-12-30T06:38:25.915Z
54762023-12-30T06:38:25.941Z Doc-tests installinator-common
54772023-12-30T06:38:25.945Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-95afcb174958536d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib -C embed-bitcode=no -D warnings --error-format human`
54782023-12-30T06:38:26.546Z
54792023-12-30T06:38:26.547Zrunning 0 tests
54802023-12-30T06:38:26.547Z
54812023-12-30T06:38:26.547Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54822023-12-30T06:38:26.547Z
54832023-12-30T06:38:26.575Z Doc-tests internal-dns
54842023-12-30T06:38:26.578Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human`
54852023-12-30T06:38:26.961Z
54862023-12-30T06:38:26.961Zrunning 0 tests
54872023-12-30T06:38:26.961Z
54882023-12-30T06:38:26.961Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54892023-12-30T06:38:26.962Z
54902023-12-30T06:38:26.986Z Doc-tests ipcc-key-value
54912023-12-30T06:38:26.993Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-edee5b66ea7b1820.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-95afcb174958536d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human`
54922023-12-30T06:38:27.329Z
54932023-12-30T06:38:27.329Zrunning 0 tests
54942023-12-30T06:38:27.329Z
54952023-12-30T06:38:27.329Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54962023-12-30T06:38:27.330Z
54972023-12-30T06:38:27.352Z Doc-tests key-manager
54982023-12-30T06:38:27.355Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d58b7711aa13f4fb.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f753f9090c646000.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-0a46460f96c16d8c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib -C embed-bitcode=no -D warnings --error-format human`
54992023-12-30T06:38:27.677Z
55002023-12-30T06:38:27.677Zrunning 0 tests
55012023-12-30T06:38:27.677Z
55022023-12-30T06:38:27.677Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55032023-12-30T06:38:27.677Z
55042023-12-30T06:38:27.699Z Doc-tests mg-admin-client
55052023-12-30T06:38:27.702Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-64beaabacfe3accc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib -C embed-bitcode=no -D warnings --error-format human`
55062023-12-30T06:38:28.235Z
55072023-12-30T06:38:28.236Zrunning 0 tests
55082023-12-30T06:38:28.236Z
55092023-12-30T06:38:28.236Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55102023-12-30T06:38:28.236Z
55112023-12-30T06:38:28.262Z Doc-tests nexus-client
55122023-12-30T06:38:28.266Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human`
55132023-12-30T06:38:31.287Z
55142023-12-30T06:38:31.287Zrunning 0 tests
55152023-12-30T06:38:31.287Z
55162023-12-30T06:38:31.287Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55172023-12-30T06:38:31.287Z
55182023-12-30T06:38:31.345Z Doc-tests nexus-db-model
55192023-12-30T06:38:31.348Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-09d0a0be5d90cc4a.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-19d4a994ab595f5a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-134f020ff15f4910.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-050c73497a1f2e26.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-41e34ec161ae31ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-17270d3faad94aa6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-49148275be998f0f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
55202023-12-30T06:38:45.707Z
55212023-12-30T06:38:45.707Zrunning 2 tests
55222023-12-30T06:38:48.294Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
55232023-12-30T06:38:48.297Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
55242023-12-30T06:38:48.297Z
55252023-12-30T06:38:48.297Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.59s
55262023-12-30T06:38:48.297Z
55272023-12-30T06:38:48.517Z Doc-tests nexus-db-queries
55282023-12-30T06:38:48.521Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0c2e134799b90b26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-865b0d723f3cb534.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-63f6ada264cf89fa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-d6bffa1fea320d97.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-09d0a0be5d90cc4a.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-19d4a994ab595f5a.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-409bf7d5408173ee.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f067259dfb2972c4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6734e8ec3b55d985.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-134f020ff15f4910.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-19d4e3adc6e1b4a7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-16d9f06b8d904b15.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5d9c6f70f1955bf6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-8a4116b687b73875.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-16b20d8a12bc98eb.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-17270d3faad94aa6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a40671b917b713f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-49148275be998f0f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b835c3722defd562.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
55292023-12-30T06:38:52.094Z
55302023-12-30T06:38:52.094Zrunning 2 tests
55312023-12-30T06:38:52.098Ztest nexus/db-queries/src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored
55322023-12-30T06:39:09.842Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 193) ... ok
55332023-12-30T06:39:09.842Z
55342023-12-30T06:39:09.842Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 17.75s
55352023-12-30T06:39:09.842Z
55362023-12-30T06:39:09.922Z Doc-tests nexus-defaults
55372023-12-30T06:39:09.922Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-050c73497a1f2e26.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib -C embed-bitcode=no -D warnings --error-format human`
55382023-12-30T06:39:10.209Z
55392023-12-30T06:39:10.209Zrunning 0 tests
55402023-12-30T06:39:10.209Z
55412023-12-30T06:39:10.209Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55422023-12-30T06:39:10.209Z
55432023-12-30T06:39:10.231Z Doc-tests nexus-inventory
55442023-12-30T06:39:10.234Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-16d9f06b8d904b15.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human`
55452023-12-30T06:39:10.607Z
55462023-12-30T06:39:10.607Zrunning 0 tests
55472023-12-30T06:39:10.607Z
55482023-12-30T06:39:10.607Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55492023-12-30T06:39:10.607Z
55502023-12-30T06:39:10.631Z Doc-tests nexus-types
55512023-12-30T06:39:10.639Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5e5c03b33dd1fcd9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-49148275be998f0f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human`
55522023-12-30T06:39:13.957Z
55532023-12-30T06:39:13.957Zrunning 0 tests
55542023-12-30T06:39:13.957Z
55552023-12-30T06:39:13.957Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55562023-12-30T06:39:13.957Z
55572023-12-30T06:39:14.028Z Doc-tests omicron-certificates
55582023-12-30T06:39:14.028Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1e6848bdbd9674f1.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-41e34ec161ae31ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-c6c20295bde35daf.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib -C embed-bitcode=no -D warnings --error-format human`
55592023-12-30T06:39:14.410Z
55602023-12-30T06:39:14.410Zrunning 0 tests
55612023-12-30T06:39:14.410Z
55622023-12-30T06:39:14.410Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55632023-12-30T06:39:14.410Z
55642023-12-30T06:39:14.433Z Doc-tests omicron-common
55652023-12-30T06:39:14.436Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5e5c03b33dd1fcd9.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4c3ee75e68b70f06.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-53f99bbafb6fab48.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-95afcb174958536d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -D warnings --error-format human`
55662023-12-30T06:39:16.909Z
55672023-12-30T06:39:16.909Zrunning 2 tests
55682023-12-30T06:39:16.912Ztest common/src/lib.rs - FileKv (line 59) ... ignored
55692023-12-30T06:39:25.488Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 582) ... ok
55702023-12-30T06:39:25.488Z
55712023-12-30T06:39:25.488Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 8.58s
55722023-12-30T06:39:25.488Z
55732023-12-30T06:39:25.550Z Doc-tests omicron-gateway
55742023-12-30T06:39:25.553Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d0f6b9de65c69e43.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-edee5b66ea7b1820.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5378b994a724f39b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d15ec80a0a03aed9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-fcf6a6a72d8437bf.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2f9001c2ff6f1750.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c63a8084780a4130.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human`
55752023-12-30T06:39:27.208Z
55762023-12-30T06:39:27.208Zrunning 0 tests
55772023-12-30T06:39:27.208Z
55782023-12-30T06:39:27.208Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55792023-12-30T06:39:27.208Z
55802023-12-30T06:39:27.253Z Doc-tests omicron-nexus
55812023-12-30T06:39:27.258Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0c2e134799b90b26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-636adce12a06a677.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-d30f617fd0ae62e6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-19d4a994ab595f5a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-52e6bd22161c97f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f067259dfb2972c4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-ab24ee15051c498d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-80b39ac62fe95fcd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6734e8ec3b55d985.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-134f020ff15f4910.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-19d4e3adc6e1b4a7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-050c73497a1f2e26.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-16d9f06b8d904b15.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b9ef3722cdaa6771.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5d9c6f70f1955bf6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-41419fcb0d985aee.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-879475f926551819.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-21c467d9ed5886f3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-16b20d8a12bc98eb.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-64beaabacfe3accc.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-17270d3faad94aa6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a40671b917b713f3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-42821009c645f3d6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2f9001c2ff6f1750.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-49148275be998f0f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b835c3722defd562.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1df90c0488e5a829.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
55822023-12-30T06:39:31.363Z
55832023-12-30T06:39:31.363Zrunning 5 tests
55842023-12-30T06:39:31.366Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 229) ... ignored
55852023-12-30T06:39:35.201Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 668) ... ok
55862023-12-30T06:39:35.209Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 646) ... ok
55872023-12-30T06:39:35.212Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 740) ... ok
55882023-12-30T06:39:35.212Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 710) ... ok
55892023-12-30T06:39:35.212Z
55902023-12-30T06:39:35.212Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.85s
55912023-12-30T06:39:35.213Z
55922023-12-30T06:39:35.290Z Doc-tests omicron-package
55932023-12-30T06:39:35.293Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-596439dda6bf080c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-896f8057515a983c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2d8a79eafcf012fe.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -C embed-bitcode=no -D warnings --error-format human`
55942023-12-30T06:39:35.572Z
55952023-12-30T06:39:35.572Zrunning 0 tests
55962023-12-30T06:39:35.572Z
55972023-12-30T06:39:35.575Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55982023-12-30T06:39:35.575Z
55992023-12-30T06:39:35.588Z Doc-tests omicron-passwords
56002023-12-30T06:39:35.591Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-2b7d06acdf8c01fb.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-636adce12a06a677.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-1c9e49f2abbae76e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib -C embed-bitcode=no -D warnings --error-format human`
56012023-12-30T06:39:35.738Z
56022023-12-30T06:39:35.739Zrunning 0 tests
56032023-12-30T06:39:35.739Z
56042023-12-30T06:39:35.739Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56052023-12-30T06:39:35.739Z
56062023-12-30T06:39:35.752Z Doc-tests omicron-rpaths
56072023-12-30T06:39:35.755Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-e2f9060b0b2260de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib -C embed-bitcode=no -D warnings --error-format human`
56082023-12-30T06:39:35.836Z
56092023-12-30T06:39:35.836Zrunning 0 tests
56102023-12-30T06:39:35.836Z
56112023-12-30T06:39:35.836Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56122023-12-30T06:39:35.836Z
56132023-12-30T06:39:35.845Z Doc-tests omicron-sled-agent
56142023-12-30T06:39:35.851Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-926f7ae0811ffb7b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-c53343fd4c3e2487.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-88dfa5efb3093427.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f753f9090c646000.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f804b42d31137d32.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-85d6a2dc851ee370.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-53f99bbafb6fab48.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e9624c6c2a7cdcd8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7f6aa3156e50ca93.rlib -C embed-bitcode=no -D warnings --error-format human`
56152023-12-30T06:39:40.028Z
56162023-12-30T06:39:40.028Zrunning 0 tests
56172023-12-30T06:39:40.028Z
56182023-12-30T06:39:40.028Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56192023-12-30T06:39:40.028Z
56202023-12-30T06:39:40.110Z Doc-tests omicron-test-utils
56212023-12-30T06:39:40.113Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9f7de89cc6857338.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-bcfd1808f1799595.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f067259dfb2972c4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-16b20d8a12bc98eb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' -D warnings --error-format human`
56222023-12-30T06:39:40.537Z
56232023-12-30T06:39:40.537Zrunning 0 tests
56242023-12-30T06:39:40.537Z
56252023-12-30T06:39:40.537Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56262023-12-30T06:39:40.537Z
56272023-12-30T06:39:40.563Z Doc-tests oxide-client
56282023-12-30T06:39:40.567Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-21c467d9ed5886f3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human`
56292023-12-30T06:39:46.934Z
56302023-12-30T06:39:46.935Zrunning 160 tests
56312023-12-30T06:39:46.943Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
56322023-12-30T06:39:46.946Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
56332023-12-30T06:39:46.946Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
56342023-12-30T06:39:46.949Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
56352023-12-30T06:39:46.949Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
56362023-12-30T06:39:46.952Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
56372023-12-30T06:39:46.952Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
56382023-12-30T06:39:46.955Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
56392023-12-30T06:39:46.955Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
56402023-12-30T06:39:46.955Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
56412023-12-30T06:39:46.958Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
56422023-12-30T06:39:46.959Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
56432023-12-30T06:39:46.959Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
56442023-12-30T06:39:46.961Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
56452023-12-30T06:39:46.961Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
56462023-12-30T06:39:46.966Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
56472023-12-30T06:39:46.966Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
56482023-12-30T06:39:46.969Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
56492023-12-30T06:39:46.969Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
56502023-12-30T06:39:46.969Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
56512023-12-30T06:39:46.969Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
56522023-12-30T06:39:46.972Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
56532023-12-30T06:39:46.972Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
56542023-12-30T06:39:46.974Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
56552023-12-30T06:39:46.974Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
56562023-12-30T06:39:46.974Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
56572023-12-30T06:39:46.977Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
56582023-12-30T06:39:46.977Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
56592023-12-30T06:39:46.981Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
56602023-12-30T06:39:46.981Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
56612023-12-30T06:39:46.984Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored
56622023-12-30T06:39:46.984Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
56632023-12-30T06:39:46.984Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
56642023-12-30T06:39:46.987Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
56652023-12-30T06:39:46.987Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
56662023-12-30T06:39:46.987Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
56672023-12-30T06:39:46.990Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
56682023-12-30T06:39:46.990Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
56692023-12-30T06:39:46.993Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
56702023-12-30T06:39:46.994Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
56712023-12-30T06:39:46.997Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
56722023-12-30T06:39:46.997Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
56732023-12-30T06:39:46.997Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
56742023-12-30T06:39:46.997Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
56752023-12-30T06:39:47.000Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 30) ... ignored
56762023-12-30T06:39:47.000Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
56772023-12-30T06:39:47.003Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
56782023-12-30T06:39:47.003Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
56792023-12-30T06:39:47.003Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
56802023-12-30T06:39:47.006Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 27) ... ignored
56812023-12-30T06:39:47.006Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 25) ... ignored
56822023-12-30T06:39:47.006Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
56832023-12-30T06:39:47.009Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
56842023-12-30T06:39:47.009Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
56852023-12-30T06:39:47.012Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
56862023-12-30T06:39:47.012Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
56872023-12-30T06:39:47.015Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
56882023-12-30T06:39:47.015Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
56892023-12-30T06:39:47.015Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
56902023-12-30T06:39:47.018Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
56912023-12-30T06:39:47.018Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
56922023-12-30T06:39:47.025Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
56932023-12-30T06:39:47.025Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
56942023-12-30T06:39:47.029Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
56952023-12-30T06:39:47.029Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
56962023-12-30T06:39:47.029Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored
56972023-12-30T06:39:47.029Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
56982023-12-30T06:39:47.029Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored
56992023-12-30T06:39:47.032Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
57002023-12-30T06:39:47.032Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
57012023-12-30T06:39:47.032Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
57022023-12-30T06:39:47.032Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
57032023-12-30T06:39:47.035Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
57042023-12-30T06:39:47.038Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
57052023-12-30T06:39:47.038Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
57062023-12-30T06:39:47.041Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
57072023-12-30T06:39:47.041Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
57082023-12-30T06:39:47.041Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
57092023-12-30T06:39:47.044Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
57102023-12-30T06:39:47.047Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
57112023-12-30T06:39:47.047Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
57122023-12-30T06:39:47.051Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
57132023-12-30T06:39:47.051Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
57142023-12-30T06:39:47.055Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
57152023-12-30T06:39:47.055Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
57162023-12-30T06:39:47.055Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
57172023-12-30T06:39:47.055Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
57182023-12-30T06:39:47.058Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
57192023-12-30T06:39:47.058Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
57202023-12-30T06:39:47.058Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_state (line 25) ... ignored
57212023-12-30T06:39:47.064Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
57222023-12-30T06:39:47.064Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
57232023-12-30T06:39:47.067Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
57242023-12-30T06:39:47.067Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 30) ... ignored
57252023-12-30T06:39:47.067Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored
57262023-12-30T06:39:47.067Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored
57272023-12-30T06:39:47.067Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored
57282023-12-30T06:39:47.071Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 25) ... ignored
57292023-12-30T06:39:47.071Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored
57302023-12-30T06:39:47.074Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored
57312023-12-30T06:39:47.074Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 22) ... ignored
57322023-12-30T06:39:47.074Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored
57332023-12-30T06:39:47.077Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored
57342023-12-30T06:39:47.077Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored
57352023-12-30T06:39:47.080Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored
57362023-12-30T06:39:47.080Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored
57372023-12-30T06:39:47.080Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
57382023-12-30T06:39:47.084Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
57392023-12-30T06:39:47.084Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
57402023-12-30T06:39:47.086Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
57412023-12-30T06:39:47.086Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_create (line 22) ... ignored
57422023-12-30T06:39:47.086Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
57432023-12-30T06:39:47.089Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored
57442023-12-30T06:39:47.098Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
57452023-12-30T06:39:47.098Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
57462023-12-30T06:39:47.101Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
57472023-12-30T06:39:47.101Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
57482023-12-30T06:39:47.101Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
57492023-12-30T06:39:47.101Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
57502023-12-30T06:39:47.101Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
57512023-12-30T06:39:47.101Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
57522023-12-30T06:39:47.104Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
57532023-12-30T06:39:47.104Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
57542023-12-30T06:39:47.104Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
57552023-12-30T06:39:47.107Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
57562023-12-30T06:39:47.107Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
57572023-12-30T06:39:47.111Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
57582023-12-30T06:39:47.111Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
57592023-12-30T06:39:47.111Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
57602023-12-30T06:39:47.114Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
57612023-12-30T06:39:47.114Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
57622023-12-30T06:39:47.114Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
57632023-12-30T06:39:47.117Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
57642023-12-30T06:39:47.117Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
57652023-12-30T06:39:47.119Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
57662023-12-30T06:39:47.120Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
57672023-12-30T06:39:47.123Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
57682023-12-30T06:39:47.123Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
57692023-12-30T06:39:47.126Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
57702023-12-30T06:39:47.126Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
57712023-12-30T06:39:47.126Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
57722023-12-30T06:39:47.129Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
57732023-12-30T06:39:47.129Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
57742023-12-30T06:39:47.131Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
57752023-12-30T06:39:47.132Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
57762023-12-30T06:39:47.135Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
57772023-12-30T06:39:47.136Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
57782023-12-30T06:39:47.139Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
57792023-12-30T06:39:47.139Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
57802023-12-30T06:39:47.139Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored
57812023-12-30T06:39:47.142Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
57822023-12-30T06:39:47.142Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
57832023-12-30T06:39:47.142Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
57842023-12-30T06:39:47.142Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
57852023-12-30T06:39:47.142Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
57862023-12-30T06:39:47.142Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
57872023-12-30T06:39:47.142Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
57882023-12-30T06:39:47.142Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
57892023-12-30T06:39:47.142Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
57902023-12-30T06:39:47.142Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
57912023-12-30T06:39:47.142Z
57922023-12-30T06:39:47.142Ztest result: ok. 0 passed; 0 failed; 160 ignored; 0 measured; 0 filtered out; finished in 0.21s
57932023-12-30T06:39:47.142Z
57942023-12-30T06:39:47.269Z Doc-tests oximeter
57952023-12-30T06:39:47.277Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-4f8b84f57001d30c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-aa56a7303df8436e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d0ba6f876f29fb07.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-ba03bdd15a34acd7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-83bf851ede3a88d4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human`
57962023-12-30T06:39:48.173Z
57972023-12-30T06:39:48.173Zrunning 8 tests
57982023-12-30T06:39:49.090Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 72) - compile fail ... ok
57992023-12-30T06:39:49.196Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 164) - compile fail ... ok
58002023-12-30T06:39:50.354Ztest oximeter/oximeter/src/lib.rs - (line 24) ... ok
58012023-12-30T06:39:58.625Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::with_bins (line 357) ... ok
58022023-12-30T06:39:59.425Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::span_decades (line 597) ... ok
58032023-12-30T06:39:59.635Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 143) ... ok
58042023-12-30T06:40:00.229Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 46) ... ok
58052023-12-30T06:40:00.952Ztest oximeter/oximeter/src/traits.rs - traits::Producer (line 334) ... ok
58062023-12-30T06:40:00.952Z
58072023-12-30T06:40:00.952Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.78s
58082023-12-30T06:40:00.952Z
58092023-12-30T06:40:00.993Z Doc-tests oximeter-client
58102023-12-30T06:40:00.997Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human`
58112023-12-30T06:40:01.422Z
58122023-12-30T06:40:01.422Zrunning 0 tests
58132023-12-30T06:40:01.422Z
58142023-12-30T06:40:01.422Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58152023-12-30T06:40:01.422Z
58162023-12-30T06:40:01.448Z Doc-tests oximeter-collector
58172023-12-30T06:40:01.454Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1e86fe8ac96a2b05.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human`
58182023-12-30T06:40:02.055Z
58192023-12-30T06:40:02.055Zrunning 0 tests
58202023-12-30T06:40:02.055Z
58212023-12-30T06:40:02.055Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58222023-12-30T06:40:02.055Z
58232023-12-30T06:40:02.086Z Doc-tests oximeter-db
58242023-12-30T06:40:02.090Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-d774b777b24b79e3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7e130c01bb3ed25c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3363d32c95762b16.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-1a42679c4f9c9d0c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-d0b20faaa45772d0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a20c5caa74a9a37a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human`
58252023-12-30T06:40:03.453Z
58262023-12-30T06:40:03.453Zrunning 0 tests
58272023-12-30T06:40:03.453Z
58282023-12-30T06:40:03.453Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58292023-12-30T06:40:03.453Z
58302023-12-30T06:40:03.494Z Doc-tests oximeter-instruments
58312023-12-30T06:40:03.494Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-5d2e6e36db52d33d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.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`
58322023-12-30T06:40:03.976Z
58332023-12-30T06:40:03.976Zrunning 0 tests
58342023-12-30T06:40:03.976Z
58352023-12-30T06:40:03.976Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58362023-12-30T06:40:03.977Z
58372023-12-30T06:40:04.002Z Doc-tests oximeter-macro-impl
58382023-12-30T06:40:04.006Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d0ba6f876f29fb07.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
58392023-12-30T06:40:04.126Z
58402023-12-30T06:40:04.126Zrunning 0 tests
58412023-12-30T06:40:04.126Z
58422023-12-30T06:40:04.126Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58432023-12-30T06:40:04.126Z
58442023-12-30T06:40:04.137Z Doc-tests oximeter-producer
58452023-12-30T06:40:04.141Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human`
58462023-12-30T06:40:04.493Z
58472023-12-30T06:40:04.493Zrunning 0 tests
58482023-12-30T06:40:04.494Z
58492023-12-30T06:40:04.494Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58502023-12-30T06:40:04.494Z
58512023-12-30T06:40:04.520Z Doc-tests sled-agent-client
58522023-12-30T06:40:04.523Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human`
58532023-12-30T06:40:08.026Z
58542023-12-30T06:40:08.026Zrunning 0 tests
58552023-12-30T06:40:08.026Z
58562023-12-30T06:40:08.026Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58572023-12-30T06:40:08.026Z
58582023-12-30T06:40:08.090Z Doc-tests sled-hardware
58592023-12-30T06:40:08.097Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-7f8ab4372cfe69e2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-2319c5d2112e3ce4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e9624c6c2a7cdcd8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human`
58602023-12-30T06:40:08.620Z
58612023-12-30T06:40:08.620Zrunning 0 tests
58622023-12-30T06:40:08.620Z
58632023-12-30T06:40:08.620Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58642023-12-30T06:40:08.620Z
58652023-12-30T06:40:08.629Z Doc-tests sled-storage
58662023-12-30T06:40:08.632Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f753f9090c646000.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no --cfg 'feature="testing"' -D warnings --error-format human`
58672023-12-30T06:40:09.131Z
58682023-12-30T06:40:09.131Zrunning 0 tests
58692023-12-30T06:40:09.131Z
58702023-12-30T06:40:09.131Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58712023-12-30T06:40:09.131Z
58722023-12-30T06:40:09.159Z Doc-tests sp-sim
58732023-12-30T06:40:09.162Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5378b994a724f39b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2f9001c2ff6f1750.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-88025ebf0a15842f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib -C embed-bitcode=no -D warnings --error-format human`
58742023-12-30T06:40:09.902Z
58752023-12-30T06:40:09.902Zrunning 0 tests
58762023-12-30T06:40:09.902Z
58772023-12-30T06:40:09.902Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58782023-12-30T06:40:09.902Z
58792023-12-30T06:40:09.934Z Doc-tests tufaceous
58802023-12-30T06:40:09.937Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ab3de0844415da3e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-33a5928f2ec0ac9f.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-3849db151021b09c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-61e0bc8112c34f6a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rlib -C embed-bitcode=no -D warnings --error-format human`
58812023-12-30T06:40:10.357Z
58822023-12-30T06:40:10.357Zrunning 0 tests
58832023-12-30T06:40:10.357Z
58842023-12-30T06:40:10.357Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58852023-12-30T06:40:10.357Z
58862023-12-30T06:40:10.382Z Doc-tests tufaceous-lib
58872023-12-30T06:40:10.385Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-c44dd77a8e6040fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-80b39ac62fe95fcd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-90287c4eda616f52.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1df90c0488e5a829.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-76dc1c2985d9a15a.rlib -C embed-bitcode=no -D warnings --error-format human`
58882023-12-30T06:40:10.989Z
58892023-12-30T06:40:10.989Zrunning 0 tests
58902023-12-30T06:40:10.989Z
58912023-12-30T06:40:10.989Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58922023-12-30T06:40:10.989Z
58932023-12-30T06:40:11.019Z Doc-tests update-engine
58942023-12-30T06:40:11.023Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-88db69bac18fd6c2.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-67b2bd88d9f7c33a.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-abfded384cdfb682.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ba61011aec5d94a1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human`
58952023-12-30T06:40:11.846Z
58962023-12-30T06:40:11.846Zrunning 3 tests
58972023-12-30T06:40:11.849Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
58982023-12-30T06:40:11.849Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
58992023-12-30T06:40:11.849Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
59002023-12-30T06:40:11.849Z
59012023-12-30T06:40:11.850Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
59022023-12-30T06:40:11.850Z
59032023-12-30T06:40:11.875Z Doc-tests wicket
59042023-12-30T06:40:11.879Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ab3de0844415da3e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef6b51fa9c0fda85.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-616f9884b9564ecf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3504c52dab44596f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ba61011aec5d94a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b5f8453f86a34589.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-501b4a861fe1b8f4.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5770655413c65358.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ee577f98c32ee36a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b76a901b6b9c429.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib -C embed-bitcode=no -D warnings --error-format human`
59052023-12-30T06:40:13.116Z
59062023-12-30T06:40:13.116Zrunning 0 tests
59072023-12-30T06:40:13.116Z
59082023-12-30T06:40:13.116Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59092023-12-30T06:40:13.116Z
59102023-12-30T06:40:13.154Z Doc-tests wicket-common
59112023-12-30T06:40:13.157Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ee577f98c32ee36a.rlib -C embed-bitcode=no -D warnings --error-format human`
59122023-12-30T06:40:13.665Z
59132023-12-30T06:40:13.665Zrunning 0 tests
59142023-12-30T06:40:13.666Z
59152023-12-30T06:40:13.666Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59162023-12-30T06:40:13.666Z
59172023-12-30T06:40:13.693Z Doc-tests wicket-dbg
59182023-12-30T06:40:13.696Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef6b51fa9c0fda85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7e130c01bb3ed25c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5770655413c65358.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-adb92bc0d26349b0.rlib -C embed-bitcode=no -D warnings --error-format human`
59192023-12-30T06:40:14.154Z
59202023-12-30T06:40:14.154Zrunning 0 tests
59212023-12-30T06:40:14.154Z
59222023-12-30T06:40:14.154Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59232023-12-30T06:40:14.154Z
59242023-12-30T06:40:14.179Z Doc-tests wicketd
59252023-12-30T06:40:14.183Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6592566a617d6e2a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-80b39ac62fe95fcd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-393b687e9cb15eed.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-6c38bae3302531af.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-6503710418b84072.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-41e34ec161ae31ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-66f725df0b3108ef.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1df90c0488e5a829.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-61e0bc8112c34f6a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5770655413c65358.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ee577f98c32ee36a.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-1aa80273a8df2bf7.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b76a901b6b9c429.rlib -C embed-bitcode=no -D warnings --error-format human`
59262023-12-30T06:40:15.537Z
59272023-12-30T06:40:15.538Zrunning 0 tests
59282023-12-30T06:40:15.538Z
59292023-12-30T06:40:15.538Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59302023-12-30T06:40:15.538Z
59312023-12-30T06:40:15.582Z Doc-tests wicketd-client
59322023-12-30T06:40:15.585Z Running `/home/build/.rustup/toolchains/1.74.1-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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ee577f98c32ee36a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b76a901b6b9c429.rlib -C embed-bitcode=no -D warnings --error-format human`
59332023-12-30T06:40:18.010Z
59342023-12-30T06:40:18.010Zrunning 0 tests
59352023-12-30T06:40:18.010Z
59362023-12-30T06:40:18.010Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59372023-12-30T06:40:18.010Z
59382023-12-30T06:40:18.101Z
59392023-12-30T06:40:18.105Zreal 2:08.064959129
59402023-12-30T06:40:18.105Zuser 2:14.712430042
59412023-12-30T06:40:18.105Zsys 41.840195826
59422023-12-30T06:40:18.105Ztrap 0.029311435
59432023-12-30T06:40:18.105Ztflt 0.831529337
59442023-12-30T06:40:18.105Zdflt 8.715200565
59452023-12-30T06:40:18.105Zkflt 0.039178561
59462023-12-30T06:40:18.105Zlock 2:15.318485361
59472023-12-30T06:40:18.105Zslp 13:24.516426461
59482023-12-30T06:40:18.105Zlat 0.927188618
59492023-12-30T06:40:18.105Zstop 2.628686541
59502023-12-30T06:40:18.108Zfiles in /var/tmp/omicron_tmp (none expected on success):
59512023-12-30T06:40:18.151Z163920 11 drwxr-xr-x 2 build build 2 Dec 30 06:40 /var/tmp/omicron_tmp
59522023-12-30T06:40:19.003Zprocess exited: duration 4362938 ms, exit code 0
 
59532023-12-30T06:40:19.012Zfound 0 output files