01HERK1719VN7S25FBRCA0GSTP: 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: 01HERK20NH0TSP57HC4SJMXH6S

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12023-11-08T23:09:25.264Zjob assigned to worker 01HERK33WPY37DAZJA5RB5YCAG (queued for 1 m 44 s)
 
22023-11-08T23:09:26.098Zstarting task 0: "setup"
32023-11-08T23:09:26.162Z++ uname -s
42023-11-08T23:09:26.166Z+ kern=SunOS
52023-11-08T23:09:26.169Z+ case "$kern" in
62023-11-08T23:09:26.173Z+ groupadd -g 12345 build
72023-11-08T23:09:26.176Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-11-08T23:09:28.179Z+ zfs create -o mountpoint=/work rpool/work
92023-11-08T23:09:28.309Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-11-08T23:09:28.331Z+ home_fs=zfs
112023-11-08T23:09:28.339Z+ [[ zfs == autofs ]]
122023-11-08T23:09:28.352Z+ mkdir -p /home/build
132023-11-08T23:09:28.363Z+ chown build:build /home/build /work
142023-11-08T23:09:30.314Z+ chmod 0700 /home/build /work
152023-11-08T23:09:30.334Zprocess exited: duration 4209 ms, exit code 0
 
162023-11-08T23:09:30.366Zstarting task 1: "rust-toolchain"
172023-11-08T23:09:30.796Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-11-08T23:09:30.802Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-11-08T23:09:30.810Zinfo: downloading installer
202023-11-08T23:09:32.568Zwarning: it looks like you have an existing installation of Rust at:
212023-11-08T23:09:32.572Zwarning: /opt/ooce/bin
222023-11-08T23:09:32.576Zwarning: It is recommended that rustup be the primary Rust installation.
232023-11-08T23:09:32.579Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-11-08T23:09:32.583Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-11-08T23:09:32.588Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-11-08T23:09:32.591Zwarning: or pass `-y' to ignore all ignorable checks.
272023-11-08T23:09:32.595Zerror: cannot install while Rust is installed
282023-11-08T23:09:32.600Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-11-08T23:09:32.694Zinfo: profile set to 'default'
302023-11-08T23:09:32.702Zinfo: default host triple is x86_64-unknown-illumos
312023-11-08T23:09:32.708Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-11-08T23:09:32.893Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-11-08T23:09:32.903Zinfo: downloading component 'cargo'
342023-11-08T23:09:33.719Zinfo: downloading component 'clippy'
352023-11-08T23:09:34.017Zinfo: downloading component 'rust-docs'
362023-11-08T23:09:35.224Zinfo: downloading component 'rust-std'
372023-11-08T23:09:37.052Zinfo: downloading component 'rustc'
382023-11-08T23:09:41.607Zinfo: downloading component 'rustfmt'
392023-11-08T23:09:41.943Zinfo: installing component 'cargo'
402023-11-08T23:09:43.412Zinfo: installing component 'clippy'
412023-11-08T23:09:44.011Zinfo: installing component 'rust-docs'
422023-11-08T23:09:46.747Zinfo: installing component 'rust-std'
432023-11-08T23:09:50.980Zinfo: installing component 'rustc'
442023-11-08T23:09:59.183Zinfo: installing component 'rustfmt'
452023-11-08T23:09:59.625Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-11-08T23:09:59.628Z
472023-11-08T23:09:59.760Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-11-08T23:09:59.766Z
492023-11-08T23:09:59.770Z
502023-11-08T23:09:59.774ZRust is installed now. Great!
512023-11-08T23:09:59.790Z
522023-11-08T23:10:00.211ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-11-08T23:10:00.215Zenvironment variable. This has not been done automatically.
542023-11-08T23:10:00.220Z
552023-11-08T23:10:00.299ZTo configure your current shell, run:
562023-11-08T23:10:00.308Zsource "$HOME/.cargo/env"
572023-11-08T23:10:00.312Z+ rustc --version
582023-11-08T23:10:00.316Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-11-08T23:10:00.323Zprocess exited: duration 29589 ms, exit code 0
 
602023-11-08T23:10:00.333Zstarting task 2: "authentication"
612023-11-08T23:10:00.387Zprocess exited: duration 44 ms, exit code 0
 
622023-11-08T23:10:00.412Zstarting task 3: "clone repository"
632023-11-08T23:10:00.439Z+ mkdir -p /work/oxidecomputer/omicron
642023-11-08T23:10:00.452Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-11-08T23:10:00.498ZCloning into '/work/oxidecomputer/omicron'...
662023-11-08T23:10:07.897Z+ cd /work/oxidecomputer/omicron
672023-11-08T23:10:07.928Z+ [[ -n sunshowers/spr/wicket-require-that-update-state-be-cleared ]]
682023-11-08T23:10:07.954Z+ git fetch origin sunshowers/spr/wicket-require-that-update-state-be-cleared
692023-11-08T23:10:08.266ZFrom https://github.com/oxidecomputer/omicron
702023-11-08T23:10:08.275Z * branch sunshowers/spr/wicket-require-that-update-state-be-cleared -> FETCH_HEAD
712023-11-08T23:10:08.282Z+ git checkout -B sunshowers/spr/wicket-require-that-update-state-be-cleared remotes/origin/sunshowers/spr/wicket-require-that-update-state-be-cleared
722023-11-08T23:10:08.374ZSwitched to a new branch 'sunshowers/spr/wicket-require-that-update-state-be-cleared'
732023-11-08T23:10:08.387Zbranch 'sunshowers/spr/wicket-require-that-update-state-be-cleared' set up to track 'origin/sunshowers/spr/wicket-require-that-update-state-be-cleared'.
742023-11-08T23:10:08.403Z+ git reset --hard 1ce5f1285ba0a4333946481ebdd8b34710bae1de
752023-11-08T23:10:09.246ZHEAD is now at 1ce5f128 Rebase
762023-11-08T23:10:09.249Zprocess exited: duration 7959 ms, exit code 0
 
772023-11-08T23:10:09.257Zstarting task 4: "build"
782023-11-08T23:10:09.273Z+ NEXTEST_VERSION=0.9.59
792023-11-08T23:10:09.277Z+ cargo --version
802023-11-08T23:10:09.281Zinfo: syncing channel updates for '1.73.0-x86_64-unknown-illumos'
812023-11-08T23:10:09.479Zinfo: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03)
822023-11-08T23:10:09.485Zinfo: downloading component 'cargo'
832023-11-08T23:10:10.134Zinfo: downloading component 'clippy'
842023-11-08T23:10:10.370Zinfo: downloading component 'rust-docs'
852023-11-08T23:10:11.211Zinfo: downloading component 'rust-std'
862023-11-08T23:10:12.563Zinfo: downloading component 'rustc'
872023-11-08T23:10:16.310Zinfo: downloading component 'rustfmt'
882023-11-08T23:10:16.527Zinfo: installing component 'cargo'
892023-11-08T23:10:17.751Zinfo: installing component 'clippy'
902023-11-08T23:10:18.247Zinfo: installing component 'rust-docs'
912023-11-08T23:10:20.956Zinfo: installing component 'rust-std'
922023-11-08T23:10:23.416Zinfo: installing component 'rustc'
932023-11-08T23:10:29.589Zinfo: installing component 'rustfmt'
942023-11-08T23:10:30.128Zcargo 1.73.0 (9c4383fb5 2023-08-26)
952023-11-08T23:10:30.132Z+ rustc --version
962023-11-08T23:10:30.261Zrustc 1.73.0 (cc66ad468 2023-10-03)
972023-11-08T23:10:30.274Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.59/illumos
982023-11-08T23:10:30.279Z+ gunzip
992023-11-08T23:10:30.283Z+ tar -xvf - -C /home/build/.cargo/bin
1002023-11-08T23:10:31.687Zx cargo-nextest, 11418632 bytes, 22303 tape blocks
1012023-11-08T23:10:31.701Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1022023-11-08T23:10:31.706Z+ echo 'tests will store output in /var/tmp/omicron_tmp'
1032023-11-08T23:10:31.713Ztests will store output in /var/tmp/omicron_tmp
1042023-11-08T23:10:31.719Z+ mkdir /var/tmp/omicron_tmp
1052023-11-08T23:10:31.722Z+ source ./env.sh
1062023-11-08T23:10:31.726Z++ set -o xtrace
1072023-11-08T23:10:31.729Z++++ dirname ./env.sh
1082023-11-08T23:10:31.732Z+++ cd .
1092023-11-08T23:10:31.735Z+++ echo /work/oxidecomputer/omicron
1102023-11-08T23:10:31.744Z++ OMICRON_WS=/work/oxidecomputer/omicron
1112023-11-08T23:10:31.747Z++ 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-11-08T23:10:31.752Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132023-11-08T23:10:31.755Z++ 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-11-08T23:10:31.758Z++ 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-11-08T23:10:31.761Z++ 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-11-08T23:10:31.764Z++ 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-11-08T23:10:31.768Z++ 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-11-08T23:10:31.775Z++ 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-11-08T23:10:31.787Z++ unset OMICRON_WS
1202023-11-08T23:10:31.796Z++ set +o xtrace
1212023-11-08T23:10:31.807Z
1222023-11-08T23:10:31.816Z ##### ##### ###### ##### ###### #### # # # #### #
1232023-11-08T23:10:31.824Z # # # # # # # # # # # # # # #
1242023-11-08T23:10:31.830Z # # # # ##### # # ##### # # # # # #### #
1252023-11-08T23:10:31.837Z ##### ##### # ##### # # # # # # # # #
1262023-11-08T23:10:31.843Z # # # # # # # # # # # # # # #
1272023-11-08T23:10:31.848Z # # # ###### # # ###### ### # #### # #### #
1282023-11-08T23:10:31.855Z
1292023-11-08T23:10:40.131Z Startup: Refreshing catalog 'helios-dev' ... Done
1302023-11-08T23:10:41.210Z Startup: Caching catalogs ... Done
1312023-11-08T23:10:46.376ZPlanning: Solver setup ... Done (4.465s)
1322023-11-08T23:10:46.459ZPlanning: Running solver ... Done (0.118s)
1332023-11-08T23:10:46.471ZPlanning: Finding local manifests ... Done (0.004s)
1342023-11-08T23:10:46.479ZPlanning: Fetching manifests: 0/4 0% complete
1352023-11-08T23:10:46.845ZPlanning: Fetching manifests: 4/4 100% complete
1362023-11-08T23:10:46.989ZPlanning: Package planning ... Done (0.144s)
1372023-11-08T23:10:47.071ZPlanning: Merging actions ... Done (0.086s)
1382023-11-08T23:10:47.803ZPlanning: Checking for conflicting actions ... Done (0.730s)
1392023-11-08T23:10:47.824ZPlanning: Consolidating action changes ... Done (0.017s)
1402023-11-08T23:10:51.805ZPlanning: Evaluating mediators ... Done (3.947s)
1412023-11-08T23:10:52.273ZPlanning: Planning completed in 10.52 seconds
1422023-11-08T23:10:54.547Z Packages to install: 4
1432023-11-08T23:10:54.556Z Mediators to change: 2
1442023-11-08T23:10:54.572Z Services to change: 1
1452023-11-08T23:10:54.595Z Estimated space available: 148.89 GB
1462023-11-08T23:10:54.603ZEstimated space to be consumed: 1.37 GB
1472023-11-08T23:10:54.613Z Create boot environment: No
1482023-11-08T23:10:54.622ZCreate backup boot environment: No
1492023-11-08T23:10:54.631Z Rebuild boot archive: No
1502023-11-08T23:10:54.640Z
1512023-11-08T23:10:54.646ZChanged mediators:
1522023-11-08T23:10:54.649Z mediator clang:
1532023-11-08T23:10:54.653Z version: None -> 15 (system default)
1542023-11-08T23:10:54.656Z
1552023-11-08T23:10:54.658Z mediator llvm:
1562023-11-08T23:10:54.661Z version: 14 (system default) -> 15 (system default)
1572023-11-08T23:10:54.664Z
1582023-11-08T23:10:54.669ZChanged packages:
1592023-11-08T23:10:54.680Zhelios-dev
1602023-11-08T23:10:55.095Z developer/build-essential
1612023-11-08T23:10:55.105Z None -> 11-2.0
1622023-11-08T23:10:55.116Z library/libxmlsec1
1632023-11-08T23:10:55.135Z None -> 1.2.35-2.0
1642023-11-08T23:10:55.150Z ooce/developer/clang-15
1652023-11-08T23:10:55.157Z None -> 15.0.7-2.0
1662023-11-08T23:10:55.164Z ooce/developer/llvm-15
1672023-11-08T23:10:55.170Z None -> 15.0.7-2.0
1682023-11-08T23:10:55.173Z
1692023-11-08T23:10:55.177ZServices:
1702023-11-08T23:10:55.181Z restart_fmri:
1712023-11-08T23:10:55.185Z svc:/system/update-man-index:default
1722023-11-08T23:10:55.188Z
1732023-11-08T23:10:55.192ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1742023-11-08T23:10:59.791ZDownload: 618/3290 items 17.8/212.6MB 8% complete (3.7M/s)
1752023-11-08T23:11:12.428ZDownload: 1098/3290 items 19.8/212.6MB 9% complete (2.0M/s)
1762023-11-08T23:11:12.928ZDownload: 1196/3290 items 83.5/212.6MB 39% complete (7.5M/s)
1772023-11-08T23:11:21.956ZDownload: 1197/3290 items 83.5/212.6MB 39% complete
1782023-11-08T23:11:27.091ZDownload: 2220/3290 items 119.2/212.6MB 56% complete (8.8M/s)
1792023-11-08T23:11:32.112ZDownload: 2453/3290 items 119.9/212.6MB 56% complete (3.7M/s)
1802023-11-08T23:11:37.133ZDownload: 2854/3290 items 120.8/212.6MB 56% complete (172k/s)
1812023-11-08T23:11:42.192ZDownload: 3246/3290 items 202.3/212.6MB 95% complete (8.2M/s)
1822023-11-08T23:11:43.331ZDownload: Completed 212.60 MB in 48.54 seconds (4.4M/s)
1832023-11-08T23:11:43.779Z Actions: 1/3687 actions (Installing new actions)
1842023-11-08T23:11:48.779Z Actions: 3232/3687 actions (Installing new actions)
1852023-11-08T23:11:52.029Z Actions: Completed 3687 actions in 8.25 seconds.
1862023-11-08T23:11:52.115Z Done (0.080s)
1872023-11-08T23:11:52.118Z Done (0.000s)
1882023-11-08T23:11:52.319Z Done (0.203s)
1892023-11-08T23:11:59.809Z Done (7.377s)
1902023-11-08T23:12:00.185Z Done (0.274s)
1912023-11-08T23:12:00.610Z Done (0.000s)
1922023-11-08T23:12:00.617Z Done (0.000s)
1932023-11-08T23:12:01.097ZPlanning: Evaluating mediator changes ... Done
1942023-11-08T23:12:01.387ZPlanning: Checking for conflicting actions ... Done
1952023-11-08T23:12:01.805ZPlanning: Consolidating action changes ... Done
1962023-11-08T23:12:01.821ZPlanning: Evaluating mediators ... Done
1972023-11-08T23:12:01.826ZPlanning: Planning completed in 0.73 seconds
1982023-11-08T23:12:01.874Z Mediators to change: 2
1992023-11-08T23:12:01.877Z Create boot environment: No
2002023-11-08T23:12:01.881ZCreate backup boot environment: No
2012023-11-08T23:12:01.970Z Done
2022023-11-08T23:12:01.973Z Done
2032023-11-08T23:12:02.104Z Done
2042023-11-08T23:12:07.906Z Done
2052023-11-08T23:12:08.418Z Done
2062023-11-08T23:12:08.436Z Done
2072023-11-08T23:12:08.860Z Done
2082023-11-08T23:12:09.136ZPlanning: Evaluating mediator changes ... Done
2092023-11-08T23:12:09.162ZPlanning: Merging actions ... Done
2102023-11-08T23:12:09.463ZPlanning: Checking for conflicting actions ... Done
2112023-11-08T23:12:09.467ZPlanning: Consolidating action changes ... Done
2122023-11-08T23:12:10.319ZPlanning: Evaluating mediators ... Done
2132023-11-08T23:12:10.325ZPlanning: Planning completed in 1.30 seconds
2142023-11-08T23:12:10.331Z Packages to change: 1
2152023-11-08T23:12:10.345Z Mediators to change: 1
2162023-11-08T23:12:10.352Z Services to change: 1
2172023-11-08T23:12:10.358Z Create boot environment: No
2182023-11-08T23:12:10.363ZCreate backup boot environment: Yes
2192023-11-08T23:12:12.167Z Actions: 1/6 actions (Updating modified actions)
2202023-11-08T23:12:12.172Z Actions: Completed 6 actions in 0.00 seconds.
2212023-11-08T23:12:12.177Z Done
2222023-11-08T23:12:12.184Z Done
2232023-11-08T23:12:12.229Z Done
2242023-11-08T23:12:17.919Z Done
2252023-11-08T23:12:18.042Z Done
2262023-11-08T23:12:18.046Z Done
2272023-11-08T23:12:18.145Z Done
2282023-11-08T23:12:18.815ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292023-11-08T23:12:18.818Zclang system 15 system
2302023-11-08T23:12:18.821Zcsh system system illumos
2312023-11-08T23:12:18.824Zctags system system illumos
2322023-11-08T23:12:18.827Zgcc vendor 12 vendor
2332023-11-08T23:12:18.832Zgcc system 10 system
2342023-11-08T23:12:18.835Zgcc system 7 system
2352023-11-08T23:12:18.840Zgo system 1.20 system
2362023-11-08T23:12:18.843Zgo system 1.19 system
2372023-11-08T23:12:18.847Zllvm system 15 system
2382023-11-08T23:12:18.849Zllvm system 14 system
2392023-11-08T23:12:18.852Zmariadb system 10.6 system
2402023-11-08T23:12:18.855Zmta vendor vendor dma
2412023-11-08T23:12:18.859Zopenjdk system 17 system
2422023-11-08T23:12:18.862Zopenjdk system 11 system
2432023-11-08T23:12:18.865Zopenjdk system 1.8 system
2442023-11-08T23:12:18.868Zopenssl vendor 3 vendor
2452023-11-08T23:12:18.871Zperl system 5.36 system
2462023-11-08T23:12:18.874Zpostgresql system 15 system
2472023-11-08T23:12:18.877Zpostgresql system 13 system
2482023-11-08T23:12:18.880Zpython vendor 3 vendor
2492023-11-08T23:12:18.883Zpython system 2 system
2502023-11-08T23:12:18.886Zpython3 system 3.11 system
2512023-11-08T23:12:18.888Zruby system 3.0 system
2522023-11-08T23:12:18.891Zwords vendor vendor american-english
2532023-11-08T23:12:18.894Zwords system system australian-english
2542023-11-08T23:12:18.897Zwords system system british-english
2552023-11-08T23:12:18.900Zwords system system canadian-english
2562023-11-08T23:12:18.903Zwords system system french
2572023-11-08T23:12:18.906Zwords system system italian
2582023-11-08T23:12:18.909Zwords system system ngerman
2592023-11-08T23:12:18.912Zwords system system ogerman
2602023-11-08T23:12:18.915Zwords system system spanish
2612023-11-08T23:12:19.383ZFMRI IFO
2622023-11-08T23:12:19.386Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2632023-11-08T23:12:19.391Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2642023-11-08T23:12:19.396Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2652023-11-08T23:12:19.401Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2662023-11-08T23:12:19.406Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2672023-11-08T23:12:19.422Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2682023-11-08T23:12:19.429Z+ set -o errexit
2692023-11-08T23:12:19.436Z+++ dirname ./tools/ci_download_cockroachdb
2702023-11-08T23:12:19.443Z++ cd ./tools
2712023-11-08T23:12:19.450Z++ pwd
2722023-11-08T23:12:19.456Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2732023-11-08T23:12:19.467Z++ basename ./tools/ci_download_cockroachdb
2742023-11-08T23:12:19.526Z+ ARG0=ci_download_cockroachdb
2752023-11-08T23:12:19.531Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2762023-11-08T23:12:19.555Z+ CIDL_VERSION=v22.1.9
2772023-11-08T23:12:19.565Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2782023-11-08T23:12:19.575Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2792023-11-08T23:12:19.582Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2802023-11-08T23:12:19.592Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2812023-11-08T23:12:19.600Z+ TARGET_DIR=out
2822023-11-08T23:12:19.609Z+ DOWNLOAD_DIR=out/downloads
2832023-11-08T23:12:19.625Z+ DEST_DIR=./out/cockroachdb
2842023-11-08T23:12:19.638Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2852023-11-08T23:12:19.644Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2862023-11-08T23:12:19.650Z+ main
2872023-11-08T23:12:19.657Z+ [[ 0 != 0 ]]
2882023-11-08T23:12:19.662Z+ CIDL_OS=solaris2.11
2892023-11-08T23:12:19.667Z+ [[ 0 != 0 ]]
2902023-11-08T23:12:19.673Z+ configure_os solaris2.11
2912023-11-08T23:12:19.680Z+ echo 'current directory: /work/oxidecomputer/omicron'
2922023-11-08T23:12:19.685Zcurrent directory: /work/oxidecomputer/omicron
2932023-11-08T23:12:19.690Z+ echo 'configuring based on OS: "solaris2.11"'
2942023-11-08T23:12:19.696Zconfiguring based on OS: "solaris2.11"
2952023-11-08T23:12:19.701Z+ case "$1" in
2962023-11-08T23:12:19.706Z+ CIDL_BUILD=illumos
2972023-11-08T23:12:19.711Z+ CIDL_SUFFIX=tar.gz
2982023-11-08T23:12:19.717Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2992023-11-08T23:12:19.722Z+ CIDL_MD5FUNC=do_md5sum
3002023-11-08T23:12:19.726Z+ CIDL_URL_BASE=https://illumos.org/downloads
3012023-11-08T23:12:19.732Z+ CIDL_ASSEMBLE=do_assemble_illumos
3022023-11-08T23:12:19.736Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3032023-11-08T23:12:19.743Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3042023-11-08T23:12:19.747Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3052023-11-08T23:12:19.753Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3062023-11-08T23:12:19.817Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3072023-11-08T23:12:19.826Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3082023-11-08T23:12:19.833ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3092023-11-08T23:12:19.840Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3102023-11-08T23:12:19.867ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3112023-11-08T23:12:19.892Z+ mkdir -p out/downloads
3122023-11-08T23:12:19.900Z+ mkdir -p ./out/cockroachdb
3132023-11-08T23:12:19.920Z+ local DO_DOWNLOAD=true
3142023-11-08T23:12:19.931Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3152023-11-08T23:12:20.344Z+ '[' true == true ']'
3162023-11-08T23:12:20.353Z+ echo Downloading...
3172023-11-08T23:12:20.399ZDownloading...
3182023-11-08T23:12:20.414Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3192023-11-08T23:12:20.426Z+ 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
3202023-11-08T23:12:24.970Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3212023-11-08T23:12:24.978Z++ md5sum
3222023-11-08T23:12:24.987Z++ awk '{print $1}'
3232023-11-08T23:12:25.157Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
3242023-11-08T23:12:25.168Z+ [[ 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 ]]
3252023-11-08T23:12:25.173Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3262023-11-08T23:12:25.182Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3272023-11-08T23:12:28.583Z+ do_assemble_illumos
3282023-11-08T23:12:28.605Z+ rm -r ./out/cockroachdb
3292023-11-08T23:12:28.611Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3302023-11-08T23:12:29.136Z+ ./out/cockroachdb/bin/cockroach version
3312023-11-08T23:12:29.349ZBuild Tag: v22.1.9-dirty
3322023-11-08T23:12:29.356ZBuild Time: 2022/10/26 21:17:46
3332023-11-08T23:12:29.363ZDistribution: OSS
3342023-11-08T23:12:29.377ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3352023-11-08T23:12:29.380ZGo Version: go1.17.13
3362023-11-08T23:12:29.385ZC Compiler: gcc 10.3.0
3372023-11-08T23:12:29.390ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3382023-11-08T23:12:29.393ZBuild Type: release
3392023-11-08T23:12:29.397Z+ set -o errexit
3402023-11-08T23:12:29.402Z+++ dirname ./tools/ci_download_clickhouse
3412023-11-08T23:12:29.405Z++ cd ./tools
3422023-11-08T23:12:29.409Z++ pwd
3432023-11-08T23:12:29.412Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3442023-11-08T23:12:29.416Z++ basename ./tools/ci_download_clickhouse
3452023-11-08T23:12:29.420Z+ ARG0=ci_download_clickhouse
3462023-11-08T23:12:29.424Z+ TARGET_DIR=out
3472023-11-08T23:12:29.430Z+ DOWNLOAD_DIR=out/downloads
3482023-11-08T23:12:29.435Z+ DEST_DIR=./out/clickhouse
3492023-11-08T23:12:29.440Z+ CIDL_VERSION=v22.8.9.24
3502023-11-08T23:12:29.446Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3512023-11-08T23:12:29.459Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3522023-11-08T23:12:29.463Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3532023-11-08T23:12:29.470Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3542023-11-08T23:12:29.484Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3552023-11-08T23:12:29.905Z+ main
3562023-11-08T23:12:29.912Z+ [[ 0 != 0 ]]
3572023-11-08T23:12:29.930Z+ CIDL_OS=solaris2.11
3582023-11-08T23:12:29.975Z+ [[ 0 != 0 ]]
3592023-11-08T23:12:29.978Z+ configure_os solaris2.11
3602023-11-08T23:12:29.982Z+ echo 'current directory: /work/oxidecomputer/omicron'
3612023-11-08T23:12:29.985Zcurrent directory: /work/oxidecomputer/omicron
3622023-11-08T23:12:29.988Z+ echo 'configuring based on OS: "solaris2.11"'
3632023-11-08T23:12:29.991Z+ CIDL_DASHREV=
3642023-11-08T23:12:29.994Z+ case "$1" in
3652023-11-08T23:12:29.997Zconfiguring based on OS: "solaris2.11"
3662023-11-08T23:12:30.001Z+ CIDL_PLATFORM=illumos
3672023-11-08T23:12:30.005Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3682023-11-08T23:12:30.008Z+ CIDL_MD5FUNC=do_md5sum
3692023-11-08T23:12:30.011Z+ CIDL_DASHREV=-1
3702023-11-08T23:12:30.014Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3712023-11-08T23:12:30.017Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3722023-11-08T23:12:30.022Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3732023-11-08T23:12:30.024Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3742023-11-08T23:12:30.027Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3752023-11-08T23:12:30.031ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3762023-11-08T23:12:30.034Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3772023-11-08T23:12:30.038ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3782023-11-08T23:12:30.041Z+ mkdir -p out/downloads
3792023-11-08T23:12:30.044Z+ mkdir -p ./out/clickhouse
3802023-11-08T23:12:30.047Z+ local DO_DOWNLOAD=true
3812023-11-08T23:12:30.050Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3822023-11-08T23:12:30.053Z+ '[' true == true ']'
3832023-11-08T23:12:30.056Z+ echo Downloading...
3842023-11-08T23:12:30.060ZDownloading...
3852023-11-08T23:12:30.064Z+ 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
3862023-11-08T23:12:30.067Z+ 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
3872023-11-08T23:12:30.784Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3882023-11-08T23:12:30.789Z++ md5sum
3892023-11-08T23:12:30.795Z++ awk '{print $1}'
3902023-11-08T23:12:31.045Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3912023-11-08T23:12:31.049Z+ [[ 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 ]]
3922023-11-08T23:12:31.053Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3932023-11-08T23:12:31.057Z+ mkdir -p ./out/clickhouse
3942023-11-08T23:12:31.060Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3952023-11-08T23:12:36.005Z+ ./out/clickhouse/clickhouse server --version
3962023-11-08T23:12:36.059ZClickHouse server version 22.8.9.1.
3972023-11-08T23:12:36.081Z+ set -o errexit
3982023-11-08T23:12:36.085Z+++ dirname ./tools/ci_download_console
3992023-11-08T23:12:36.088Z++ cd ./tools
4002023-11-08T23:12:36.093Z++ pwd
4012023-11-08T23:12:36.096Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4022023-11-08T23:12:36.106Z++ basename ./tools/ci_download_console
4032023-11-08T23:12:36.111Z+ ARG0=ci_download_console
4042023-11-08T23:12:36.114Z+ TARGET_DIR=out
4052023-11-08T23:12:36.119Z+ DOWNLOAD_DIR=out/downloads
4062023-11-08T23:12:36.122Z+ DEST_DIR=./out/console-assets
4072023-11-08T23:12:36.125Z+ source /work/oxidecomputer/omicron/tools/console_version
4082023-11-08T23:12:36.129Z++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e
4092023-11-08T23:12:36.134Z++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
4102023-11-08T23:12:36.149Z+ URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
4112023-11-08T23:12:36.153Z+ TARBALL_FILE=out/downloads/console.tar.gz
4122023-11-08T23:12:36.158Z+ main
4132023-11-08T23:12:36.161Z+ [[ 0 != 0 ]]
4142023-11-08T23:12:36.166Z+ echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz'
4152023-11-08T23:12:36.169ZURL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
4162023-11-08T23:12:36.173Z+ echo 'Local file: out/downloads/console.tar.gz'
4172023-11-08T23:12:36.176ZLocal file: out/downloads/console.tar.gz
4182023-11-08T23:12:36.179Z+ local DO_DOWNLOAD=true
4192023-11-08T23:12:36.187Z+ [[ -f out/downloads/console.tar.gz ]]
4202023-11-08T23:12:36.192Z+ mkdir -p out/downloads
4212023-11-08T23:12:36.196Z+ '[' true == true ']'
4222023-11-08T23:12:36.200Z+ echo Downloading...
4232023-11-08T23:12:36.206ZDownloading...
4242023-11-08T23:12:36.210Z+ do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz
4252023-11-08T23:12:36.215Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
4262023-11-08T23:12:36.653Z++ do_sha256sum out/downloads/console.tar.gz
4272023-11-08T23:12:36.657Z++ case "$OSTYPE" in
4282023-11-08T23:12:36.660Z++ SHA=sha256sum
4292023-11-08T23:12:36.664Z++ sha256sum
4302023-11-08T23:12:36.677Z++ awk '{print $1}'
4312023-11-08T23:12:36.705Z+ calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
4322023-11-08T23:12:36.709Z+ [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]]
4332023-11-08T23:12:36.713Z+ rm -rf ./out/console-assets
4342023-11-08T23:12:36.717Z+ mkdir -p ./out/console-assets
4352023-11-08T23:12:36.721Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4362023-11-08T23:12:36.739Z+ mkdir -p ./out/console-assets
4372023-11-08T23:12:36.742Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4382023-11-08T23:12:36.828Z+ set -o errexit
4392023-11-08T23:12:36.834Z+++ dirname ./tools/ci_download_maghemite_openapi
4402023-11-08T23:12:36.846Z++ cd ./tools
4412023-11-08T23:12:36.851Z++ pwd
4422023-11-08T23:12:36.858Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4432023-11-08T23:12:36.864Z++ basename ./tools/ci_download_maghemite_openapi
4442023-11-08T23:12:36.870Z+ ARG0=ci_download_maghemite_openapi
4452023-11-08T23:12:36.877Z+ TARGET_DIR=out
4462023-11-08T23:12:36.881Z+ DOWNLOAD_DIR=out/downloads
4472023-11-08T23:12:36.897Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4482023-11-08T23:12:36.904Z++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877
4492023-11-08T23:12:36.919Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4502023-11-08T23:12:36.929Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json
4512023-11-08T23:12:36.934Z+ LOCAL_FILE=out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4522023-11-08T23:12:36.938Z+ main
4532023-11-08T23:12:36.941Z+ [[ 0 != 0 ]]
4542023-11-08T23:12:36.945Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json'
4552023-11-08T23:12:36.949ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json
4562023-11-08T23:12:36.959Z+ echo 'Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json'
4572023-11-08T23:12:36.962ZLocal file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4582023-11-08T23:12:36.965Z+ local DO_DOWNLOAD=true
4592023-11-08T23:12:36.969Z+ [[ -f out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]]
4602023-11-08T23:12:36.972Z+ mkdir -p out/downloads
4612023-11-08T23:12:36.975Z+ '[' true == true ']'
4622023-11-08T23:12:36.980Z+ echo Downloading...
4632023-11-08T23:12:36.985ZDownloading...
4642023-11-08T23:12:36.988Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4652023-11-08T23:12:36.992Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json
4662023-11-08T23:12:37.062Z++ do_sha256sum out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4672023-11-08T23:12:37.066Z++ case "$OSTYPE" in
4682023-11-08T23:12:37.070Z++ SHA=sha256sum
4692023-11-08T23:12:37.073Z++ sha256sum
4702023-11-08T23:12:37.077Z++ awk '{print $1}'
4712023-11-08T23:12:37.081Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4722023-11-08T23:12:37.086Z+ [[ 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 ]]
4732023-11-08T23:12:37.090Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4742023-11-08T23:12:37.095Z++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877
4752023-11-08T23:12:37.099Z++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113
4762023-11-08T23:12:37.102Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json
4772023-11-08T23:12:37.106Z+ LOCAL_FILE=out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4782023-11-08T23:12:37.109Z+ main
4792023-11-08T23:12:37.112Z+ [[ 0 != 0 ]]
4802023-11-08T23:12:37.116Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json'
4812023-11-08T23:12:37.121ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json
4822023-11-08T23:12:37.125Z+ echo 'Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json'
4832023-11-08T23:12:37.128ZLocal file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4842023-11-08T23:12:37.132Z+ local DO_DOWNLOAD=true
4852023-11-08T23:12:37.137Z+ [[ -f out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]]
4862023-11-08T23:12:37.141Z+ mkdir -p out/downloads
4872023-11-08T23:12:37.144Z+ '[' true == true ']'
4882023-11-08T23:12:37.150Z+ echo Downloading...
4892023-11-08T23:12:37.154ZDownloading...
4902023-11-08T23:12:37.159Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4912023-11-08T23:12:37.164Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json
4922023-11-08T23:12:37.237Z++ do_sha256sum out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4932023-11-08T23:12:37.246Z++ case "$OSTYPE" in
4942023-11-08T23:12:37.253Z++ SHA=sha256sum
4952023-11-08T23:12:37.258Z++ sha256sum
4962023-11-08T23:12:37.263Z++ awk '{print $1}'
4972023-11-08T23:12:37.268Z+ calculated_sha2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113
4982023-11-08T23:12:37.272Z+ [[ b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 != \b\3\f\5\5\f\e\2\4\e\5\4\5\3\0\f\d\f\9\6\c\2\2\a\0\3\3\f\9\e\d\c\0\b\a\d\9\c\0\a\5\e\3\3\4\4\7\6\3\a\2\3\e\5\2\b\2\5\1\d\5\1\1\3 ]]
4992023-11-08T23:12:37.280Z+ set -o errexit
5002023-11-08T23:12:37.287Z+++ dirname ./tools/ci_download_dendrite_openapi
5012023-11-08T23:12:37.291Z++ cd ./tools
5022023-11-08T23:12:37.296Z++ pwd
5032023-11-08T23:12:37.301Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5042023-11-08T23:12:37.304Z++ basename ./tools/ci_download_dendrite_openapi
5052023-11-08T23:12:37.308Z+ ARG0=ci_download_dendrite_openapi
5062023-11-08T23:12:37.312Z+ TARGET_DIR=out
5072023-11-08T23:12:37.318Z+ DOWNLOAD_DIR=out/downloads
5082023-11-08T23:12:37.322Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5092023-11-08T23:12:37.339Z++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949
5102023-11-08T23:12:37.343Z++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3
5112023-11-08T23:12:37.349Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json
5122023-11-08T23:12:37.394Z+ LOCAL_FILE=out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json
5132023-11-08T23:12:37.403Z+ main
5142023-11-08T23:12:37.407Z+ [[ 0 != 0 ]]
5152023-11-08T23:12:37.441Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json'
5162023-11-08T23:12:37.453ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json
5172023-11-08T23:12:37.459Z+ echo 'Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json'
5182023-11-08T23:12:37.468ZLocal file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json
5192023-11-08T23:12:37.473Z+ local DO_DOWNLOAD=true
5202023-11-08T23:12:37.477Z+ [[ -f out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json ]]
5212023-11-08T23:12:37.502Z+ mkdir -p out/downloads
5222023-11-08T23:12:37.506Z+ '[' true == true ']'
5232023-11-08T23:12:37.509Z+ echo Downloading...
5242023-11-08T23:12:37.517ZDownloading...
5252023-11-08T23:12:37.525Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json
5262023-11-08T23:12:37.531Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json
5272023-11-08T23:12:37.536Z++ do_sha256sum out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json
5282023-11-08T23:12:37.540Z++ case "$OSTYPE" in
5292023-11-08T23:12:37.544Z++ SHA=sha256sum
5302023-11-08T23:12:37.547Z++ sha256sum
5312023-11-08T23:12:37.554Z++ awk '{print $1}'
5322023-11-08T23:12:37.594Z+ calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3
5332023-11-08T23:12:37.599Z+ [[ 82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 != \8\2\4\3\7\c\7\4\a\f\d\4\8\9\4\a\a\5\b\9\e\a\8\0\0\d\5\7\7\7\7\9\3\e\8\7\7\7\f\e\8\7\4\7\1\3\2\1\d\d\2\2\a\d\1\a\1\c\9\c\9\e\f\3 ]]
5342023-11-08T23:12:37.606Z+ set -o errexit
5352023-11-08T23:12:37.615Z+++ dirname ./tools/ci_download_dendrite_stub
5362023-11-08T23:12:37.639Z++ cd ./tools
5372023-11-08T23:12:37.646Z++ pwd
5382023-11-08T23:12:37.651Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5392023-11-08T23:12:37.664Z++ basename ./tools/ci_download_dendrite_stub
5402023-11-08T23:12:37.668Z+ ARG0=ci_download_dendrite_stub
5412023-11-08T23:12:37.673Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5422023-11-08T23:12:37.679Z++ CIDL_SHA256_ILLUMOS=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3
5432023-11-08T23:12:37.686Z++ CIDL_SHA256_LINUX_DPD=fff6c7484bbb06aa644e3fe41b200e4f7f8d7f65d067cbecd851c834c15fe2ec
5442023-11-08T23:12:37.691Z++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae
5452023-11-08T23:12:37.696Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5462023-11-08T23:12:37.709Z++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949
5472023-11-08T23:12:38.129Z++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3
5482023-11-08T23:12:38.138Z+ TARGET_DIR=out
5492023-11-08T23:12:38.145Z+ DOWNLOAD_DIR=out/downloads
5502023-11-08T23:12:38.156Z+ DEST_DIR=./out/dendrite-stub
5512023-11-08T23:12:38.194Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5522023-11-08T23:12:38.204Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5532023-11-08T23:12:38.211Z+ REPO=oxidecomputer/dendrite
5542023-11-08T23:12:38.216Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949
5552023-11-08T23:12:38.220Z+ main
5562023-11-08T23:12:38.225Z+ [[ 0 != 0 ]]
5572023-11-08T23:12:38.230Z+ CIDL_OS=solaris2.11
5582023-11-08T23:12:38.234Z+ [[ 0 != 0 ]]
5592023-11-08T23:12:38.240Zcurrent directory: /work/oxidecomputer/omicron
5602023-11-08T23:12:38.244Z+ configure_os solaris2.11
5612023-11-08T23:12:38.249Z+ echo 'current directory: /work/oxidecomputer/omicron'
5622023-11-08T23:12:38.258Z+ echo 'configuring based on OS: "solaris2.11"'
5632023-11-08T23:12:38.266Z+ case "$1" in
5642023-11-08T23:12:38.274Z+ SET_BINARIES=
5652023-11-08T23:12:38.278Zconfiguring based on OS: "solaris2.11"
5662023-11-08T23:12:38.284Z+ CIDL_SHA256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3
5672023-11-08T23:12:38.289Z+ CIDL_SHA256FUNC=do_sha256sum
5682023-11-08T23:12:38.295Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5692023-11-08T23:12:38.304Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz
5702023-11-08T23:12:38.315Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5712023-11-08T23:12:38.739Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz'
5722023-11-08T23:12:38.753Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5732023-11-08T23:12:39.180ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz
5742023-11-08T23:12:39.215ZLocal file: out/downloads/dendrite-stub.tar.gz
5752023-11-08T23:12:39.636Z+ mkdir -p out/downloads
5762023-11-08T23:12:39.661Z+ mkdir -p ./out/dendrite-stub
5772023-11-08T23:12:39.679Z+ fetch_and_verify
5782023-11-08T23:12:39.706Z+ local DO_DOWNLOAD=true
5792023-11-08T23:12:39.724Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5802023-11-08T23:12:39.733Z+ '[' true == true ']'
5812023-11-08T23:12:39.750Z+ echo Downloading...
5822023-11-08T23:12:39.767ZDownloading...
5832023-11-08T23:12:39.781Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5842023-11-08T23:12:39.790Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz
5852023-11-08T23:12:49.341Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5862023-11-08T23:12:49.344Z++ sha256sum
5872023-11-08T23:12:49.348Z++ awk '{print $1}'
5882023-11-08T23:12:49.441Z+ calculated_sha256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3
5892023-11-08T23:12:49.450Z+ [[ 14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 != \1\4\f\e\7\f\9\0\4\f\9\6\3\b\5\0\1\8\8\d\6\e\0\6\0\1\0\6\b\6\3\d\f\6\d\0\6\1\c\a\6\4\2\3\8\f\7\b\2\1\6\2\3\c\4\3\2\b\5\9\4\4\e\3 ]]
5902023-11-08T23:12:49.459Z+ do_untar out/downloads/dendrite-stub.tar.gz
5912023-11-08T23:12:49.867Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5922023-11-08T23:12:50.344Z+ do_assemble
5932023-11-08T23:12:50.347Z+ rm -r ./out/dendrite-stub
5942023-11-08T23:12:50.351Z+ mkdir ./out/dendrite-stub
5952023-11-08T23:12:50.354Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5962023-11-08T23:12:50.463Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5972023-11-08T23:12:50.479Z+ set -o errexit
5982023-11-08T23:12:50.493Z+++ dirname ./tools/ci_download_maghemite_mgd
5992023-11-08T23:12:50.517Z++ cd ./tools
6002023-11-08T23:12:50.532Z++ pwd
6012023-11-08T23:12:50.547Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6022023-11-08T23:12:50.989Z++ basename ./tools/ci_download_maghemite_mgd
6032023-11-08T23:12:51.000Z+ ARG0=ci_download_maghemite_mgd
6042023-11-08T23:12:51.014Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6052023-11-08T23:12:51.084Z++ CIDL_SHA256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31
6062023-11-08T23:12:51.095Z++ MGD_LINUX_SHA256=92463e3266f5a702af28504349526189aa0ebb23adb166ec2603182acf6cdb8c
6072023-11-08T23:12:51.110Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6082023-11-08T23:12:51.539Z++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877
6092023-11-08T23:12:51.546Z++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113
6102023-11-08T23:12:51.557Z+ TARGET_DIR=out
6112023-11-08T23:12:51.569Z+ DOWNLOAD_DIR=out/downloads
6122023-11-08T23:12:51.577Z+ DEST_DIR=./out/mgd
6132023-11-08T23:12:51.586Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6142023-11-08T23:12:51.595Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6152023-11-08T23:12:51.606Z+ REPO=oxidecomputer/maghemite
6162023-11-08T23:12:51.617Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877
6172023-11-08T23:12:51.641Z+ main
6182023-11-08T23:12:51.654Z+ [[ 0 != 0 ]]
6192023-11-08T23:12:51.668Z+ CIDL_OS=solaris2.11
6202023-11-08T23:12:51.692Z+ [[ 0 != 0 ]]
6212023-11-08T23:12:51.709Z+ configure_os solaris2.11
6222023-11-08T23:12:51.723Z+ echo 'current directory: /work/oxidecomputer/omicron'
6232023-11-08T23:12:51.791Zcurrent directory: /work/oxidecomputer/omicron
6242023-11-08T23:12:51.806Z+ echo 'configuring based on OS: "solaris2.11"'
6252023-11-08T23:12:51.825Zconfiguring based on OS: "solaris2.11"
6262023-11-08T23:12:52.247Z+ case "$1" in
6272023-11-08T23:12:52.263Z+ SET_BINARIES=
6282023-11-08T23:12:52.291Z+ CIDL_SHA256FUNC=do_sha256sum
6292023-11-08T23:12:52.315Z+ TARBALL_FILENAME=mgd.tar.gz
6302023-11-08T23:12:52.343Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz
6312023-11-08T23:12:52.359Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6322023-11-08T23:12:52.370Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz'
6332023-11-08T23:12:52.386ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz
6342023-11-08T23:12:52.399ZLocal file: out/downloads/mgd.tar.gz
6352023-11-08T23:12:52.420Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6362023-11-08T23:12:52.836Z+ mkdir -p out/downloads
6372023-11-08T23:12:52.848Z+ mkdir -p ./out/mgd
6382023-11-08T23:12:52.861Z+ fetch_and_verify
6392023-11-08T23:12:52.877Z+ local DO_DOWNLOAD=true
6402023-11-08T23:12:53.296Z+ [[ -f out/downloads/mgd.tar.gz ]]
6412023-11-08T23:12:53.310Z+ '[' true == true ']'
6422023-11-08T23:12:53.730Z+ echo Downloading...
6432023-11-08T23:12:53.744ZDownloading...
6442023-11-08T23:12:53.756Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz out/downloads/mgd.tar.gz
6452023-11-08T23:12:53.764Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz
6462023-11-08T23:13:04.245Z++ do_sha256sum out/downloads/mgd.tar.gz
6472023-11-08T23:13:04.248Z++ sha256sum
6482023-11-08T23:13:04.252Z++ awk '{print $1}'
6492023-11-08T23:13:04.326Z+ calculated_sha256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31
6502023-11-08T23:13:04.337Z+ [[ 1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 != \1\b\a\d\d\6\a\d\f\e\c\e\0\a\1\b\6\6\1\f\7\e\f\b\9\a\2\c\a\6\5\e\4\7\1\f\4\5\c\f\9\c\8\e\c\b\d\7\2\b\2\2\8\c\a\1\7\4\3\1\1\e\3\1 ]]
6512023-11-08T23:13:04.357Z+ do_untar out/downloads/mgd.tar.gz
6522023-11-08T23:13:04.374Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6532023-11-08T23:13:04.988Z+ do_assemble
6542023-11-08T23:13:05.003Z+ rm -r ./out/mgd
6552023-11-08T23:13:05.021Z+ mkdir ./out/mgd
6562023-11-08T23:13:05.036Z+ cp -r out/downloads/root ./out/mgd/root
6572023-11-08T23:13:05.186Z+ set -o errexit
6582023-11-08T23:13:05.190Z+++ dirname ./tools/ci_download_transceiver_control
6592023-11-08T23:13:05.196Z++ cd ./tools
6602023-11-08T23:13:05.206Z++ pwd
6612023-11-08T23:13:05.211Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6622023-11-08T23:13:05.216Z++ basename ./tools/ci_download_transceiver_control
6632023-11-08T23:13:05.221Z+ ARG0=ci_download_transceiver_control
6642023-11-08T23:13:05.227Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6652023-11-08T23:13:05.643Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6662023-11-08T23:13:05.647Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6672023-11-08T23:13:05.655Z+ TARGET_DIR=out
6682023-11-08T23:13:05.671Z+ DOWNLOAD_DIR=out/downloads
6692023-11-08T23:13:05.685Z+ DEST_DIR=./out/transceiver-control
6702023-11-08T23:13:05.698Z+ BIN_DIR=/opt/oxide/bin
6712023-11-08T23:13:05.718Z+ BINARY=xcvradm
6722023-11-08T23:13:05.725Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6732023-11-08T23:13:05.737Z+ REPO=oxidecomputer/transceiver-control
6742023-11-08T23:13:05.750Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6752023-11-08T23:13:05.762Z+ main
6762023-11-08T23:13:05.770Z+ [[ 0 != 0 ]]
6772023-11-08T23:13:05.777Z+ CIDL_OS=solaris2.11
6782023-11-08T23:13:05.785Z+ [[ 0 != 0 ]]
6792023-11-08T23:13:05.789Z+ configure_os solaris2.11
6802023-11-08T23:13:05.795Z+ echo 'current directory: /work/oxidecomputer/omicron'
6812023-11-08T23:13:05.802Zcurrent directory: /work/oxidecomputer/omicron
6822023-11-08T23:13:05.808Z+ echo 'configuring based on OS: "solaris2.11"'
6832023-11-08T23:13:05.815Zconfiguring based on OS: "solaris2.11"
6842023-11-08T23:13:05.821Z+ case "$1" in
6852023-11-08T23:13:05.834Z+ SET_BINARIES=
6862023-11-08T23:13:05.843Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6872023-11-08T23:13:05.851Z+ CIDL_SHA256FUNC=do_sha256sum
6882023-11-08T23:13:05.869Z+ ARCHIVE_FILENAME=xcvradm.gz
6892023-11-08T23:13:05.882Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6902023-11-08T23:13:05.903Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6912023-11-08T23:13:06.327Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6922023-11-08T23:13:06.342ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6932023-11-08T23:13:07.574Z+ echo 'Local file: out/downloads/xcvradm.gz'
6942023-11-08T23:13:07.579ZLocal file: out/downloads/xcvradm.gz
6952023-11-08T23:13:07.585Z+ mkdir -p out/downloads
6962023-11-08T23:13:07.600Z+ mkdir -p ./out/transceiver-control
6972023-11-08T23:13:07.604Z+ fetch_and_verify
6982023-11-08T23:13:07.607Z+ local DO_DOWNLOAD=true
6992023-11-08T23:13:07.611Z+ [[ -f out/downloads/xcvradm.gz ]]
7002023-11-08T23:13:07.614Z+ '[' true == true ']'
7012023-11-08T23:13:07.618Z+ echo Downloading...
7022023-11-08T23:13:07.624ZDownloading...
7032023-11-08T23:13:07.627Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7042023-11-08T23:13:07.631Z+ 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
7052023-11-08T23:13:10.256Z++ do_sha256sum out/downloads/xcvradm.gz
7062023-11-08T23:13:10.282Z++ sha256sum
7072023-11-08T23:13:10.709Z++ awk '{print $1}'
7082023-11-08T23:13:11.146Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7092023-11-08T23:13:11.173Z+ [[ 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 ]]
7102023-11-08T23:13:11.250Z+ do_unpack out/downloads/xcvradm.gz
7112023-11-08T23:13:11.306Z+ mkdir -p out/downloads/root//opt/oxide/bin
7122023-11-08T23:13:11.320Z+ gzip -dc out/downloads/xcvradm.gz
7132023-11-08T23:13:11.342Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7142023-11-08T23:13:11.350Z+ do_assemble
7152023-11-08T23:13:11.365Z+ rm -r ./out/transceiver-control
7162023-11-08T23:13:11.380Z+ mkdir ./out/transceiver-control
7172023-11-08T23:13:11.391Z+ cp -r out/downloads/root ./out/transceiver-control/root
7182023-11-08T23:13:11.399ZAll builder prerequisites installed successfully, and PATH looks valid
7192023-11-08T23:13:11.407Z
7202023-11-08T23:13:11.421Zreal 2:38.844041721
7212023-11-08T23:13:11.432Zuser 52.212916369
7222023-11-08T23:13:11.458Zsys 9.974290507
7232023-11-08T23:13:11.475Ztrap 0.021112965
7242023-11-08T23:13:11.500Ztflt 0.150773765
7252023-11-08T23:13:11.508Zdflt 0.512939020
7262023-11-08T23:13:11.516Zkflt 0.196879478
7272023-11-08T23:13:11.532Zlock 1.670050834
7282023-11-08T23:13:11.573Zslp 5:14.733536574
7292023-11-08T23:13:11.582Zlat 3.388250495
7302023-11-08T23:13:11.591Zstop 0.072109572
7312023-11-08T23:13:11.605Z
7322023-11-08T23:13:11.645Z ##### # # # # #####
7332023-11-08T23:13:11.676Z # # # # # # # #
7342023-11-08T23:13:11.698Z ##### # # # # # #
7352023-11-08T23:13:11.715Z # # # # # # # #
7362023-11-08T23:13:11.732Z # # # # # # # #
7372023-11-08T23:13:11.744Z ##### #### # ###### #####
7382023-11-08T23:13:11.755Z
7392023-11-08T23:13:11.767Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7402023-11-08T23:13:11.777Z Updating crates.io index
7412023-11-08T23:13:11.786Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7422023-11-08T23:13:13.612Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7432023-11-08T23:13:16.593Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7442023-11-08T23:13:17.163Z Updating git repository `http://github.com/oxidecomputer/tofino`
7452023-11-08T23:13:17.543Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7462023-11-08T23:13:17.833Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7472023-11-08T23:13:18.123Z Updating git repository `https://github.com/oxidecomputer/propolis`
7482023-11-08T23:13:19.016Z Updating git repository `https://github.com/oxidecomputer/crucible`
7492023-11-08T23:13:20.752Z Updating git repository `https://github.com/oxidecomputer/opte`
7502023-11-08T23:13:21.693Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7512023-11-08T23:13:22.077Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7522023-11-08T23:13:22.448Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7532023-11-08T23:13:22.996Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7542023-11-08T23:13:23.339Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7552023-11-08T23:13:23.761Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7562023-11-08T23:13:24.071Z Updating git repository `https://github.com/njaremko/samael`
7572023-11-08T23:13:24.513Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7582023-11-08T23:13:25.274Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7592023-11-08T23:13:25.726Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7602023-11-08T23:13:26.051Z Updating git repository `https://github.com/jgallagher/nix`
7612023-11-08T23:13:27.364Z Updating git repository `https://github.com/cbiffle/hubpack`
7622023-11-08T23:13:27.729Z Updating git repository `https://github.com/oxidecomputer/omicron`
7632023-11-08T23:13:36.844Z Updating git repository `https://github.com/oxidecomputer/rfb`
7642023-11-08T23:13:37.332Z Updating git repository `https://github.com/oxidecomputer/typify`
7652023-11-08T23:13:38.298Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7662023-11-08T23:13:38.692Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7672023-11-08T23:13:38.975Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7682023-11-08T23:13:40.400Z Downloading crates ...
7692023-11-08T23:13:40.921Z Downloaded cexpr v0.6.0
7702023-11-08T23:13:40.936Z Downloaded bitflags v2.4.0
7712023-11-08T23:13:40.943Z Downloaded byteorder v1.5.0
7722023-11-08T23:13:40.954Z Downloaded heck v0.4.1
7732023-11-08T23:13:40.965Z Downloaded constant_time_eq v0.2.6
7742023-11-08T23:13:40.980Z Downloaded hostname v0.3.1
7752023-11-08T23:13:40.998Z Downloaded inout v0.1.3
7762023-11-08T23:13:41.015Z Downloaded glob v0.3.1
7772023-11-08T23:13:41.025Z Downloaded group v0.13.0
7782023-11-08T23:13:41.036Z Downloaded matches v0.1.10
7792023-11-08T23:13:41.047Z Downloaded httparse v1.8.0
7802023-11-08T23:13:41.068Z Downloaded cargo_toml v0.17.0
7812023-11-08T23:13:41.084Z Downloaded hashlink v0.8.3
7822023-11-08T23:13:41.098Z Downloaded mockall v0.11.4
7832023-11-08T23:13:41.109Z Downloaded http-range v0.1.5
7842023-11-08T23:13:41.121Z Downloaded lalrpop-util v0.19.12
7852023-11-08T23:13:41.124Z Downloaded serde_spanned v0.6.4
7862023-11-08T23:13:41.131Z Downloaded serde_urlencoded v0.7.1
7872023-11-08T23:13:41.139Z Downloaded thiserror v1.0.49
7882023-11-08T23:13:41.142Z Downloaded radium v0.7.0
7892023-11-08T23:13:41.146Z Downloaded indexmap v1.9.3
7902023-11-08T23:13:41.151Z Downloaded atomicwrites v0.4.2
7912023-11-08T23:13:41.154Z Downloaded colored v2.0.4
7922023-11-08T23:13:41.157Z Downloaded tokio-stream v0.1.14
7932023-11-08T23:13:41.160Z Downloaded unicode-xid v0.2.4
7942023-11-08T23:13:41.164Z Downloaded macaddr v1.0.1
7952023-11-08T23:13:41.167Z Downloaded impl-trait-for-tuples v0.2.2
7962023-11-08T23:13:41.172Z Downloaded cargo-platform v0.1.3
7972023-11-08T23:13:41.176Z Downloaded serde-big-array v0.4.1
7982023-11-08T23:13:41.180Z Downloaded scopeguard v1.2.0
7992023-11-08T23:13:41.183Z Downloaded sct v0.7.0
8002023-11-08T23:13:41.188Z Downloaded instant v0.1.12
8012023-11-08T23:13:41.191Z Downloaded lock_api v0.4.10
8022023-11-08T23:13:41.198Z Downloaded maplit v1.0.2
8032023-11-08T23:13:41.201Z Downloaded is_ci v1.1.1
8042023-11-08T23:13:41.204Z Downloaded vergen v8.2.4
8052023-11-08T23:13:41.208Z Downloaded adler v1.0.2
8062023-11-08T23:13:41.211Z Downloaded ident_case v1.0.1
8072023-11-08T23:13:41.214Z Downloaded argon2 v0.5.2
8082023-11-08T23:13:41.227Z Downloaded bincode v1.3.3
8092023-11-08T23:13:41.236Z Downloaded hashbrown v0.13.2
8102023-11-08T23:13:41.252Z Downloaded time-core v0.1.1
8112023-11-08T23:13:41.265Z Downloaded serial_test_derive v0.10.0
8122023-11-08T23:13:41.290Z Downloaded cfg-if v0.1.10
8132023-11-08T23:13:41.303Z Downloaded highway v1.1.0
8142023-11-08T23:13:41.314Z Downloaded ipnetwork v0.20.0
8152023-11-08T23:13:41.318Z Downloaded waitgroup v0.1.2
8162023-11-08T23:13:41.327Z Downloaded ryu v1.0.15
8172023-11-08T23:13:41.330Z Downloaded ahash v0.8.3
8182023-11-08T23:13:41.333Z Downloaded futures-macro v0.3.29
8192023-11-08T23:13:41.341Z Downloaded futures-core v0.3.29
8202023-11-08T23:13:41.345Z Downloaded half v1.8.2
8212023-11-08T23:13:41.348Z Downloaded foreign-types v0.3.2
8222023-11-08T23:13:41.351Z Downloaded predicates-tree v1.0.9
8232023-11-08T23:13:41.354Z Downloaded unarray v0.1.4
8242023-11-08T23:13:41.359Z Downloaded ppv-lite86 v0.2.17
8252023-11-08T23:13:41.362Z Downloaded strsim v0.10.0
8262023-11-08T23:13:41.365Z Downloaded strum v0.25.0
8272023-11-08T23:13:41.369Z Downloaded threadpool v1.8.1
8282023-11-08T23:13:41.376Z Downloaded jobserver v0.1.26
8292023-11-08T23:13:41.384Z Downloaded anes v0.1.6
8302023-11-08T23:13:41.389Z Downloaded phf_shared v0.10.0
8312023-11-08T23:13:41.392Z Downloaded derive_builder_core v0.12.0
8322023-11-08T23:13:41.395Z Downloaded signature v2.1.0
8332023-11-08T23:13:41.398Z Downloaded static_assertions v1.1.0
8342023-11-08T23:13:41.401Z Downloaded backtrace v0.3.69
8352023-11-08T23:13:41.404Z Downloaded oso-derive v0.27.0
8362023-11-08T23:13:41.406Z Downloaded proc-macro-crate v1.3.1
8372023-11-08T23:13:41.410Z Downloaded number_prefix v0.4.0
8382023-11-08T23:13:41.412Z Downloaded num_enum v0.5.11
8392023-11-08T23:13:41.415Z Downloaded tinyvec v1.6.0
8402023-11-08T23:13:41.419Z Downloaded tinyvec_macros v0.1.1
8412023-11-08T23:13:41.421Z Downloaded pkg-config v0.3.27
8422023-11-08T23:13:41.424Z Downloaded structopt-derive v0.4.18
8432023-11-08T23:13:41.427Z Downloaded pin-project-lite v0.2.13
8442023-11-08T23:13:41.432Z Downloaded opaque-debug v0.3.0
8452023-11-08T23:13:41.435Z Downloaded spin v0.5.2
8462023-11-08T23:13:41.438Z Downloaded stable_deref_trait v1.2.0
8472023-11-08T23:13:41.441Z Downloaded futures-sink v0.3.29
8482023-11-08T23:13:41.443Z Downloaded dirs-sys-next v0.1.2
8492023-11-08T23:13:41.447Z Downloaded siphasher v0.3.11
8502023-11-08T23:13:41.452Z Downloaded endian-type v0.1.2
8512023-11-08T23:13:41.455Z Downloaded packed_struct v0.10.1
8522023-11-08T23:13:41.459Z Downloaded semver v0.11.0
8532023-11-08T23:13:41.462Z Downloaded socket2 v0.4.9
8542023-11-08T23:13:41.465Z Downloaded proc-macro-error v1.0.4
8552023-11-08T23:13:41.469Z Downloaded unicode-linebreak v0.1.5
8562023-11-08T23:13:41.472Z Downloaded termios v0.3.3
8572023-11-08T23:13:41.475Z Downloaded derive-where v1.2.5
8582023-11-08T23:13:41.479Z Downloaded tokio-native-tls v0.3.1
8592023-11-08T23:13:41.482Z Downloaded polyval v0.6.1
8602023-11-08T23:13:41.485Z Downloaded normalize-line-endings v0.3.0
8612023-11-08T23:13:41.490Z Downloaded tabled_derive v0.6.0
8622023-11-08T23:13:41.494Z Downloaded debug-ignore v1.0.5
8632023-11-08T23:13:41.498Z Downloaded serial_test v0.10.0
8642023-11-08T23:13:41.502Z Downloaded dof v0.1.5
8652023-11-08T23:13:41.505Z Downloaded toml_datetime v0.6.5
8662023-11-08T23:13:41.508Z Downloaded dirs-next v2.0.0
8672023-11-08T23:13:41.512Z Downloaded termcolor v1.2.0
8682023-11-08T23:13:41.516Z Downloaded minimal-lexical v0.2.1
8692023-11-08T23:13:41.520Z Downloaded want v0.3.1
8702023-11-08T23:13:41.525Z Downloaded ed25519 v1.5.3
8712023-11-08T23:13:41.542Z Downloaded same-file v1.0.6
8722023-11-08T23:13:41.553Z Downloaded futures-executor v0.3.29
8732023-11-08T23:13:41.558Z Downloaded usdt-attr-macro v0.3.5
8742023-11-08T23:13:41.564Z Downloaded vte_generate_state_changes v0.1.1
8752023-11-08T23:13:41.571Z Downloaded either v1.9.0
8762023-11-08T23:13:41.576Z Downloaded new_debug_unreachable v1.0.4
8772023-11-08T23:13:41.581Z Downloaded tempfile v3.8.0
8782023-11-08T23:13:41.588Z Downloaded usdt-impl v0.3.5
8792023-11-08T23:13:41.598Z Downloaded tokio-macros v2.1.0
8802023-11-08T23:13:41.617Z Downloaded wait-timeout v0.2.0
8812023-11-08T23:13:41.641Z Downloaded ref-cast v1.0.20
8822023-11-08T23:13:41.667Z Downloaded crossbeam v0.8.2
8832023-11-08T23:13:41.687Z Downloaded num v0.4.1
8842023-11-08T23:13:41.698Z Downloaded http v0.2.9
8852023-11-08T23:13:41.708Z Downloaded precomputed-hash v0.1.1
8862023-11-08T23:13:41.722Z Downloaded darling_macro v0.14.4
8872023-11-08T23:13:41.829Z Downloaded rustversion v1.0.14
8882023-11-08T23:13:41.847Z Downloaded futures-timer v3.0.2
8892023-11-08T23:13:41.867Z Downloaded curve25519-dalek-derive v0.1.0
8902023-11-08T23:13:41.901Z Downloaded papergrid v0.10.0
8912023-11-08T23:13:41.917Z Downloaded swrite v0.1.0
8922023-11-08T23:13:41.925Z Downloaded smallvec v1.11.0
8932023-11-08T23:13:41.945Z Downloaded nodrop v0.1.14
8942023-11-08T23:13:41.964Z Downloaded serde-big-array v0.5.1
8952023-11-08T23:13:41.969Z Downloaded resolv-conf v0.7.0
8962023-11-08T23:13:41.979Z Downloaded quick-error v1.2.3
8972023-11-08T23:13:41.983Z Downloaded rustfmt-wrapper v0.2.0
8982023-11-08T23:13:41.986Z Downloaded strip-ansi-escapes v0.2.0
8992023-11-08T23:13:41.994Z Downloaded olpc-cjson v0.1.3
9002023-11-08T23:13:41.999Z Downloaded tui-tree-widget v0.13.0
9012023-11-08T23:13:42.004Z Downloaded quote v1.0.33
9022023-11-08T23:13:42.008Z Downloaded path-dedot v3.1.0
9032023-11-08T23:13:42.011Z Downloaded criterion-plot v0.5.0
9042023-11-08T23:13:42.015Z Downloaded postgres-protocol v0.6.6
9052023-11-08T23:13:42.021Z Downloaded crc-catalog v2.2.0
9062023-11-08T23:13:42.024Z Downloaded pest_generator v2.7.2
9072023-11-08T23:13:42.028Z Downloaded ron v0.7.1
9082023-11-08T23:13:42.034Z Downloaded subprocess v0.2.9
9092023-11-08T23:13:42.040Z Downloaded signal-hook-mio v0.2.3
9102023-11-08T23:13:42.044Z Downloaded unicode-width v0.1.11
9112023-11-08T23:13:42.052Z Downloaded strum_macros v0.25.2
9122023-11-08T23:13:42.077Z Downloaded trust-dns-server v0.22.1
9132023-11-08T23:13:42.907Z Downloaded pretty-hex v0.3.0
9142023-11-08T23:13:42.929Z Downloaded rand_chacha v0.3.1
9152023-11-08T23:13:42.940Z Downloaded rustls-pemfile v1.0.3
9162023-11-08T23:13:42.957Z Downloaded path-slash v0.1.5
9172023-11-08T23:13:42.972Z Downloaded thread-id v4.2.0
9182023-11-08T23:13:42.996Z Downloaded parse-display v0.7.0
9192023-11-08T23:13:43.012Z Downloaded time-macros v0.2.13
9202023-11-08T23:13:43.037Z Downloaded parking_lot_core v0.9.8
9212023-11-08T23:13:43.056Z Downloaded crc v3.0.1
9222023-11-08T23:13:43.076Z Downloaded cpufeatures v0.2.9
9232023-11-08T23:13:43.499Z Downloaded predicates v2.1.5
9242023-11-08T23:13:43.507Z Downloaded zone_cfg_derive v0.3.0
9252023-11-08T23:13:43.523Z Downloaded pest_meta v2.7.2
9262023-11-08T23:13:43.535Z Downloaded crunchy v0.2.2
9272023-11-08T23:13:43.538Z Downloaded crucible-workspace-hack v0.1.0
9282023-11-08T23:13:43.542Z Downloaded plotters-svg v0.3.5
9292023-11-08T23:13:43.546Z Downloaded plotters-backend v0.3.5
9302023-11-08T23:13:43.550Z Downloaded slog-async v2.8.0
9312023-11-08T23:13:43.553Z Downloaded rtoolbox v0.0.1
9322023-11-08T23:13:43.557Z Downloaded relative-path v1.9.0
9332023-11-08T23:13:43.560Z Downloaded r2d2 v0.8.10
9342023-11-08T23:13:43.564Z Downloaded serde_derive_internals v0.26.0
9352023-11-08T23:13:43.567Z Downloaded x509-cert v0.2.4
9362023-11-08T23:13:43.571Z Downloaded path-absolutize v3.1.0
9372023-11-08T23:13:43.575Z Downloaded equivalent v1.0.1
9382023-11-08T23:13:43.578Z Downloaded darling_macro v0.20.3
9392023-11-08T23:13:43.582Z Downloaded utf8parse v0.2.1
9402023-11-08T23:13:43.585Z Downloaded futures-io v0.3.29
9412023-11-08T23:13:43.589Z Downloaded digest v0.10.7
9422023-11-08T23:13:43.592Z Downloaded rustc-demangle v0.1.23
9432023-11-08T23:13:43.598Z Downloaded typenum v1.16.0
9442023-11-08T23:13:43.610Z Downloaded try-lock v0.2.4
9452023-11-08T23:13:43.614Z Downloaded corncobs v0.1.3
9462023-11-08T23:13:43.617Z Downloaded parse-display v0.8.2
9472023-11-08T23:13:43.623Z Downloaded zeroize_derive v1.4.2
9482023-11-08T23:13:43.630Z Downloaded hashbrown v0.14.2
9492023-11-08T23:13:43.641Z Downloaded dtrace-parser v0.1.14
9502023-11-08T23:13:43.652Z Downloaded fxhash v0.2.1
9512023-11-08T23:13:43.656Z Downloaded diesel_table_macro_syntax v0.1.0
9522023-11-08T23:13:43.665Z Downloaded serde_with v2.3.3
9532023-11-08T23:13:43.675Z Downloaded peeking_take_while v0.1.2
9542023-11-08T23:13:44.099Z Downloaded ref-cast-impl v1.0.20
9552023-11-08T23:13:44.111Z Downloaded data-encoding v2.4.0
9562023-11-08T23:13:44.121Z Downloaded utf-8 v0.7.6
9572023-11-08T23:13:44.136Z Downloaded openssl-probe v0.1.5
9582023-11-08T23:13:44.155Z Downloaded crossbeam-utils v0.8.16
9592023-11-08T23:13:44.169Z Downloaded pretty-hex v0.2.1
9602023-11-08T23:13:44.207Z Downloaded rand_xorshift v0.3.0
9612023-11-08T23:13:44.239Z Downloaded newline-converter v0.3.0
9622023-11-08T23:13:44.254Z Downloaded yansi v0.5.1
9632023-11-08T23:13:44.267Z Downloaded nibble_vec v0.1.0
9642023-11-08T23:13:44.280Z Downloaded bitvec v1.0.1
9652023-11-08T23:13:44.295Z Downloaded shlex v1.1.0
9662023-11-08T23:13:44.335Z Downloaded tower-service v0.3.2
9672023-11-08T23:13:44.343Z Downloaded untrusted v0.7.1
9682023-11-08T23:13:44.354Z Downloaded dyn-clone v1.0.13
9692023-11-08T23:13:44.365Z Downloaded tinytemplate v1.2.1
9702023-11-08T23:13:44.778Z Downloaded slog-scope v4.4.0
9712023-11-08T23:13:44.795Z Downloaded unsafe-libyaml v0.2.9
9722023-11-08T23:13:44.806Z Downloaded smawk v0.3.1
9732023-11-08T23:13:44.816Z Downloaded rust-argon2 v1.0.1
9742023-11-08T23:13:44.834Z Downloaded clap v2.34.0
9752023-11-08T23:13:44.845Z Downloaded futures-task v0.3.29
9762023-11-08T23:13:44.852Z Downloaded omicron-zone-package v0.8.3
9772023-11-08T23:13:44.862Z Downloaded slog-dtrace v0.2.3
9782023-11-08T23:13:44.896Z Downloaded trybuild v1.0.85
9792023-11-08T23:13:44.915Z Downloaded untrusted v0.9.0
9802023-11-08T23:13:45.343Z Downloaded tokio-tungstenite v0.20.1
9812023-11-08T23:13:45.364Z Downloaded tokio-tungstenite v0.18.0
9822023-11-08T23:13:45.387Z Downloaded slog-stdlog v4.1.1
9832023-11-08T23:13:45.392Z Downloaded darling v0.14.4
9842023-11-08T23:13:45.398Z Downloaded socket2 v0.5.4
9852023-11-08T23:13:45.403Z Downloaded nom v7.1.3
9862023-11-08T23:13:45.409Z Downloaded universal-hash v0.5.1
9872023-11-08T23:13:45.414Z Downloaded num-bigint v0.4.4
9882023-11-08T23:13:45.418Z Downloaded derive_builder v0.12.0
9892023-11-08T23:13:45.422Z Downloaded uuid v1.5.0
9902023-11-08T23:13:45.428Z Downloaded pest v2.7.2
9912023-11-08T23:13:45.433Z Downloaded pretty_assertions v1.4.0
9922023-11-08T23:13:45.439Z Downloaded num-rational v0.4.1
9932023-11-08T23:13:45.443Z Downloaded zip v0.6.6
9942023-11-08T23:13:45.449Z Downloaded num-bigint-dig v0.8.4
9952023-11-08T23:13:45.456Z Downloaded unicode-segmentation v1.10.1
9962023-11-08T23:13:45.462Z Downloaded crypto-bigint v0.5.2
9972023-11-08T23:13:45.468Z Downloaded git2 v0.17.2
9982023-11-08T23:13:45.474Z Downloaded winnow v0.5.15
9992023-11-08T23:13:45.479Z Downloaded openssl-sys v0.9.93
10002023-11-08T23:13:45.488Z Downloaded tokio-util v0.7.10
10012023-11-08T23:13:45.495Z Downloaded tracing v0.1.37
10022023-11-08T23:13:45.505Z Downloaded quick-xml v0.23.1
10032023-11-08T23:13:45.511Z Downloaded radix_trie v0.2.1
10042023-11-08T23:13:45.520Z Downloaded tough v0.14.0
10052023-11-08T23:13:45.528Z Downloaded futures-util v0.3.29
10062023-11-08T23:13:45.532Z Downloaded rayon v1.8.0
10072023-11-08T23:13:45.536Z Downloaded regex v1.10.2
10082023-11-08T23:13:45.540Z Downloaded petgraph v0.6.4
10092023-11-08T23:13:45.544Z Downloaded unicode-normalization v0.1.22
10102023-11-08T23:13:45.547Z Downloaded regex-syntax v0.7.5
10112023-11-08T23:13:45.554Z Downloaded bstr v0.2.17
10122023-11-08T23:13:45.566Z Downloaded smoltcp v0.9.1
10132023-11-08T23:13:45.582Z Downloaded smoltcp v0.8.2
10142023-11-08T23:13:45.593Z Downloaded object v0.32.1
10152023-11-08T23:13:45.601Z Downloaded syn v1.0.109
10162023-11-08T23:13:45.606Z Downloaded ratatui v0.23.0
10172023-11-08T23:13:45.612Z Downloaded diesel v2.1.3
10182023-11-08T23:13:45.618Z Downloaded curve25519-dalek v4.1.0
10192023-11-08T23:13:45.627Z Downloaded sled v0.34.7
10202023-11-08T23:13:45.635Z Downloaded regex-automata v0.3.8
10212023-11-08T23:13:45.642Z Downloaded zerocopy-derive v0.6.4
10222023-11-08T23:13:45.648Z Downloaded zerocopy-derive v0.2.0
10232023-11-08T23:13:45.686Z Downloaded bzip2-sys v0.1.11+1.0.8
10242023-11-08T23:13:45.693Z Downloaded regex-automata v0.4.3
10252023-11-08T23:13:45.698Z Downloaded tokio v1.33.0
10262023-11-08T23:13:46.117Z Downloaded libc v0.2.150
10272023-11-08T23:13:46.123Z Downloaded rustix v0.38.9
10282023-11-08T23:13:46.130Z Downloaded sha3 v0.10.8
10292023-11-08T23:13:46.141Z Downloaded openapiv3 v1.0.3
10302023-11-08T23:13:46.146Z Downloaded encoding_rs v0.8.33
10312023-11-08T23:13:46.149Z Downloaded libgit2-sys v0.15.2+1.6.4
10322023-11-08T23:13:46.153Z Downloaded nix v0.26.2
10332023-11-08T23:13:46.157Z Downloaded rustix v0.37.23
10342023-11-08T23:13:46.161Z Downloaded trust-dns-proto v0.22.0
10352023-11-08T23:13:46.165Z Downloaded regex-syntax v0.8.2
10362023-11-08T23:13:46.171Z Downloaded webpki-roots v0.25.2
10372023-11-08T23:13:46.176Z Downloaded object v0.30.4
10382023-11-08T23:13:46.179Z Downloaded openssl v0.10.57
10392023-11-08T23:13:46.183Z Downloaded polar-core v0.27.0
10402023-11-08T23:13:46.188Z Downloaded bstr v1.6.0
10412023-11-08T23:13:46.192Z Downloaded clap_builder v4.4.2
10422023-11-08T23:13:46.196Z Downloaded syn v2.0.32
10432023-11-08T23:13:46.205Z Downloaded regress v0.7.1
10442023-11-08T23:13:46.211Z Downloaded regex-syntax v0.6.29
10452023-11-08T23:13:46.215Z Downloaded idna v0.4.0
10462023-11-08T23:13:46.223Z Downloaded idna v0.2.3
10472023-11-08T23:13:46.229Z Downloaded gimli v0.28.0
10482023-11-08T23:13:46.232Z Downloaded tabled v0.14.0
10492023-11-08T23:13:46.235Z Downloaded rustls v0.21.8
10502023-11-08T23:13:46.239Z Downloaded reqwest v0.11.20
10512023-11-08T23:13:46.243Z Downloaded hyper v0.14.27
10522023-11-08T23:13:46.249Z Downloaded chrono v0.4.31
10532023-11-08T23:13:46.259Z Downloaded serde_json v1.0.108
10542023-11-08T23:13:46.273Z Downloaded crossterm v0.27.0
10552023-11-08T23:13:46.279Z Downloaded portable-atomic v1.4.3
10562023-11-08T23:13:46.285Z Downloaded rustls-webpki v0.101.7
10572023-11-08T23:13:46.289Z Downloaded vcpkg v0.2.15
10582023-11-08T23:13:46.293Z Downloaded rand v0.8.5
10592023-11-08T23:13:46.297Z Downloaded criterion v0.5.1
10602023-11-08T23:13:46.300Z Downloaded rusqlite v0.29.0
10612023-11-08T23:13:46.304Z Downloaded url v2.4.1
10622023-11-08T23:13:46.307Z Downloaded trust-dns-resolver v0.22.0
10632023-11-08T23:13:46.316Z Downloaded regex-automata v0.1.10
10642023-11-08T23:13:46.320Z Downloaded lalrpop v0.19.12
10652023-11-08T23:13:46.324Z Downloaded diesel_derives v2.1.1
10662023-11-08T23:13:46.328Z Downloaded plotters v0.3.5
10672023-11-08T23:13:46.334Z Downloaded supports-color v2.1.0
10682023-11-08T23:13:46.338Z Downloaded tracing-attributes v0.1.26
10692023-11-08T23:13:46.346Z Downloaded env_logger v0.10.0
10702023-11-08T23:13:46.350Z Downloaded elliptic-curve v0.13.5
10712023-11-08T23:13:46.354Z Downloaded darling_core v0.14.4
10722023-11-08T23:13:46.358Z Downloaded libz-sys v1.1.12
10732023-11-08T23:13:46.365Z Downloaded bindgen v0.65.1
10742023-11-08T23:13:46.371Z Downloaded proptest v1.3.1
10752023-11-08T23:13:46.390Z Downloaded crypto-common v0.1.6
10762023-11-08T23:13:46.814Z Downloaded der v0.7.8
10772023-11-08T23:13:46.820Z Downloaded pkcs8 v0.10.2
10782023-11-08T23:13:46.826Z Downloaded similar v2.2.1
10792023-11-08T23:13:46.831Z Downloaded generic-array v0.14.7
10802023-11-08T23:13:46.839Z Downloaded toml_edit v0.19.15
10812023-11-08T23:13:46.848Z Downloaded slog-bunyan v2.4.0
10822023-11-08T23:13:46.856Z Downloaded password-hash v0.5.0
10832023-11-08T23:13:46.864Z Downloaded newtype_derive v0.1.6
10842023-11-08T23:13:46.870Z Downloaded stringprep v0.1.3
10852023-11-08T23:13:46.882Z Downloaded pin-project-internal v1.1.3
10862023-11-08T23:13:46.896Z Downloaded fatfs v0.3.6
10872023-11-08T23:13:46.902Z Downloaded trust-dns-client v0.22.0
10882023-11-08T23:13:46.906Z Downloaded subtle v2.5.0
10892023-11-08T23:13:46.910Z Downloaded errno v0.3.2
10902023-11-08T23:13:46.916Z Downloaded enum-as-inner v0.5.1
10912023-11-08T23:13:46.920Z Downloaded ctr v0.9.2
10922023-11-08T23:13:46.928Z Downloaded pem v3.0.2
10932023-11-08T23:13:46.932Z Downloaded paste v1.0.14
10942023-11-08T23:13:46.937Z Downloaded partial-io v0.5.4
10952023-11-08T23:13:46.941Z Downloaded parking_lot v0.11.2
10962023-11-08T23:13:46.947Z Downloaded yasna v0.5.2
10972023-11-08T23:13:46.954Z Downloaded slog v2.7.0
10982023-11-08T23:13:46.960Z Downloaded tungstenite v0.18.0
10992023-11-08T23:13:46.963Z Downloaded serde_derive v1.0.188
11002023-11-08T23:13:46.968Z Downloaded serde_yaml v0.9.25
11012023-11-08T23:13:46.972Z Downloaded tokio-postgres v0.7.10
11022023-11-08T23:13:46.977Z Downloaded toml_edit v0.21.0
11032023-11-08T23:13:46.981Z Downloaded parse-display-derive v0.7.0
11042023-11-08T23:13:46.985Z Downloaded predicates v3.0.4
11052023-11-08T23:13:46.994Z Downloaded dashmap v5.5.1
11062023-11-08T23:13:46.998Z Downloaded diff v0.1.13
11072023-11-08T23:13:47.004Z Downloaded difflib v0.4.0
11082023-11-08T23:13:47.016Z Downloaded ena v0.14.2
11092023-11-08T23:13:47.025Z Downloaded futures-channel v0.3.29
11102023-11-08T23:13:47.079Z Downloaded ff v0.13.0
11112023-11-08T23:13:47.085Z Downloaded parking_lot v0.12.1
11122023-11-08T23:13:47.089Z Downloaded hkdf v0.12.3
11132023-11-08T23:13:47.093Z Downloaded fallible-streaming-iterator v0.1.9
11142023-11-08T23:13:47.096Z Downloaded strum_macros v0.24.3
11152023-11-08T23:13:47.101Z Downloaded xattr v1.0.1
11162023-11-08T23:13:47.106Z Downloaded slog-json v2.6.1
11172023-11-08T23:13:47.116Z Downloaded slog-envlogger v2.2.0
11182023-11-08T23:13:47.120Z Downloaded test-strategy v0.3.1
11192023-11-08T23:13:47.124Z Downloaded crc-any v2.4.3
11202023-11-08T23:13:47.127Z Downloaded time v0.3.27
11212023-11-08T23:13:47.131Z Downloaded thiserror-impl v1.0.49
11222023-11-08T23:13:47.137Z Downloaded pin-utils v0.1.0
11232023-11-08T23:13:47.146Z Downloaded phf v0.11.2
11242023-11-08T23:13:47.176Z Downloaded which v4.4.0
11252023-11-08T23:13:47.192Z Downloaded zone v0.3.0
11262023-11-08T23:13:47.205Z Downloaded tracing-core v0.1.31
11272023-11-08T23:13:47.411Z Downloaded ring v0.17.5
11282023-11-08T23:13:47.429Z Downloaded aes v0.8.3
11292023-11-08T23:13:47.439Z Downloaded once_cell v1.18.0
11302023-11-08T23:13:47.458Z Downloaded shell-words v1.1.0
11312023-11-08T23:13:47.468Z Downloaded fd-lock v3.0.13
11322023-11-08T23:13:47.480Z Downloaded fastrand v2.0.0
11332023-11-08T23:13:47.495Z Downloaded proc-macro-error-attr v1.0.4
11342023-11-08T23:13:47.920Z Downloaded parse-display-derive v0.8.2
11352023-11-08T23:13:47.928Z Downloaded expectorate v1.1.0
11362023-11-08T23:13:47.939Z Downloaded pem-rfc7468 v0.7.0
11372023-11-08T23:13:47.946Z Downloaded ringbuffer v0.15.0
11382023-11-08T23:13:47.953Z Downloaded darling v0.20.3
11392023-11-08T23:13:47.961Z Downloaded libsqlite3-sys v0.26.0
11402023-11-08T23:13:47.970Z Downloaded crc32fast v1.3.2
11412023-11-08T23:13:47.978Z Downloaded schemars v0.8.13
11422023-11-08T23:13:47.988Z Downloaded ring v0.16.20
11432023-11-08T23:13:47.999Z Downloaded crossbeam-channel v0.5.8
11442023-11-08T23:13:48.013Z Downloaded pest_derive v2.7.2
11452023-11-08T23:13:48.019Z Downloaded rstest_macros v0.18.2
11462023-11-08T23:13:48.024Z Downloaded libxml v0.3.3
11472023-11-08T23:13:48.029Z Downloaded toml v0.7.8
11482023-11-08T23:13:48.034Z Downloaded mio v0.8.8
11492023-11-08T23:13:48.039Z Downloaded smf v0.2.2
11502023-11-08T23:13:48.044Z Downloaded pem v1.1.1
11512023-11-08T23:13:48.052Z Downloaded semver v0.1.20
11522023-11-08T23:13:48.056Z Downloaded semver-parser v0.10.2
11532023-11-08T23:13:48.061Z Downloaded lazy_static v1.4.0
11542023-11-08T23:13:48.066Z Downloaded oorandom v11.1.3
11552023-11-08T23:13:48.072Z Downloaded walkdir v2.4.0
11562023-11-08T23:13:48.079Z Downloaded serde_with_macros v2.3.3
11572023-11-08T23:13:48.086Z Downloaded tokio-rustls v0.24.1
11582023-11-08T23:13:48.153Z Downloaded crossbeam-epoch v0.9.15
11592023-11-08T23:13:48.167Z Downloaded steno v0.4.0
11602023-11-08T23:13:48.184Z Downloaded secrecy v0.8.0
11612023-11-08T23:13:48.205Z Downloaded flate2 v1.0.28
11622023-11-08T23:13:48.219Z Downloaded postcard-cobs v0.1.5-pre
11632023-11-08T23:13:48.227Z Downloaded native-tls v0.2.11
11642023-11-08T23:13:48.234Z Downloaded openssl-macros v0.1.1
11652023-11-08T23:13:48.246Z Downloaded signal-hook v0.3.17
11662023-11-08T23:13:48.252Z Downloaded unicode-ident v1.0.12
11672023-11-08T23:13:48.261Z Downloaded filetime v0.2.22
11682023-11-08T23:13:48.276Z Downloaded toml v0.8.8
11692023-11-08T23:13:48.305Z Downloaded toml v0.5.11
11702023-11-08T23:13:48.311Z Downloaded reedline v0.25.0
11712023-11-08T23:13:48.319Z Downloaded zerocopy v0.3.0
11722023-11-08T23:13:48.338Z Downloaded sha2 v0.10.8
11732023-11-08T23:13:49.582Z Downloaded nu-ansi-term v0.49.0
11742023-11-08T23:13:49.612Z Downloaded postcard v0.7.3
11752023-11-08T23:13:49.636Z Downloaded remove_dir_all v0.5.3
11762023-11-08T23:13:49.653Z Downloaded zeroize v1.6.0
11772023-11-08T23:13:49.667Z Downloaded crossbeam-queue v0.3.8
11782023-11-08T23:13:49.678Z Downloaded pin-project v1.1.3
11792023-11-08T23:13:50.115Z Downloaded flume v0.11.0
11802023-11-08T23:13:50.135Z Downloaded snafu v0.7.5
11812023-11-08T23:13:50.154Z Downloaded serde v1.0.188
11822023-11-08T23:13:50.178Z Downloaded rand v0.4.6
11832023-11-08T23:13:50.192Z Downloaded memchr v2.6.3
11842023-11-08T23:13:50.294Z Downloaded const_format v0.2.31
11852023-11-08T23:13:50.322Z Downloaded slog-term v2.9.0
11862023-11-08T23:13:50.350Z Downloaded erased-serde v0.3.30
11872023-11-08T23:13:50.366Z Downloaded usdt v0.3.5
11882023-11-08T23:13:50.386Z Downloaded schemars_derive v0.8.13
11892023-11-08T23:13:50.397Z Downloaded scheduled-thread-pool v0.2.7
11902023-11-08T23:13:50.407Z Downloaded rusty-fork v0.3.0
11912023-11-08T23:13:50.416Z Downloaded percent-encoding v2.3.0
11922023-11-08T23:13:50.425Z Downloaded datatest-stable v0.2.3
11932023-11-08T23:13:50.435Z Downloaded poly1305 v0.8.0
11942023-11-08T23:13:50.444Z Downloaded structopt v0.3.26
11952023-11-08T23:13:50.461Z Downloaded oso v0.27.0
11962023-11-08T23:13:50.498Z Downloaded libm v0.2.7
11972023-11-08T23:13:50.520Z Downloaded term v0.7.0
11982023-11-08T23:13:50.530Z Downloaded env_logger v0.9.3
11992023-11-08T23:13:50.546Z Downloaded getopts v0.2.21
12002023-11-08T23:13:50.560Z Downloaded synstructure v0.12.6
12012023-11-08T23:13:50.571Z Downloaded parking_lot_core v0.8.6
12022023-11-08T23:13:50.581Z Downloaded tungstenite v0.20.1
12032023-11-08T23:13:50.594Z Downloaded rand_core v0.6.4
12042023-11-08T23:13:51.025Z Downloaded heapless v0.7.16
12052023-11-08T23:13:51.037Z Downloaded num-complex v0.4.4
12062023-11-08T23:13:51.048Z Downloaded unicode-bidi v0.3.13
12072023-11-08T23:13:51.064Z Downloaded prettyplease v0.2.12
12082023-11-08T23:13:51.077Z Downloaded smallvec v0.6.14
12092023-11-08T23:13:51.090Z Downloaded packed_struct_codegen v0.10.1
12102023-11-08T23:13:51.104Z Downloaded owo-colors v3.5.0
12112023-11-08T23:13:51.135Z Downloaded futures v0.3.29
12122023-11-08T23:13:51.147Z Downloaded aho-corasick v1.0.4
12132023-11-08T23:13:51.160Z Downloaded doc-comment v0.3.3
12142023-11-08T23:13:51.167Z Downloaded semver v1.0.20
12152023-11-08T23:13:51.180Z Downloaded zerocopy v0.6.4
12162023-11-08T23:13:51.188Z Downloaded platforms v3.0.2
12172023-11-08T23:13:51.199Z Downloaded h2 v0.3.21
12182023-11-08T23:13:51.217Z Downloaded tap v1.0.1
12192023-11-08T23:13:51.221Z Downloaded anyhow v1.0.75
12202023-11-08T23:13:51.227Z Downloaded string_cache v0.8.7
12212023-11-08T23:13:51.235Z Downloaded salty v0.2.0
12222023-11-08T23:13:51.243Z Downloaded base64 v0.21.5
12232023-11-08T23:13:51.254Z Downloaded itertools v0.11.0
12242023-11-08T23:13:51.264Z Downloaded itertools v0.10.5
12252023-11-08T23:13:51.280Z Downloaded arc-swap v1.6.0
12262023-11-08T23:13:51.294Z Downloaded terminal_size v0.2.6
12272023-11-08T23:13:51.303Z Downloaded pkcs1 v0.7.5
12282023-11-08T23:13:51.349Z Downloaded ucd-trie v0.1.6
12292023-11-08T23:13:51.788Z Downloaded num-traits v0.2.16
12302023-11-08T23:13:51.809Z Downloaded derive_more v0.99.17
12312023-11-08T23:13:51.819Z Downloaded darling_core v0.20.3
12322023-11-08T23:13:51.834Z Downloaded base64 v0.13.1
12332023-11-08T23:13:51.854Z Downloaded vsss-rs v3.3.1
12342023-11-08T23:13:51.870Z Downloaded num_enum_derive v0.7.0
12352023-11-08T23:13:51.885Z Downloaded serde_arrays v0.1.0
12362023-11-08T23:13:51.902Z Downloaded serde-hex v0.1.0
12372023-11-08T23:13:51.914Z Downloaded downcast v0.11.0
12382023-11-08T23:13:51.932Z Downloaded display-error-chain v0.2.0
12392023-11-08T23:13:51.946Z Downloaded flagset v0.4.3
12402023-11-08T23:13:51.955Z Downloaded cc v1.0.83
12412023-11-08T23:13:51.962Z Downloaded snafu-derive v0.7.5
12422023-11-08T23:13:51.969Z Downloaded spin v0.9.8
12432023-11-08T23:13:51.977Z Downloaded headers v0.3.9
12442023-11-08T23:13:52.002Z Downloaded rstest v0.18.2
12452023-11-08T23:13:52.012Z Downloaded fixedbitset v0.4.2
12462023-11-08T23:13:52.024Z Downloaded fallible-iterator v0.2.0
12472023-11-08T23:13:52.034Z Downloaded rustc_version v0.4.0
12482023-11-08T23:13:52.048Z Downloaded take_mut v0.2.2
12492023-11-08T23:13:52.064Z Downloaded phf_shared v0.11.2
12502023-11-08T23:13:52.083Z Downloaded httptest v0.15.5
12512023-11-08T23:13:52.097Z Downloaded basic-toml v0.1.4
12522023-11-08T23:13:52.528Z Downloaded rsa v0.9.2
12532023-11-08T23:13:52.546Z Downloaded bcs v0.1.6
12542023-11-08T23:13:52.566Z Downloaded ron v0.8.1
12552023-11-08T23:13:52.575Z Downloaded termtree v0.4.1
12562023-11-08T23:13:52.587Z Downloaded strsim v0.8.0
12572023-11-08T23:13:52.608Z Downloaded twox-hash v1.6.3
12582023-11-08T23:13:52.622Z Downloaded vte v0.11.1
12592023-11-08T23:13:52.628Z Downloaded rayon-core v1.12.0
12602023-11-08T23:13:52.634Z Downloaded thiserror-impl-no-std v2.0.2
12612023-11-08T23:13:52.639Z Downloaded postgres-types v0.2.6
12622023-11-08T23:13:52.643Z Downloaded blake2b_simd v1.0.1
12632023-11-08T23:13:52.648Z Downloaded num-integer v0.1.45
12642023-11-08T23:13:52.652Z Downloaded libtest-mimic v0.6.1
12652023-11-08T23:13:52.657Z Downloaded num-derive v0.4.0
12662023-11-08T23:13:52.661Z Downloaded fnv v1.0.7
12672023-11-08T23:13:52.667Z Downloaded wyz v0.5.1
12682023-11-08T23:13:52.671Z Downloaded slab v0.4.9
12692023-11-08T23:13:52.680Z Downloaded similar-asserts v1.5.0
12702023-11-08T23:13:52.692Z Downloaded signal-hook-registry v1.4.1
12712023-11-08T23:13:52.699Z Downloaded fs-err v2.9.0
12722023-11-08T23:13:52.706Z Downloaded foreign-types-shared v0.1.1
12732023-11-08T23:13:52.713Z Downloaded miniz_oxide v0.7.1
12742023-11-08T23:13:52.723Z Downloaded textwrap v0.16.0
12752023-11-08T23:13:52.744Z Downloaded mime_guess v2.0.4
12762023-11-08T23:13:52.771Z Downloaded log v0.4.20
12772023-11-08T23:13:52.787Z Downloaded thiserror-no-std v2.0.2
12782023-11-08T23:13:52.811Z Downloaded sha1 v0.10.5
12792023-11-08T23:13:52.824Z Downloaded num_cpus v1.16.0
12802023-11-08T23:13:52.839Z Downloaded rcgen v0.11.3
12812023-11-08T23:13:52.851Z Downloaded libsw v3.3.0
12822023-11-08T23:13:52.864Z Downloaded whoami v1.4.1
12832023-11-08T23:13:52.880Z Downloaded thread_local v1.1.7
12842023-11-08T23:13:52.889Z Downloaded version_check v0.9.4
12852023-11-08T23:13:52.900Z Downloaded structmeta v0.1.6
12862023-11-08T23:13:53.321Z Downloaded derive_builder_macro v0.12.0
12872023-11-08T23:13:53.338Z Downloaded deranged v0.3.8
12882023-11-08T23:13:53.349Z Downloaded crossbeam-deque v0.8.3
12892023-11-08T23:13:53.356Z Downloaded unicase v2.7.0
12902023-11-08T23:13:53.365Z Downloaded predicates-core v1.0.6
12912023-11-08T23:13:53.372Z Downloaded rustls-native-certs v0.6.3
12922023-11-08T23:13:53.787Z Downloaded float-cmp v0.9.0
12932023-11-08T23:13:53.807Z Downloaded textwrap v0.11.0
12942023-11-08T23:13:53.816Z Downloaded num_enum v0.7.0
12952023-11-08T23:13:53.830Z Downloaded num-iter v0.1.43
12962023-11-08T23:13:53.852Z Downloaded form_urlencoded v1.2.0
12972023-11-08T23:13:53.868Z Downloaded der_derive v0.7.2
12982023-11-08T23:13:53.874Z Downloaded structmeta-derive v0.1.6
12992023-11-08T23:13:53.887Z Downloaded structmeta v0.2.0
13002023-11-08T23:13:53.902Z Downloaded serde_repr v0.1.16
13012023-11-08T23:13:53.920Z Downloaded tiny-keccak v2.0.2
13022023-11-08T23:13:53.936Z Downloaded spki v0.7.2
13032023-11-08T23:13:53.947Z Downloaded proc-macro2 v1.0.67
13042023-11-08T23:13:53.951Z Downloaded nanorand v0.7.0
13052023-11-08T23:13:53.955Z Downloaded multer v2.1.0
13062023-11-08T23:13:53.960Z Downloaded funty v2.0.0
13072023-11-08T23:13:53.964Z Downloaded usdt-macro v0.3.5
13082023-11-08T23:13:53.968Z Downloaded signal-hook-tokio v0.3.1
13092023-11-08T23:13:53.974Z Downloaded fragile v2.0.0
13102023-11-08T23:13:53.981Z Downloaded hashbrown v0.12.3
13112023-11-08T23:13:53.988Z Downloaded console v0.15.7
13122023-11-08T23:13:53.992Z Downloaded signature v1.6.4
13132023-11-08T23:13:54.003Z Downloaded rustc_version v0.1.7
13142023-11-08T23:13:54.009Z Downloaded foreign-types-macros v0.2.3
13152023-11-08T23:13:54.019Z Downloaded rustc-hash v1.1.0
13162023-11-08T23:13:54.028Z Downloaded lazycell v1.3.0
13172023-11-08T23:13:54.036Z Downloaded hex-literal v0.4.1
13182023-11-08T23:13:54.042Z Downloaded autocfg v1.1.0
13192023-11-08T23:13:54.048Z Downloaded anstream v0.5.0
13202023-11-08T23:13:54.054Z Downloaded bytecount v0.6.3
13212023-11-08T23:13:54.058Z Downloaded anstyle v1.0.2
13222023-11-08T23:13:54.063Z Downloaded rpassword v7.2.0
13232023-11-08T23:13:54.068Z Downloaded indoc v1.0.9
13242023-11-08T23:13:54.074Z Downloaded hyper-rustls v0.24.2
13252023-11-08T23:13:54.081Z Downloaded hubpack v0.1.2
13262023-11-08T23:13:54.093Z Downloaded num_enum_derive v0.5.11
13272023-11-08T23:13:54.105Z Downloaded cstr-argument v0.1.2
13282023-11-08T23:13:54.120Z Downloaded serde_tokenstream v0.1.7
13292023-11-08T23:13:54.143Z Downloaded libefi-sys v0.1.0
13302023-11-08T23:13:54.163Z Downloaded ascii v1.1.0
13312023-11-08T23:13:54.186Z Downloaded num_threads v0.1.6
13322023-11-08T23:13:54.213Z Downloaded foreign-types-shared v0.3.1
13332023-11-08T23:13:54.229Z Downloaded toolchain_find v0.2.0
13342023-11-08T23:13:54.237Z Downloaded anstyle-parse v0.2.1
13352023-11-08T23:13:54.246Z Downloaded foreign-types v0.5.0
13362023-11-08T23:13:54.257Z Downloaded memoffset v0.9.0
13372023-11-08T23:13:54.265Z Downloaded getrandom v0.2.10
13382023-11-08T23:13:54.274Z Downloaded indoc v2.0.3
13392023-11-08T23:13:54.284Z Downloaded indexmap v2.1.0
13402023-11-08T23:13:54.291Z Downloaded httpdate v1.0.3
13412023-11-08T23:13:54.297Z Downloaded cfg-if v1.0.0
13422023-11-08T23:13:54.304Z Downloaded camino v1.1.6
13432023-11-08T23:13:54.311Z Downloaded bytesize v1.3.0
13442023-11-08T23:13:54.317Z Downloaded buf-list v1.0.3
13452023-11-08T23:13:54.329Z Downloaded cast v0.3.0
13462023-11-08T23:13:54.351Z Downloaded allocator-api2 v0.2.16
13472023-11-08T23:13:54.368Z Downloaded indicatif v0.17.7
13482023-11-08T23:13:54.790Z Downloaded hex v0.4.3
13492023-11-08T23:13:54.799Z Downloaded colorchoice v1.0.0
13502023-11-08T23:13:54.805Z Downloaded bytes v1.5.0
13512023-11-08T23:13:55.226Z Downloaded linear-map v1.2.0
13522023-11-08T23:13:55.233Z Downloaded io-lifetimes v1.0.11
13532023-11-08T23:13:55.248Z Downloaded home v0.5.5
13542023-11-08T23:13:55.258Z Downloaded ansi_term v0.12.1
13552023-11-08T23:13:55.269Z Downloaded atty v0.2.14
13562023-11-08T23:13:55.278Z Downloaded bitfield v0.14.0
13572023-11-08T23:13:55.290Z Downloaded arrayref v0.3.7
13582023-11-08T23:13:55.299Z Downloaded bb8 v0.8.1
13592023-11-08T23:13:55.313Z Downloaded assert_cmd v2.0.12
13602023-11-08T23:13:55.320Z Downloaded mockall_derive v0.11.4
13612023-11-08T23:13:55.751Z Downloaded clap v4.4.3
13622023-11-08T23:13:55.767Z Downloaded aead v0.5.2
13632023-11-08T23:13:55.792Z Downloaded bitflags v1.3.2
13642023-11-08T23:13:56.219Z Downloaded async-trait v0.1.74
13652023-11-08T23:13:56.686Z Downloaded base16ct v0.2.0
13662023-11-08T23:13:56.719Z Downloaded async-stream v0.3.5
13672023-11-08T23:13:56.734Z Downloaded atomic-waker v1.1.1
13682023-11-08T23:13:56.752Z Downloaded base64ct v1.6.0
13692023-11-08T23:13:56.763Z Downloaded aes-gcm-siv v0.11.1
13702023-11-08T23:13:56.769Z Downloaded array-init v0.0.4
13712023-11-08T23:13:56.780Z Downloaded arrayvec v0.7.4
13722023-11-08T23:13:56.799Z Downloaded approx v0.5.1
13732023-11-08T23:13:57.207Z Downloaded const-oid v0.9.5
13742023-11-08T23:13:57.210Z Downloaded kstat-rs v0.2.3
13752023-11-08T23:13:57.214Z Downloaded iana-time-zone v0.1.57
13762023-11-08T23:13:57.218Z Downloaded hash32 v0.2.1
13772023-11-08T23:13:57.224Z Downloaded globset v0.4.13
13782023-11-08T23:13:57.235Z Downloaded chacha20 v0.9.1
13792023-11-08T23:13:57.244Z Downloaded vec_map v0.8.2
13802023-11-08T23:13:57.250Z Downloaded ipnet v2.8.0
13812023-11-08T23:13:57.255Z Downloaded tar v0.4.40
13822023-11-08T23:13:57.260Z Downloaded memoffset v0.7.1
13832023-11-08T23:13:57.264Z Downloaded md-5 v0.10.5
13842023-11-08T23:13:57.268Z Downloaded libloading v0.7.4
13852023-11-08T23:13:57.272Z Downloaded itoa v1.0.9
13862023-11-08T23:13:57.278Z Downloaded humantime v2.1.0
13872023-11-08T23:13:57.282Z Downloaded hmac v0.12.1
13882023-11-08T23:13:57.286Z Downloaded convert_case v0.4.0
13892023-11-08T23:13:57.305Z Downloaded ciborium v0.2.1
13902023-11-08T23:13:57.316Z Downloaded bitstruct_derive v0.1.0
13912023-11-08T23:13:57.322Z Downloaded bit-set v0.5.3
13922023-11-08T23:13:57.337Z Downloaded async-stream-impl v0.3.5
13932023-11-08T23:13:57.354Z Downloaded mime v0.3.17
13942023-11-08T23:13:57.780Z Downloaded headers-core v0.2.0
13952023-11-08T23:13:57.792Z Downloaded constant_time_eq v0.3.0
13962023-11-08T23:13:57.801Z Downloaded chacha20poly1305 v0.10.1
13972023-11-08T23:13:57.811Z Downloaded clap_derive v4.4.2
13982023-11-08T23:13:57.821Z Downloaded block-buffer v0.10.4
13992023-11-08T23:13:57.831Z Downloaded ascii-canvas v3.0.0
14002023-11-08T23:13:57.837Z Downloaded assert_matches v1.5.0
14012023-11-08T23:13:57.842Z Downloaded async-recursion v1.0.5
14022023-11-08T23:13:57.850Z Downloaded anstyle-query v1.0.0
14032023-11-08T23:13:57.854Z Downloaded topological-sort v0.2.2
14042023-11-08T23:13:57.857Z Downloaded heck v0.3.3
14052023-11-08T23:13:57.861Z Downloaded bit_field v0.10.2
14062023-11-08T23:13:57.865Z Downloaded backoff v0.4.0
14072023-11-08T23:13:57.869Z Downloaded hyper-tls v0.5.0
14082023-11-08T23:13:57.874Z Downloaded hubpack_derive v0.1.1
14092023-11-08T23:13:57.879Z Downloaded http-body v0.4.5
14102023-11-08T23:13:57.882Z Downloaded ciborium-ll v0.2.1
14112023-11-08T23:13:57.887Z Downloaded bitstruct v0.1.1
14122023-11-08T23:13:57.892Z Downloaded match_cfg v0.1.0
14132023-11-08T23:13:57.896Z Downloaded hyper-staticfile v0.9.5
14142023-11-08T23:13:57.900Z Downloaded cipher v0.4.4
14152023-11-08T23:13:57.906Z Downloaded cancel-safe-futures v0.1.5
14162023-11-08T23:13:57.913Z Downloaded tempdir v0.3.7
14172023-11-08T23:13:57.918Z Downloaded structmeta-derive v0.2.0
14182023-11-08T23:13:57.923Z Downloaded serde_tokenstream v0.2.0
14192023-11-08T23:13:57.928Z Downloaded serde_plain v1.0.2
14202023-11-08T23:13:57.933Z Downloaded maybe-uninit v2.0.0
14212023-11-08T23:13:57.939Z Downloaded lru-cache v0.1.2
14222023-11-08T23:13:57.945Z Downloaded linked-hash-map v0.5.6
14232023-11-08T23:13:57.952Z Downloaded keccak v0.1.4
14242023-11-08T23:13:57.958Z Downloaded managed v0.8.0
14252023-11-08T23:13:57.964Z Downloaded serde_path_to_error v0.1.14
14262023-11-08T23:13:57.974Z Downloaded cookie v0.16.2
14272023-11-08T23:13:57.990Z Downloaded is-terminal v0.4.9
14282023-11-08T23:13:58.025Z Downloaded clap_lex v0.5.1
14292023-11-08T23:13:58.033Z Downloaded clang-sys v1.6.1
14302023-11-08T23:13:58.045Z Downloaded bzip2 v0.4.4
14312023-11-08T23:13:58.052Z Downloaded block-padding v0.3.3
14322023-11-08T23:13:58.066Z Downloaded blake2 v0.10.6
14332023-11-08T23:13:58.079Z Downloaded const_format_proc_macros v0.2.31
14342023-11-08T23:13:58.100Z Downloaded ciborium-io v0.2.1
14352023-11-08T23:13:58.106Z Downloaded cassowary v0.3.0
14362023-11-08T23:13:58.109Z Downloaded addr2line v0.21.0
14372023-11-08T23:13:58.114Z Downloaded camino-tempfile v1.0.2
14382023-11-08T23:13:58.122Z Downloaded cargo_metadata v0.18.0
14392023-11-08T23:13:58.129Z Downloaded bit-vec v0.6.3
14402023-11-08T23:13:58.158Z Compiling proc-macro2 v1.0.67
14412023-11-08T23:13:58.171Z Compiling unicode-ident v1.0.12
14422023-11-08T23:13:58.197Z Compiling libc v0.2.150
14432023-11-08T23:13:58.207Z Compiling serde v1.0.188
14442023-11-08T23:13:58.219Z Compiling autocfg v1.1.0
14452023-11-08T23:13:58.232Z Compiling cfg-if v1.0.0
14462023-11-08T23:13:58.248Z Compiling version_check v0.9.4
14472023-11-08T23:13:58.708Z Compiling syn v1.0.109
14482023-11-08T23:13:58.740Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.67/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=11ab1bfe09cd70bb -C extra-filename=-11ab1bfe09cd70bb --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-11ab1bfe09cd70bb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14492023-11-08T23:13:58.750Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7c7233b3c3a88400 -C extra-filename=-7c7233b3c3a88400 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14502023-11-08T23:13:58.765Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.150/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=3d56caec28fb4ecc -C extra-filename=-3d56caec28fb4ecc --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-3d56caec28fb4ecc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14512023-11-08T23:13:58.776Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.188/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=372c90d7cc3469d9 -C extra-filename=-372c90d7cc3469d9 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-372c90d7cc3469d9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14522023-11-08T23:13:58.786Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --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=122095b6905b43be -C extra-filename=-122095b6905b43be --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-122095b6905b43be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14532023-11-08T23:13:58.803Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7d798944f4659c8d -C extra-filename=-7d798944f4659c8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14542023-11-08T23:13:58.809Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=fae733ad98da9e43 -C extra-filename=-fae733ad98da9e43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14552023-11-08T23:13:58.815Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=0c839c319ce9e328 -C extra-filename=-0c839c319ce9e328 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14562023-11-08T23:13:58.844Z Compiling once_cell v1.18.0
14572023-11-08T23:13:58.851Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --cfg 'feature="unstable"' -C metadata=34c4630957281a43 -C extra-filename=-34c4630957281a43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14582023-11-08T23:13:58.875Z Compiling libm v0.2.7
14592023-11-08T23:13:58.906Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=20c6df6b8fd412dc -C extra-filename=-20c6df6b8fd412dc --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-20c6df6b8fd412dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14602023-11-08T23:13:58.929Z Compiling parking_lot_core v0.9.8
14612023-11-08T23:13:58.949Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=43b35676b6361ff5 -C extra-filename=-43b35676b6361ff5 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-43b35676b6361ff5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14622023-11-08T23:13:58.964Z Compiling memchr v2.6.3
14632023-11-08T23:13:58.978Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=fd2d1cfaac0fc816 -C extra-filename=-fd2d1cfaac0fc816 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14642023-11-08T23:13:58.989Z Compiling lock_api v0.4.10
14652023-11-08T23:13:58.998Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=aafddfc3f0ecdb22 -C extra-filename=-aafddfc3f0ecdb22 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-aafddfc3f0ecdb22 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow -D warnings`
14662023-11-08T23:13:59.003Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-122095b6905b43be/build-script-build`
14672023-11-08T23:13:59.007Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-43b35676b6361ff5/build-script-build`
14682023-11-08T23:13:59.012Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-11ab1bfe09cd70bb/build-script-build`
14692023-11-08T23:13:59.016Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-372c90d7cc3469d9/build-script-build`
14702023-11-08T23:13:59.022Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-20c6df6b8fd412dc/build-script-build`
14712023-11-08T23:13:59.028Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-aafddfc3f0ecdb22/build-script-build`
14722023-11-08T23:13:59.036Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-3d56caec28fb4ecc/build-script-build`
14732023-11-08T23:13:59.042Z Compiling num-traits v0.2.16
14742023-11-08T23:13:59.047Z Compiling thiserror v1.0.49
14752023-11-08T23:13:59.052Z Compiling log v0.4.20
14762023-11-08T23:13:59.057Z Compiling itoa v1.0.9
14772023-11-08T23:13:59.062Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=16a4dbc2df6f4226 -C extra-filename=-16a4dbc2df6f4226 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-16a4dbc2df6f4226 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow -D warnings`
14782023-11-08T23:13:59.066Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.67/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=2e899d8270f25503 -C extra-filename=-2e899d8270f25503 --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-7c7233b3c3a88400.rmeta --cap-lints allow -D warnings --cfg wrap_proc_macro`
14792023-11-08T23:13:59.071Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.49/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=67bb4fa2aad06821 -C extra-filename=-67bb4fa2aad06821 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-67bb4fa2aad06821 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14802023-11-08T23:13:59.076Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name log /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=35b42e597512c686 -C extra-filename=-35b42e597512c686 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14812023-11-08T23:13:59.081Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=98285bbecc3762d3 -C extra-filename=-98285bbecc3762d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14822023-11-08T23:13:59.086Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.150/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=b2edb30e9ae87feb -C extra-filename=-b2edb30e9ae87feb --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`
14832023-11-08T23:13:59.107Z Compiling futures-core v0.3.29
14842023-11-08T23:13:59.112Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b39f6ef4dec71091 -C extra-filename=-b39f6ef4dec71091 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-core-b39f6ef4dec71091 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14852023-11-08T23:13:59.117Z Compiling ahash v0.8.3
14862023-11-08T23:13:59.122Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.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 metadata=4425b30ad551dce3 -C extra-filename=-4425b30ad551dce3 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-4425b30ad551dce3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings`
14872023-11-08T23:13:59.126Z Compiling quote v1.0.33
14882023-11-08T23:13:59.133Z Compiling getrandom v0.2.10
14892023-11-08T23:13:59.137Z Compiling jobserver v0.1.26
14902023-11-08T23:13:59.142Z Compiling typenum v1.16.0
14912023-11-08T23:13:59.146Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=08f99076d8c4a6b9 -C extra-filename=-08f99076d8c4a6b9 --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-2e899d8270f25503.rmeta --cap-lints allow -D warnings`
14922023-11-08T23:13:59.151Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.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 metadata=ab563bc0c11d3579 -C extra-filename=-ab563bc0c11d3579 --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
14932023-11-08T23:13:59.157Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=95bea1b64b24a50d -C extra-filename=-95bea1b64b24a50d --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-95bea1b64b24a50d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14942023-11-08T23:13:59.161Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-4425b30ad551dce3/build-script-build`
14952023-11-08T23:13:59.164Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-core-b39f6ef4dec71091/build-script-build`
14962023-11-08T23:13:59.169Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-67bb4fa2aad06821/build-script-build`
14972023-11-08T23:13:59.172Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' -C metadata=5a5836bbf46a42cd -C extra-filename=-5a5836bbf46a42cd --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-7d798944f4659c8d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
14982023-11-08T23:13:59.176Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-16a4dbc2df6f4226/build-script-build`
14992023-11-08T23:13:59.180Z Compiling generic-array v0.14.7
15002023-11-08T23:13:59.184Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=af4f9eed4ddc88e3 -C extra-filename=-af4f9eed4ddc88e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-af4f9eed4ddc88e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings`
15012023-11-08T23:13:59.191Z Compiling ryu v1.0.15
15022023-11-08T23:13:59.197Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=61a249f33bd2ccc2 -C extra-filename=-61a249f33bd2ccc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15032023-11-08T23:13:59.201Z Compiling heck v0.4.1
15042023-11-08T23:13:59.205Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=14d7d47dc7b7257e -C extra-filename=-14d7d47dc7b7257e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15052023-11-08T23:13:59.218Z Compiling syn v2.0.32
15062023-11-08T23:13:59.223Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=e8fd410ffd28304c -C extra-filename=-e8fd410ffd28304c --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-2e899d8270f25503.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-7c7233b3c3a88400.rmeta --cap-lints allow -D warnings`
15072023-11-08T23:13:59.227Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=afc0d3190af41087 -C extra-filename=-afc0d3190af41087 --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-2e899d8270f25503.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-7c7233b3c3a88400.rmeta --cap-lints allow -D warnings --cfg syn_disable_nightly_tests`
15082023-11-08T23:13:59.233Z Compiling cc v1.0.83
15092023-11-08T23:13:59.238Z Compiling scopeguard v1.2.0
15102023-11-08T23:13:59.242Z Compiling slab v0.4.9
15112023-11-08T23:13:59.246Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="jobserver"' --cfg 'feature="parallel"' -C metadata=bc774ea883630f73 -C extra-filename=-bc774ea883630f73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern jobserver=/work/oxidecomputer/omicron/target/debug/deps/libjobserver-ab563bc0c11d3579.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
15122023-11-08T23:13:59.249Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-95bea1b64b24a50d/build-script-main`
15132023-11-08T23:13:59.254Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-af4f9eed4ddc88e3/build-script-build`
15142023-11-08T23:13:59.259Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fc40c4370bbc2a4c -C extra-filename=-fc40c4370bbc2a4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15152023-11-08T23:13:59.263Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=71e431a928e00276 -C extra-filename=-71e431a928e00276 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-71e431a928e00276 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow -D warnings`
15162023-11-08T23:13:59.267Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d841dd2adefea8e5 -C extra-filename=-d841dd2adefea8e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15172023-11-08T23:13:59.270Z Compiling futures-channel v0.3.29
15182023-11-08T23:13:59.274Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=0454d974b18a63ab -C extra-filename=-0454d974b18a63ab --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-channel-0454d974b18a63ab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15192023-11-08T23:13:59.278Z Compiling futures-task v0.3.29
15202023-11-08T23:13:59.282Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=54e63624c0fc1be4 -C extra-filename=-54e63624c0fc1be4 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-task-54e63624c0fc1be4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15212023-11-08T23:13:59.288Z Compiling pkg-config v0.3.27
15222023-11-08T23:13:59.291Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=82e2e882ff877bc0 -C extra-filename=-82e2e882ff877bc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15232023-11-08T23:13:59.295Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-71e431a928e00276/build-script-build`
15242023-11-08T23:13:59.300Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-channel-0454d974b18a63ab/build-script-build`
15252023-11-08T23:13:59.307Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-task-54e63624c0fc1be4/build-script-build`
15262023-11-08T23:13:59.322Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-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 -C metadata=169fb52eead2dddc -C extra-filename=-169fb52eead2dddc --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-7d798944f4659c8d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --cap-lints allow -D warnings --cfg 'feature="folded_multiply"'`
15272023-11-08T23:13:59.332Z Compiling futures-util v0.3.29
15282023-11-08T23:13:59.351Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --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=89dc2ea3c042d02f -C extra-filename=-89dc2ea3c042d02f --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-util-89dc2ea3c042d02f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15292023-11-08T23:13:59.367Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=229a37db0ca11e34 -C extra-filename=-229a37db0ca11e34 --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-fc40c4370bbc2a4c.rmeta --cap-lints allow -D warnings --cfg has_const_fn_trait_bound`
15302023-11-08T23:13:59.384Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-util-89dc2ea3c042d02f/build-script-build`
15312023-11-08T23:13:59.811Z Compiling smallvec v1.11.0
15322023-11-08T23:13:59.834Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b01f23a2952ab564 -C extra-filename=-b01f23a2952ab564 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15332023-11-08T23:13:59.848Z Compiling allocator-api2 v0.2.16
15342023-11-08T23:14:00.273Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.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="alloc"' -C metadata=e4e764fe9ebbdfb8 -C extra-filename=-e4e764fe9ebbdfb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15352023-11-08T23:14:00.282Z Compiling fnv v1.0.7
15362023-11-08T23:14:00.291Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4de40f5f1fdaf32e -C extra-filename=-4de40f5f1fdaf32e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15372023-11-08T23:14:00.306Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=944a383f40926f71 -C extra-filename=-944a383f40926f71 --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-d841dd2adefea8e5.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`
15382023-11-08T23:14:00.323Z Compiling equivalent v1.0.1
15392023-11-08T23:14:00.354Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8ce1101edb93c80e -C extra-filename=-8ce1101edb93c80e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15402023-11-08T23:14:00.370Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=95e689be1802d261 -C extra-filename=-95e689be1802d261 --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-7d798944f4659c8d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b01f23a2952ab564.rmeta --cap-lints allow -D warnings`
15412023-11-08T23:14:00.384Z Compiling schemars v0.8.13
15422023-11-08T23:14:00.399Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=4307b645573ac67c -C extra-filename=-4307b645573ac67c --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-4307b645573ac67c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15432023-11-08T23:14:00.421Z Compiling vcpkg v0.2.15
15442023-11-08T23:14:00.432Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=47a2d51e483ff21d -C extra-filename=-47a2d51e483ff21d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15452023-11-08T23:14:00.640Z Compiling hashbrown v0.14.2
15462023-11-08T23:14:00.659Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=d9ad5f1ef1e6b01f -C extra-filename=-d9ad5f1ef1e6b01f --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-169fb52eead2dddc.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-e4e764fe9ebbdfb8.rmeta --cap-lints allow -D warnings`
15472023-11-08T23:14:00.667Z Compiling parking_lot v0.12.1
15482023-11-08T23:14:00.671Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=9b661897d4f1cf2f -C extra-filename=-9b661897d4f1cf2f --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-229a37db0ca11e34.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-95e689be1802d261.rmeta --cap-lints allow -D warnings`
15492023-11-08T23:14:01.088Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-4307b645573ac67c/build-script-build`
15502023-11-08T23:14:01.129Z Compiling iana-time-zone v0.1.57
15512023-11-08T23:14:01.143Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' -C metadata=396d392db64a8d3e -C extra-filename=-396d392db64a8d3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15522023-11-08T23:14:02.219Z Compiling serde_json v1.0.108
15532023-11-08T23:14:02.224Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.108/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -C metadata=fd786e3fe46cd367 -C extra-filename=-fd786e3fe46cd367 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-fd786e3fe46cd367 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15542023-11-08T23:14:02.336Z Compiling aho-corasick v1.0.4
15552023-11-08T23:14:02.345Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=2f01ffbdffe0a7b7 -C extra-filename=-2f01ffbdffe0a7b7 --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-fd2d1cfaac0fc816.rmeta --cap-lints allow -D warnings`
15562023-11-08T23:14:02.367Z Compiling regex-syntax v0.8.2
15572023-11-08T23:14:02.384Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=d1b7cc859a320a5a -C extra-filename=-d1b7cc859a320a5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15582023-11-08T23:14:02.483Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-fd786e3fe46cd367/build-script-build`
15592023-11-08T23:14:02.493Z Compiling pin-project-lite v0.2.13
15602023-11-08T23:14:02.509Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d4c77a4e6099471f -C extra-filename=-d4c77a4e6099471f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15612023-11-08T23:14:02.668Z Compiling spin v0.5.2
15622023-11-08T23:14:02.682Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=40645d4c60d8f99b -C extra-filename=-40645d4c60d8f99b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15632023-11-08T23:14:02.816Z Compiling rand_core v0.6.4
15642023-11-08T23:14:02.831Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=44c2a0ff10e664b0 -C extra-filename=-44c2a0ff10e664b0 --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-5a5836bbf46a42cd.rmeta --cap-lints allow -D warnings`
15652023-11-08T23:14:03.020Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.108/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' -C metadata=b9012728df58b7ce -C extra-filename=-b9012728df58b7ce --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-b9012728df58b7ce -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15662023-11-08T23:14:03.034Z Compiling byteorder v1.5.0
15672023-11-08T23:14:03.060Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=13456ae1292a2c33 -C extra-filename=-13456ae1292a2c33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15682023-11-08T23:14:03.141Z Compiling signal-hook-registry v1.4.1
15692023-11-08T23:14:03.149Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fdfddb00e7d79634 -C extra-filename=-fdfddb00e7d79634 --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
15702023-11-08T23:14:03.576Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-b9012728df58b7ce/build-script-build`
15712023-11-08T23:14:03.611Z Compiling mio v0.8.8
15722023-11-08T23:14:03.627Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-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="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=8af2c58adabbf1cf -C extra-filename=-8af2c58adabbf1cf --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-b2edb30e9ae87feb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --cap-lints allow -D warnings`
15732023-11-08T23:14:03.641Z Compiling httparse v1.8.0
15742023-11-08T23:14:03.650Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b77970aec04ec8ca -C extra-filename=-b77970aec04ec8ca --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-b77970aec04ec8ca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15752023-11-08T23:14:03.741Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1e47e072d9a5cdfb -C extra-filename=-1e47e072d9a5cdfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15762023-11-08T23:14:04.089Z Compiling num_cpus v1.16.0
15772023-11-08T23:14:04.093Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=04132c579bcd6e17 -C extra-filename=-04132c579bcd6e17 --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
15782023-11-08T23:14:04.259Z Compiling indexmap v1.9.3
15792023-11-08T23:14:04.263Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="std"' -C metadata=5840b9c66a908495 -C extra-filename=-5840b9c66a908495 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-5840b9c66a908495 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow -D warnings`
15802023-11-08T23:14:04.305Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-b77970aec04ec8ca/build-script-build`
15812023-11-08T23:14:04.341Z Compiling socket2 v0.5.4
15822023-11-08T23:14:04.344Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-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="all"' -C metadata=51cc57fddbfd320c -C extra-filename=-51cc57fddbfd320c --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
15832023-11-08T23:14:04.501Z Compiling rustix v0.38.9
15842023-11-08T23:14:04.506Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=4e9bc860269ab989 -C extra-filename=-4e9bc860269ab989 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-4e9bc860269ab989 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15852023-11-08T23:14:04.806Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-5840b9c66a908495/build-script-build`
15862023-11-08T23:14:04.846Z Compiling dyn-clone v1.0.13
15872023-11-08T23:14:04.850Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4c1b326e73f4b906 -C extra-filename=-4c1b326e73f4b906 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15882023-11-08T23:14:05.156Z Compiling serde_derive_internals v0.26.0
15892023-11-08T23:14:05.160Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.26.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=fc0874012aea691f -C extra-filename=-fc0874012aea691f --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-2e899d8270f25503.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rmeta --cap-lints allow -D warnings`
15902023-11-08T23:14:05.563Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-4e9bc860269ab989/build-script-build`
15912023-11-08T23:14:05.618Z Compiling ring v0.16.20
15922023-11-08T23:14:05.642Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=9ec5e31192ef08c1 -C extra-filename=-9ec5e31192ef08c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-9ec5e31192ef08c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-bc774ea883630f73.rlib --cap-lints allow -D warnings`
15932023-11-08T23:14:05.736Z Compiling ring v0.17.5
15942023-11-08T23:14:05.746Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' -C metadata=a87a10b550b4fe0d -C extra-filename=-a87a10b550b4fe0d --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-a87a10b550b4fe0d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-bc774ea883630f73.rlib --cap-lints allow -D warnings`
15952023-11-08T23:14:05.914Z Compiling tinyvec_macros v0.1.1
15962023-11-08T23:14:05.941Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=31c27354e899d044 -C extra-filename=-31c27354e899d044 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15972023-11-08T23:14:06.033Z Compiling tinyvec v1.6.0
15982023-11-08T23:14:06.037Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=71b648cc9ec619d6 -C extra-filename=-71b648cc9ec619d6 --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-31c27354e899d044.rmeta --cap-lints allow -D warnings`
15992023-11-08T23:14:07.397Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-9ec5e31192ef08c1/build-script-build`
16002023-11-08T23:14:07.556Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-a87a10b550b4fe0d/build-script-build`
16012023-11-08T23:14:08.609Z Compiling regex-automata v0.4.3
16022023-11-08T23:14:08.613Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' -C metadata=58cf583ba89fc7f4 -C extra-filename=-58cf583ba89fc7f4 --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-2f01ffbdffe0a7b7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-d1b7cc859a320a5a.rmeta --cap-lints allow -D warnings`
16032023-11-08T23:14:08.965Z Compiling openssl-sys v0.9.93
16042023-11-08T23:14:08.974Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.93/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 metadata=44d94a194723efde -C extra-filename=-44d94a194723efde --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-44d94a194723efde -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-bc774ea883630f73.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-82e2e882ff877bc0.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-47a2d51e483ff21d.rlib --cap-lints allow -D warnings`
16052023-11-08T23:14:09.885Z Compiling unicode-normalization v0.1.22
16062023-11-08T23:14:09.890Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5457468a2c088d58 -C extra-filename=-5457468a2c088d58 --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-71b648cc9ec619d6.rmeta --cap-lints allow -D warnings`
16072023-11-08T23:14:10.434Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-44d94a194723efde/build-script-main`
16082023-11-08T23:14:10.674Z Compiling pin-utils v0.1.0
16092023-11-08T23:14:10.679Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7436d1601c1cc564 -C extra-filename=-7436d1601c1cc564 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16102023-11-08T23:14:10.804Z Compiling futures-sink v0.3.29
16112023-11-08T23:14:10.810Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7a14d41e75c04e78 -C extra-filename=-7a14d41e75c04e78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16122023-11-08T23:14:11.027Z Compiling unicode-bidi v0.3.13
16132023-11-08T23:14:11.032Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' -C metadata=23263f6d11e68974 -C extra-filename=-23263f6d11e68974 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16142023-11-08T23:14:11.750Z Compiling semver v1.0.20
16152023-11-08T23:14:11.771Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=01617e208282c7ee -C extra-filename=-01617e208282c7ee --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-01617e208282c7ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16162023-11-08T23:14:12.473Z Compiling rustls v0.21.8
16172023-11-08T23:14:12.486Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=7bdc5388001b37a7 -C extra-filename=-7bdc5388001b37a7 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-7bdc5388001b37a7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16182023-11-08T23:14:12.569Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-01617e208282c7ee/build-script-build`
16192023-11-08T23:14:12.661Z Compiling percent-encoding v2.3.0
16202023-11-08T23:14:12.683Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=e9d6bf4db1ffb2aa -C extra-filename=-e9d6bf4db1ffb2aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16212023-11-08T23:14:13.424Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=66a2b565889b6645 -C extra-filename=-66a2b565889b6645 --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-1e47e072d9a5cdfb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7a14d41e75c04e78.rmeta --cap-lints allow -D warnings`
16222023-11-08T23:14:13.430Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=c622fb9760c7f78a -C extra-filename=-c622fb9760c7f78a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16232023-11-08T23:14:13.447Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6604ec6906f7b39c -C extra-filename=-6604ec6906f7b39c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16242023-11-08T23:14:13.905Z Compiling openssl v0.10.57
16252023-11-08T23:14:13.908Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.57/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=1e80c5dd51f0f11f -C extra-filename=-1e80c5dd51f0f11f --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-1e80c5dd51f0f11f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16262023-11-08T23:14:13.917Z Compiling futures-io v0.3.29
16272023-11-08T23:14:13.920Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=752c0cd5063205fe -C extra-filename=-752c0cd5063205fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16282023-11-08T23:14:13.924Z Compiling form_urlencoded v1.2.0
16292023-11-08T23:14:13.927Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=4eff3b320e84fc0d -C extra-filename=-4eff3b320e84fc0d --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-e9d6bf4db1ffb2aa.rmeta --cap-lints allow -D warnings`
16302023-11-08T23:14:13.931Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=66a30b0714f2f281 -C extra-filename=-66a30b0714f2f281 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16312023-11-08T23:14:14.180Z Compiling ucd-trie v0.1.6
16322023-11-08T23:14:14.189Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=5ade14baac65735b -C extra-filename=-5ade14baac65735b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16332023-11-08T23:14:14.212Z Compiling unicode-xid v0.2.4
16342023-11-08T23:14:14.222Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=22fe2c7d911da4f3 -C extra-filename=-22fe2c7d911da4f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16352023-11-08T23:14:14.250Z Compiling backtrace v0.3.69
16362023-11-08T23:14:14.707Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=576aa7c338c9cf22 -C extra-filename=-576aa7c338c9cf22 --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-576aa7c338c9cf22 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-bc774ea883630f73.rlib --cap-lints allow -D warnings`
16372023-11-08T23:14:14.722Z Compiling schemars_derive v0.8.13
16382023-11-08T23:14:14.728Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=3cb5e21425b23347 -C extra-filename=-3cb5e21425b23347 --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-fc0874012aea691f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rlib --extern proc_macro --cap-lints allow -D warnings`
16392023-11-08T23:14:14.732Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-1e80c5dd51f0f11f/build-script-build`
16402023-11-08T23:14:14.738Z Compiling unicode-width v0.1.11
16412023-11-08T23:14:14.743Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=eef13e30bb711a6a -C extra-filename=-eef13e30bb711a6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16422023-11-08T23:14:14.747Z Compiling async-trait v0.1.74
16432023-11-08T23:14:14.753Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.74/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=d42c8244ba4791ca -C extra-filename=-d42c8244ba4791ca --out-dir /work/oxidecomputer/omicron/target/debug/build/async-trait-d42c8244ba4791ca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16442023-11-08T23:14:14.760Z Compiling lazy_static v1.4.0
16452023-11-08T23:14:14.766Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' -C metadata=73896bbbb77127a1 -C extra-filename=-73896bbbb77127a1 --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-40645d4c60d8f99b.rmeta --cap-lints allow -D warnings`
16462023-11-08T23:14:14.808Z Compiling native-tls v0.2.11
16472023-11-08T23:14:14.814Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=2cdea8e499cabecc -C extra-filename=-2cdea8e499cabecc --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-2cdea8e499cabecc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16482023-11-08T23:14:15.010Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-576aa7c338c9cf22/build-script-build`
16492023-11-08T23:14:15.040Z Compiling rustversion v1.0.14
16502023-11-08T23:14:15.044Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=f8faffaa0d02fd74 -C extra-filename=-f8faffaa0d02fd74 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-f8faffaa0d02fd74 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16512023-11-08T23:14:15.152Z Compiling regex v1.10.2
16522023-11-08T23:14:15.158Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=8e6f99ad8a574a39 -C extra-filename=-8e6f99ad8a574a39 --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-2f01ffbdffe0a7b7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-58cf583ba89fc7f4.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-d1b7cc859a320a5a.rmeta --cap-lints allow -D warnings`
16532023-11-08T23:14:15.248Z Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-d42c8244ba4791ca/build-script-build`
16542023-11-08T23:14:15.724Z Compiling idna v0.4.0
16552023-11-08T23:14:15.728Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3b5d90c2eb298466 -C extra-filename=-3b5d90c2eb298466 --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-23263f6d11e68974.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-5457468a2c088d58.rmeta --cap-lints allow -D warnings`
16562023-11-08T23:14:15.732Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-2cdea8e499cabecc/build-script-build`
16572023-11-08T23:14:15.735Z Compiling anyhow v1.0.75
16582023-11-08T23:14:15.738Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.75/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=651f15e904c36c2e -C extra-filename=-651f15e904c36c2e --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-651f15e904c36c2e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16592023-11-08T23:14:16.034Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-f8faffaa0d02fd74/build-script-build`
16602023-11-08T23:14:16.130Z Compiling slog v2.7.0
16612023-11-08T23:14:16.135Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --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=82be9a14d7b81b4f -C extra-filename=-82be9a14d7b81b4f --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-82be9a14d7b81b4f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16622023-11-08T23:14:16.287Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=96868ad2f5887e43 -C extra-filename=-96868ad2f5887e43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
16632023-11-08T23:14:16.314Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-651f15e904c36c2e/build-script-build`
16642023-11-08T23:14:16.548Z Compiling subtle v2.5.0
16652023-11-08T23:14:16.552Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=7d804b0efff212b0 -C extra-filename=-7d804b0efff212b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16662023-11-08T23:14:16.900Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-82be9a14d7b81b4f/build-script-build`
16672023-11-08T23:14:16.962Z Compiling url v2.4.1
16682023-11-08T23:14:16.965Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=066525b4f708b591 -C extra-filename=-066525b4f708b591 --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-4eff3b320e84fc0d.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-3b5d90c2eb298466.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --cap-lints allow -D warnings`
16692023-11-08T23:14:16.996Z Compiling crossbeam-utils v0.8.16
16702023-11-08T23:14:17.002Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=10f3e011f2e2d477 -C extra-filename=-10f3e011f2e2d477 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-10f3e011f2e2d477 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16712023-11-08T23:14:17.091Z Compiling winnow v0.5.15
16722023-11-08T23:14:17.098Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3b600d2d43343318 -C extra-filename=-3b600d2d43343318 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16732023-11-08T23:14:17.356Z Compiling serde_derive v1.0.188
16742023-11-08T23:14:17.406Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.188/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' -C metadata=a58df7b6c155e074 -C extra-filename=-a58df7b6c155e074 --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro --cap-lints allow -D warnings`
16752023-11-08T23:14:17.884Z Compiling thiserror-impl v1.0.49
16762023-11-08T23:14:17.922Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.49/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=4b4ef50880d58617 -C extra-filename=-4b4ef50880d58617 --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro --cap-lints allow -D warnings`
16772023-11-08T23:14:18.037Z Compiling zeroize_derive v1.4.2
16782023-11-08T23:14:18.042Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=f87a1b64fcfdcfba -C extra-filename=-f87a1b64fcfdcfba --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro --cap-lints allow -D warnings`
16792023-11-08T23:14:18.732Z Compiling tokio-macros v2.1.0
16802023-11-08T23:14:18.743Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.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 metadata=5fecc0793b8648ba -C extra-filename=-5fecc0793b8648ba --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro --cap-lints allow -D warnings`
16812023-11-08T23:14:19.495Z Compiling futures-macro v0.3.29
16822023-11-08T23:14:19.498Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=4a057b218f377a81 -C extra-filename=-4a057b218f377a81 --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro --cap-lints allow -D warnings`
16832023-11-08T23:14:20.286Z Compiling tracing-attributes v0.1.26
16842023-11-08T23:14:20.291Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=afa34ce831a28fcc -C extra-filename=-afa34ce831a28fcc --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro --cap-lints allow -D warnings`
16852023-11-08T23:14:20.644Z Compiling zeroize v1.6.0
16862023-11-08T23:14:20.699Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-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="zeroize_derive"' -C metadata=8d58fee96f252b5b -C extra-filename=-8d58fee96f252b5b --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-f87a1b64fcfdcfba.so --cap-lints allow -D warnings`
16872023-11-08T23:14:21.207Z Compiling openssl-macros v0.1.1
16882023-11-08T23:14:21.215Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=0852493e10a3103f -C extra-filename=-0852493e10a3103f --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro --cap-lints allow -D warnings`
16892023-11-08T23:14:21.453Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=1accc52a59a2d287 -C extra-filename=-1accc52a59a2d287 --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-66a30b0714f2f281.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rmeta --cap-lints allow -D warnings --cfg relaxed_coherence`
16902023-11-08T23:14:22.704Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.74/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=c44426d44a2404b7 -C extra-filename=-c44426d44a2404b7 --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro --cap-lints allow -D warnings`
16912023-11-08T23:14:22.772Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.49/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eb8e9ce5ec9db8df -C extra-filename=-eb8e9ce5ec9db8df --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-4b4ef50880d58617.so --cap-lints allow -D warnings`
16922023-11-08T23:14:22.970Z Compiling pest v2.7.2
16932023-11-08T23:14:23.000Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b4c46331a6d43c41 -C extra-filename=-b4c46331a6d43c41 --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-eb8e9ce5ec9db8df.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-5ade14baac65735b.rmeta --cap-lints allow -D warnings`
16942023-11-08T23:14:23.054Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=596c872534fa029e -C extra-filename=-596c872534fa029e --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-66a2b565889b6645.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-752c0cd5063205fe.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-4a057b218f377a81.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7a14d41e75c04e78.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-c622fb9760c7f78a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-7436d1601c1cc564.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-6604ec6906f7b39c.rmeta --cap-lints allow -D warnings`
16952023-11-08T23:14:23.410Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-10f3e011f2e2d477/build-script-build`
16962023-11-08T23:14:23.418Z Compiling hashbrown v0.13.2
16972023-11-08T23:14:23.425Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' -C metadata=47a9b11d5628b4a6 -C extra-filename=-47a9b11d5628b4a6 --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-169fb52eead2dddc.rmeta --cap-lints allow -D warnings`
16982023-11-08T23:14:23.908Z Compiling errno v0.3.2
16992023-11-08T23:14:23.917Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f9e1effc2d9ef148 -C extra-filename=-f9e1effc2d9ef148 --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
17002023-11-08T23:14:24.199Z Compiling crypto-common v0.1.6
17012023-11-08T23:14:24.225Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=c2146b290c0bfde3 -C extra-filename=-c2146b290c0bfde3 --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-1accc52a59a2d287.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-66a30b0714f2f281.rmeta --cap-lints allow -D warnings`
17022023-11-08T23:14:24.503Z Compiling bitflags v1.3.2
17032023-11-08T23:14:24.510Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=bba883f09c02da13 -C extra-filename=-bba883f09c02da13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17042023-11-08T23:14:24.570Z Compiling time-core v0.1.1
17052023-11-08T23:14:24.605Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=58f78c42d4154f34 -C extra-filename=-58f78c42d4154f34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17062023-11-08T23:14:24.637Z Compiling base64 v0.21.5
17072023-11-08T23:14:24.713Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e787744d353adac5 -C extra-filename=-e787744d353adac5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17082023-11-08T23:14:24.827Z Compiling time-macros v0.2.13
17092023-11-08T23:14:24.889Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="formatting"' --cfg 'feature="parsing"' -C metadata=edf8304bb59d3fc3 -C extra-filename=-edf8304bb59d3fc3 --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-58f78c42d4154f34.rlib --extern proc_macro --cap-lints allow -D warnings`
17102023-11-08T23:14:25.255Z Compiling tracing-core v0.1.31
17112023-11-08T23:14:25.260Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=541a9660310fb051 -C extra-filename=-541a9660310fb051 --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-34c4630957281a43.rmeta --cap-lints allow -D warnings`
17122023-11-08T23:14:25.927Z Compiling strsim v0.10.0
17132023-11-08T23:14:25.934Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b831e55c95c4ea46 -C extra-filename=-b831e55c95c4ea46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17142023-11-08T23:14:26.050Z Compiling adler v1.0.2
17152023-11-08T23:14:26.059Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name adler /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=08cd1827cd37ee6e -C extra-filename=-08cd1827cd37ee6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17162023-11-08T23:14:26.376Z Compiling miniz_oxide v0.7.1
17172023-11-08T23:14:26.379Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="with-alloc"' -C metadata=4f8e6ad7586f9a84 -C extra-filename=-4f8e6ad7586f9a84 --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-08cd1827cd37ee6e.rmeta --cap-lints allow -D warnings`
17182023-11-08T23:14:26.878Z Compiling tracing v0.1.37
17192023-11-08T23:14:26.894Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=ca329bee74a28348 -C extra-filename=-ca329bee74a28348 --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-7d798944f4659c8d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-afa34ce831a28fcc.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-541a9660310fb051.rmeta --cap-lints allow -D warnings`
17202023-11-08T23:14:27.182Z Compiling synstructure v0.12.6
17212023-11-08T23:14:27.190Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/synstructure-0.12.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=2abc5ff101e891f2 -C extra-filename=-2abc5ff101e891f2 --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-2e899d8270f25503.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-22fe2c7d911da4f3.rmeta --cap-lints allow -D warnings`
17222023-11-08T23:14:27.774Z Compiling const-oid v0.9.5
17232023-11-08T23:14:27.783Z Compiling ppv-lite86 v0.2.17
17242023-11-08T23:14:27.800Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' -C metadata=b70e9b5553d7683e -C extra-filename=-b70e9b5553d7683e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17252023-11-08T23:14:27.808Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=bf9846c849cd28ee -C extra-filename=-bf9846c849cd28ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17262023-11-08T23:14:28.021Z Compiling pest_meta v2.7.2
17272023-11-08T23:14:28.044Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=9001f960dc0fe2ef -C extra-filename=-9001f960dc0fe2ef --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-34c4630957281a43.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-b4c46331a6d43c41.rmeta --cap-lints allow -D warnings`
17282023-11-08T23:14:29.112Z Compiling rand_chacha v0.3.1
17292023-11-08T23:14:29.117Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2896c1338f614b96 -C extra-filename=-2896c1338f614b96 --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-bf9846c849cd28ee.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --cap-lints allow -D warnings`
17302023-11-08T23:14:29.139Z Compiling spin v0.9.8
17312023-11-08T23:14:29.143Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' -C metadata=307a5b4ea5e7a3f6 -C extra-filename=-307a5b4ea5e7a3f6 --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-229a37db0ca11e34.rmeta --cap-lints allow -D warnings`
17322023-11-08T23:14:29.734Z Compiling rand v0.8.5
17332023-11-08T23:14:29.738Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="min_const_gen"' --cfg 'feature="rand_chacha"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=a5bd479a6d357020 -C extra-filename=-a5bd479a6d357020 --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-b2edb30e9ae87feb.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2896c1338f614b96.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --cap-lints allow -D warnings`
17342023-11-08T23:14:29.856Z Compiling zerocopy-derive v0.2.0
17352023-11-08T23:14:29.909Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=b30e90a24d67dcb9 -C extra-filename=-b30e90a24d67dcb9 --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-2e899d8270f25503.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-2abc5ff101e891f2.rlib --extern proc_macro --cap-lints allow -D warnings`
17362023-11-08T23:14:30.030Z Compiling usdt-impl v0.3.5
17372023-11-08T23:14:30.035Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="asm"' -C metadata=3a412c79e16a3e0a -C extra-filename=-3a412c79e16a3e0a --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-3a412c79e16a3e0a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings`
17382023-11-08T23:14:30.891Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.188/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=22774573f9e220ea -C extra-filename=-22774573f9e220ea --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-a58df7b6c155e074.so --cap-lints allow -D warnings`
17392023-11-08T23:14:30.905Z Compiling pest_generator v2.7.2
17402023-11-08T23:14:30.910Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' -C metadata=0cbcd0ef31b4c4da -C extra-filename=-0cbcd0ef31b4c4da --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-b4c46331a6d43c41.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-9001f960dc0fe2ef.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rmeta --cap-lints allow -D warnings`
17412023-11-08T23:14:31.070Z Compiling gimli v0.28.0
17422023-11-08T23:14:31.077Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' -C metadata=872a44afabf948a6 -C extra-filename=-872a44afabf948a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17432023-11-08T23:14:32.083Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-3a412c79e16a3e0a/build-script-build`
17442023-11-08T23:14:32.295Z Compiling block-buffer v0.10.4
17452023-11-08T23:14:32.712Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=77a4ea2b68955b63 -C extra-filename=-77a4ea2b68955b63 --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-1accc52a59a2d287.rmeta --cap-lints allow -D warnings`
17462023-11-08T23:14:32.718Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=53652a956d40eca5 -C extra-filename=-53652a956d40eca5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg httparse_simd`
17472023-11-08T23:14:33.049Z Compiling zerocopy v0.3.0
17482023-11-08T23:14:33.056Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63b8674d7c900b3a -C extra-filename=-63b8674d7c900b3a --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-13456ae1292a2c33.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-b30e90a24d67dcb9.so --cap-lints allow -D warnings`
17492023-11-08T23:14:33.247Z Compiling object v0.32.1
17502023-11-08T23:14:33.308Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' -C metadata=f3ab642a0fb2624b -C extra-filename=-f3ab642a0fb2624b --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-fd2d1cfaac0fc816.rmeta --cap-lints allow -D warnings`
17512023-11-08T23:14:33.347Z Compiling rustc-demangle v0.1.23
17522023-11-08T23:14:33.350Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f7bdaedcfefe0e1a -C extra-filename=-f7bdaedcfefe0e1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17532023-11-08T23:14:33.661Z Compiling hashbrown v0.12.3
17542023-11-08T23:14:33.673Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=fb8de11b4711326b -C extra-filename=-fb8de11b4711326b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17552023-11-08T23:14:33.861Z Compiling digest v0.10.7
17562023-11-08T23:14:33.865Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' -C metadata=af13c3ee90217f89 -C extra-filename=-af13c3ee90217f89 --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-77a4ea2b68955b63.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b70e9b5553d7683e.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-c2146b290c0bfde3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --cap-lints allow -D warnings`
17572023-11-08T23:14:34.249Z Compiling dof v0.1.5
17582023-11-08T23:14:34.263Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2df46a878fc81ae7 -C extra-filename=-2df46a878fc81ae7 --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-eb8e9ce5ec9db8df.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-63b8674d7c900b3a.rmeta --cap-lints allow -D warnings`
17592023-11-08T23:14:34.624Z Compiling thread-id v4.2.0
17602023-11-08T23:14:34.639Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0711bc262ccfa26b -C extra-filename=-0711bc262ccfa26b --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
17612023-11-08T23:14:34.768Z Compiling untrusted v0.7.1
17622023-11-08T23:14:34.777Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f44937a814b14c11 -C extra-filename=-f44937a814b14c11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17632023-11-08T23:14:34.995Z Compiling cpufeatures v0.2.9
17642023-11-08T23:14:35.001Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=828db6385a9f0bd5 -C extra-filename=-828db6385a9f0bd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17652023-11-08T23:14:35.093Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=1516128ddb377b1e -C extra-filename=-1516128ddb377b1e --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-34c4630957281a43.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-40645d4c60d8f99b.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-f44937a814b14c11.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -l static=ring-core -l static=ring-test`
17662023-11-08T23:14:35.109Z Compiling pest_derive v2.7.2
17672023-11-08T23:14:35.114Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2506c322bdc3db5a -C extra-filename=-2506c322bdc3db5a --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-b4c46331a6d43c41.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-0cbcd0ef31b4c4da.rlib --extern proc_macro --cap-lints allow -D warnings`
17682023-11-08T23:14:35.142Z Compiling strum_macros v0.25.2
17692023-11-08T23:14:35.149Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=3df8c41f44dfc1f4 -C extra-filename=-3df8c41f44dfc1f4 --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-14d7d47dc7b7257e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-96868ad2f5887e43.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro --cap-lints allow -D warnings`
17702023-11-08T23:14:35.528Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=64e35da0c73cb6db -C extra-filename=-64e35da0c73cb6db --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-fb8de11b4711326b.rmeta --cap-lints allow -D warnings --cfg has_std`
17712023-11-08T23:14:35.770Z Compiling socket2 v0.4.9
17722023-11-08T23:14:35.774Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=83f414a27466bc1a -C extra-filename=-83f414a27466bc1a --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
17732023-11-08T23:14:36.596Z Compiling dtrace-parser v0.1.14
17742023-11-08T23:14:36.660Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=53da29bc4e0dae16 -C extra-filename=-53da29bc4e0dae16 --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-b4c46331a6d43c41.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-2506c322bdc3db5a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --cap-lints allow -D warnings`
17752023-11-08T23:14:36.925Z Compiling untrusted v0.9.0
17762023-11-08T23:14:36.929Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2bede715a5173ba8 -C extra-filename=-2bede715a5173ba8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17772023-11-08T23:14:37.184Z Compiling try-lock v0.2.4
17782023-11-08T23:14:37.216Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8ff1f8b0c587fb9f -C extra-filename=-8ff1f8b0c587fb9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17792023-11-08T23:14:37.223Z Compiling httpdate v1.0.3
17802023-11-08T23:14:37.232Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cd86d2854e7dc134 -C extra-filename=-cd86d2854e7dc134 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17812023-11-08T23:14:37.394Z Compiling want v0.3.1
17822023-11-08T23:14:37.398Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d03f4efc8064ac28 -C extra-filename=-d03f4efc8064ac28 --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-8ff1f8b0c587fb9f.rmeta --cap-lints allow -D warnings`
17832023-11-08T23:14:37.836Z Compiling openssl-probe v0.1.5
17842023-11-08T23:14:37.842Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=38360ffb9ef07a0e -C extra-filename=-38360ffb9ef07a0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17852023-11-08T23:14:38.004Z Compiling foreign-types-shared v0.1.1
17862023-11-08T23:14:38.007Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d947ee7897d9fbf5 -C extra-filename=-d947ee7897d9fbf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17872023-11-08T23:14:38.156Z Compiling tower-service v0.3.2
17882023-11-08T23:14:38.159Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bce8a2483e665a6f -C extra-filename=-bce8a2483e665a6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17892023-11-08T23:14:38.331Z Compiling addr2line v0.21.0
17902023-11-08T23:14:38.335Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0f0ded569e5c2647 -C extra-filename=-0f0ded569e5c2647 --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-872a44afabf948a6.rmeta --cap-lints allow -D warnings`
17912023-11-08T23:14:38.359Z Compiling sct v0.7.0
17922023-11-08T23:14:38.364Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f5faae540654df77 -C extra-filename=-f5faae540654df77 --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-1516128ddb377b1e.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-f44937a814b14c11.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out`
17932023-11-08T23:14:38.836Z Compiling foreign-types v0.3.2
17942023-11-08T23:14:38.840Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=af042b7bd262a5cc -C extra-filename=-af042b7bd262a5cc --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-d947ee7897d9fbf5.rmeta --cap-lints allow -D warnings`
17952023-11-08T23:14:38.966Z Compiling rustls-pemfile v1.0.3
17962023-11-08T23:14:38.970Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b9af34ee4ca82c03 -C extra-filename=-b9af34ee4ca82c03 --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-e787744d353adac5.rmeta --cap-lints allow -D warnings`
17972023-11-08T23:14:39.366Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.93/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a3aa651ee9311542 -C extra-filename=-a3aa651ee9311542 --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg openssl --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --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`
17982023-11-08T23:14:39.554Z Compiling mime v0.3.17
17992023-11-08T23:14:39.597Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mime /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37174dc2eb25e52f -C extra-filename=-37174dc2eb25e52f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18002023-11-08T23:14:39.631Z Compiling ipnet v2.8.0
18012023-11-08T23:14:39.638Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9b2720df6dfaa396 -C extra-filename=-9b2720df6dfaa396 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18022023-11-08T23:14:40.072Z Compiling deranged v0.3.8
18032023-11-08T23:14:40.076Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=cf3227b7e0c014af -C extra-filename=-cf3227b7e0c014af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18042023-11-08T23:14:40.495Z Compiling num_threads v0.1.6
18052023-11-08T23:14:40.499Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b4a56bf51ad829de -C extra-filename=-b4a56bf51ad829de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18062023-11-08T23:14:40.678Z Compiling bytes v1.5.0
18072023-11-08T23:14:40.683Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=e0c4c0c9da2f0611 -C extra-filename=-e0c4c0c9da2f0611 --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-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
18082023-11-08T23:14:41.043Z Compiling indexmap v2.1.0
18092023-11-08T23:14:41.047Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=eaab12566517bddf -C extra-filename=-eaab12566517bddf --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-8ce1101edb93c80e.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-d9ad5f1ef1e6b01f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
18102023-11-08T23:14:41.408Z Compiling chrono v0.4.31
18112023-11-08T23:14:41.429Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' -C metadata=ee86ffe479e2dca6 -C extra-filename=-ee86ffe479e2dca6 --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-396d392db64a8d3e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
18122023-11-08T23:14:41.499Z Compiling uuid v1.5.0
18132023-11-08T23:14:41.526Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=cf02c0488bcc98ce -C extra-filename=-cf02c0488bcc98ce --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-5a5836bbf46a42cd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
18142023-11-08T23:14:41.696Z Compiling bitflags v2.4.0
18152023-11-08T23:14:41.707Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=ff779c4aa78760fa -C extra-filename=-ff779c4aa78760fa --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-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
18162023-11-08T23:14:41.728Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.108/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' -C metadata=0dac190fd4122934 -C extra-filename=-0dac190fd4122934 --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-98285bbecc3762d3.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-61a249f33bd2ccc2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --cap-lints allow -D warnings --cfg limb_width_64`
18172023-11-08T23:14:42.410Z Compiling tokio v1.33.0
18182023-11-08T23:14:42.437Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=ac2c28d3c01aac21 -C extra-filename=-ac2c28d3c01aac21 --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-e0c4c0c9da2f0611.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-8af2c58adabbf1cf.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-04132c579bcd6e17.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-9b661897d4f1cf2f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-fdfddb00e7d79634.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-51cc57fddbfd320c.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-5fecc0793b8648ba.so --cap-lints allow -D warnings`
18192023-11-08T23:14:42.819Z Compiling http v0.2.9
18202023-11-08T23:14:42.822Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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=55df0a7c9e4352eb -C extra-filename=-55df0a7c9e4352eb --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-e0c4c0c9da2f0611.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-4de40f5f1fdaf32e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-98285bbecc3762d3.rmeta --cap-lints allow -D warnings`
18212023-11-08T23:14:43.193Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=0b001d60551b5f70 -C extra-filename=-0b001d60551b5f70 --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-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
18222023-11-08T23:14:43.216Z Compiling serde_spanned v0.6.4
18232023-11-08T23:14:43.230Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=e936c59dbb373a44 -C extra-filename=-e936c59dbb373a44 --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-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
18242023-11-08T23:14:43.560Z Compiling toml_datetime v0.6.5
18252023-11-08T23:14:43.565Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=d0d1f354258e6e41 -C extra-filename=-d0d1f354258e6e41 --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-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
18262023-11-08T23:14:43.905Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=c3481d732e13ec36 -C extra-filename=-c3481d732e13ec36 --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-ff779c4aa78760fa.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-f9e1effc2d9ef148.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
18272023-11-08T23:14:44.282Z Compiling toml_edit v0.19.15
18282023-11-08T23:14:44.287Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=04880b436e5d0ff4 -C extra-filename=-04880b436e5d0ff4 --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-eaab12566517bddf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-e936c59dbb373a44.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d0d1f354258e6e41.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-3b600d2d43343318.rmeta --cap-lints allow -D warnings`
18292023-11-08T23:14:44.462Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ce5ca998135c6903 -C extra-filename=-ce5ca998135c6903 --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-0f0ded569e5c2647.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-4f8e6ad7586f9a84.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-f3ab642a0fb2624b.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-f7bdaedcfefe0e1a.rmeta --cap-lints allow -D warnings`
18302023-11-08T23:14:44.791Z Compiling rustc_version v0.4.0
18312023-11-08T23:14:44.797Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=e1d053d11d74ce94 -C extra-filename=-e1d053d11d74ce94 --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-0b001d60551b5f70.rmeta --cap-lints allow -D warnings`
18322023-11-08T23:14:45.824Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=b7528669925283b3 -C extra-filename=-b7528669925283b3 --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-e0c4c0c9da2f0611.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-4c1b326e73f4b906.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-3cb5e21425b23347.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-0dac190fd4122934.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
18332023-11-08T23:14:46.397Z Compiling openapiv3 v1.0.3
18342023-11-08T23:14:46.821Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-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="skip_serializing_defaults"' -C metadata=c126e198005a2270 -C extra-filename=-c126e198005a2270 --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-eaab12566517bddf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-0dac190fd4122934.rmeta --cap-lints allow -D warnings`
18352023-11-08T23:14:47.012Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.75/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d625a61470155b68 -C extra-filename=-d625a61470155b68 --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-ce5ca998135c6903.rmeta --cap-lints allow -D warnings`
18362023-11-08T23:14:48.119Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=b890d0b6aada5453 -C extra-filename=-b890d0b6aada5453 --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-13456ae1292a2c33.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-2df46a878fc81ae7.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-53da29bc4e0dae16.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-0dac190fd4122934.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-0711bc262ccfa26b.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard`
18372023-11-08T23:14:48.715Z Compiling serde_tokenstream v0.1.7
18382023-11-08T23:14:48.719Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=95c202ba2a00f064 -C extra-filename=-95c202ba2a00f064 --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-2e899d8270f25503.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rmeta --cap-lints allow -D warnings`
18392023-11-08T23:14:49.033Z Compiling http-body v0.4.5
18402023-11-08T23:14:49.036Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=89a194dd47ba18ee -C extra-filename=-89a194dd47ba18ee --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-e0c4c0c9da2f0611.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --cap-lints allow -D warnings`
18412023-11-08T23:14:49.512Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.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="default"' -C metadata=9ffc14e56cf8d523 -C extra-filename=-9ffc14e56cf8d523 --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-ff779c4aa78760fa.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-af042b7bd262a5cc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-0852493e10a3103f.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a3aa651ee9311542.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`
18422023-11-08T23:14:49.672Z Compiling time v0.3.27
18432023-11-08T23:14:49.675Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' -C metadata=c3e3cf764a9ffe22 -C extra-filename=-c3e3cf764a9ffe22 --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-cf3227b7e0c014af.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-98285bbecc3762d3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-b4a56bf51ad829de.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-58f78c42d4154f34.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-edf8304bb59d3fc3.so --cap-lints allow -D warnings`
18442023-11-08T23:14:50.627Z Compiling either v1.9.0
18452023-11-08T23:14:50.640Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=a1eac84d717304be -C extra-filename=-a1eac84d717304be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18462023-11-08T23:14:51.073Z Compiling usdt-attr-macro v0.3.5
18472023-11-08T23:14:51.482Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="asm"' -C metadata=4cc5f23b77bb36b2 -C extra-filename=-4cc5f23b77bb36b2 --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-53da29bc4e0dae16.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-95c202ba2a00f064.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-b890d0b6aada5453.rlib --extern proc_macro --cap-lints allow -D warnings`
18482023-11-08T23:14:51.486Z Compiling usdt-macro v0.3.5
18492023-11-08T23:14:51.509Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="asm"' -C metadata=5845ded97bf68466 -C extra-filename=-5845ded97bf68466 --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-53da29bc4e0dae16.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-95c202ba2a00f064.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-b890d0b6aada5453.rlib --extern proc_macro --cap-lints allow -D warnings`
18502023-11-08T23:14:51.925Z Compiling serde_urlencoded v0.7.1
18512023-11-08T23:14:51.932Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=39fe782b320b7a03 -C extra-filename=-39fe782b320b7a03 --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-4eff3b320e84fc0d.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-98285bbecc3762d3.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-61a249f33bd2ccc2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
18522023-11-08T23:14:52.795Z Compiling encoding_rs v0.8.33
18532023-11-08T23:14:52.799Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=e127fad1e2bd69c7 -C extra-filename=-e127fad1e2bd69c7 --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-7d798944f4659c8d.rmeta --cap-lints allow -D warnings`
18542023-11-08T23:14:53.477Z Compiling rustls-native-certs v0.6.3
18552023-11-08T23:14:53.481Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=72d396c4f48184a8 -C extra-filename=-72d396c4f48184a8 --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-38360ffb9ef07a0e.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b9af34ee4ca82c03.rmeta --cap-lints allow -D warnings`
18562023-11-08T23:14:53.640Z Compiling regex-syntax v0.6.29
18572023-11-08T23:14:53.643Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --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=689a3229837f7090 -C extra-filename=-689a3229837f7090 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18582023-11-08T23:14:54.154Z Compiling webpki-roots v0.25.2
18592023-11-08T23:14:54.167Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=43c1378816ecac54 -C extra-filename=-43c1378816ecac54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18602023-11-08T23:14:54.389Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=432ebafd6491db7b -C extra-filename=-432ebafd6491db7b --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-7d798944f4659c8d.rmeta --cap-lints allow -D warnings`
18612023-11-08T23:14:54.592Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' -C metadata=c2db2e2cc24f25bb -C extra-filename=-c2db2e2cc24f25bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg integer128`
18622023-11-08T23:14:55.989Z Compiling tokio-util v0.7.10
18632023-11-08T23:14:56.018Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' -C metadata=8cc5569845a6da47 -C extra-filename=-8cc5569845a6da47 --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-e0c4c0c9da2f0611.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7a14d41e75c04e78.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-ca329bee74a28348.rmeta --cap-lints allow -D warnings`
18642023-11-08T23:14:56.291Z Compiling num-integer v0.1.45
18652023-11-08T23:14:56.297Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=d52890b42f7eb4eb -C extra-filename=-d52890b42f7eb4eb --out-dir /work/oxidecomputer/omicron/target/debug/build/num-integer-d52890b42f7eb4eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow -D warnings`
18662023-11-08T23:14:56.855Z Compiling io-lifetimes v1.0.11
18672023-11-08T23:14:56.905Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=b72fbfc7540779d2 -C extra-filename=-b72fbfc7540779d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/io-lifetimes-b72fbfc7540779d2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18682023-11-08T23:14:57.835Z Compiling h2 v0.3.21
18692023-11-08T23:14:57.862Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46286365ee030f81 -C extra-filename=-46286365ee030f81 --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-e0c4c0c9da2f0611.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-4de40f5f1fdaf32e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7a14d41e75c04e78.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-596c872534fa029e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-64e35da0c73cb6db.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-6604ec6906f7b39c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8cc5569845a6da47.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-ca329bee74a28348.rmeta --cap-lints allow -D warnings`
18702023-11-08T23:14:57.896Z Compiling crc32fast v1.3.2
18712023-11-08T23:14:57.901Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c3bc6d6e0d5eb2c0 -C extra-filename=-c3bc6d6e0d5eb2c0 --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-c3bc6d6e0d5eb2c0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18722023-11-08T23:14:58.543Z Running `/work/oxidecomputer/omicron/target/debug/build/io-lifetimes-b72fbfc7540779d2/build-script-build`
18732023-11-08T23:14:58.708Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-c3bc6d6e0d5eb2c0/build-script-build`
18742023-11-08T23:14:58.797Z Running `/work/oxidecomputer/omicron/target/debug/build/num-integer-d52890b42f7eb4eb/build-script-build`
18752023-11-08T23:14:58.814Z Compiling siphasher v0.3.11
18762023-11-08T23:14:58.818Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8a1c294fc638e13d -C extra-filename=-8a1c294fc638e13d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18772023-11-08T23:14:58.897Z Compiling rustix v0.37.23
18782023-11-08T23:14:58.923Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=47322ae9f87daf8f -C extra-filename=-47322ae9f87daf8f --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-47322ae9f87daf8f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18792023-11-08T23:14:58.958Z Compiling futures-executor v0.3.29
18802023-11-08T23:14:58.962Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=3723deae2259a5e1 -C extra-filename=-3723deae2259a5e1 --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-1e47e072d9a5cdfb.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-c622fb9760c7f78a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-596c872534fa029e.rmeta --cap-lints allow -D warnings`
18812023-11-08T23:14:59.449Z Compiling zerocopy-derive v0.6.4
18822023-11-08T23:14:59.453Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=ba0fe2f19e12e99d -C extra-filename=-ba0fe2f19e12e99d --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro --cap-lints allow -D warnings`
18832023-11-08T23:14:59.876Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=82cc895470cf9e67 -C extra-filename=-82cc895470cf9e67 --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-35b42e597512c686.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9ffc14e56cf8d523.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-38360ffb9ef07a0e.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a3aa651ee9311542.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
18842023-11-08T23:14:59.937Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-47322ae9f87daf8f/build-script-build`
18852023-11-08T23:15:00.045Z Compiling toml v0.7.8
18862023-11-08T23:15:00.050Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=168a0033ed1dfc2a -C extra-filename=-168a0033ed1dfc2a --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-22774573f9e220ea.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-e936c59dbb373a44.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d0d1f354258e6e41.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-04880b436e5d0ff4.rmeta --cap-lints allow -D warnings`
18872023-11-08T23:15:00.822Z Compiling tokio-native-tls v0.3.1
18882023-11-08T23:15:00.827Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6366183dba3edc72 -C extra-filename=-6366183dba3edc72 --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-82cc895470cf9e67.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
18892023-11-08T23:15:00.849Z Compiling futures v0.3.29
18902023-11-08T23:15:00.853Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=b36af77c87eb107f -C extra-filename=-b36af77c87eb107f --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-66a2b565889b6645.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-3723deae2259a5e1.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-752c0cd5063205fe.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7a14d41e75c04e78.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-c622fb9760c7f78a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-596c872534fa029e.rmeta --cap-lints allow -D warnings`
18912023-11-08T23:15:01.009Z Compiling sha2 v0.10.8
18922023-11-08T23:15:01.013Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' -C metadata=f3de64ed5c3bde02 -C extra-filename=-f3de64ed5c3bde02 --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-7d798944f4659c8d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-828db6385a9f0bd5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-af13c3ee90217f89.rmeta --cap-lints allow -D warnings`
18932023-11-08T23:15:01.226Z Compiling hmac v0.12.1
18942023-11-08T23:15:01.233Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=f8007d3fd81925f5 -C extra-filename=-f8007d3fd81925f5 --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-af13c3ee90217f89.rmeta --cap-lints allow -D warnings`
18952023-11-08T23:15:01.580Z Compiling fallible-iterator v0.2.0
18962023-11-08T23:15:01.585Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=82b80056b1b0c068 -C extra-filename=-82b80056b1b0c068 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18972023-11-08T23:15:02.857Z Compiling memoffset v0.9.0
18982023-11-08T23:15:02.862Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=2ef9dc1180e7f411 -C extra-filename=-2ef9dc1180e7f411 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-2ef9dc1180e7f411 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow -D warnings`
18992023-11-08T23:15:03.299Z Compiling radium v0.7.0
19002023-11-08T23:15:03.310Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=12ef081ab53e361f -C extra-filename=-12ef081ab53e361f --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-12ef081ab53e361f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19012023-11-08T23:15:03.319Z Compiling toml_edit v0.21.0
19022023-11-08T23:15:03.326Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=bc3cacc6dfff8cf8 -C extra-filename=-bc3cacc6dfff8cf8 --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-eaab12566517bddf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-e936c59dbb373a44.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d0d1f354258e6e41.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-3b600d2d43343318.rmeta --cap-lints allow -D warnings`
19032023-11-08T23:15:03.333Z Compiling hex v0.4.3
19042023-11-08T23:15:03.341Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=8e8b91223088e5db -C extra-filename=-8e8b91223088e5db --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-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
19052023-11-08T23:15:03.440Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-2ef9dc1180e7f411/build-script-build`
19062023-11-08T23:15:03.638Z Compiling clap_derive v4.4.2
19072023-11-08T23:15:03.661Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' -C metadata=61bbfb9f03702e62 -C extra-filename=-61bbfb9f03702e62 --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-14d7d47dc7b7257e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro --cap-lints allow -D warnings`
19082023-11-08T23:15:04.071Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-12ef081ab53e361f/build-script-build`
19092023-11-08T23:15:04.076Z Compiling utf8parse v0.2.1
19102023-11-08T23:15:04.080Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=27097620aad2fe26 -C extra-filename=-27097620aad2fe26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19112023-11-08T23:15:04.084Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d6a29730dcaf9410 -C extra-filename=-d6a29730dcaf9410 --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-7d798944f4659c8d.rmeta --cap-lints allow -D warnings --cfg crc32fast_stdarchx86`
19122023-11-08T23:15:04.088Z Compiling serde_tokenstream v0.2.0
19132023-11-08T23:15:04.094Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=a15bfa80a986f2aa -C extra-filename=-a15bfa80a986f2aa --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-2e899d8270f25503.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rmeta --cap-lints allow -D warnings`
19142023-11-08T23:15:04.296Z Compiling md-5 v0.10.5
19152023-11-08T23:15:04.308Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2d386c0f36293de5 -C extra-filename=-2d386c0f36293de5 --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-af13c3ee90217f89.rmeta --cap-lints allow -D warnings`
19162023-11-08T23:15:04.463Z Compiling stringprep v0.1.3
19172023-11-08T23:15:04.467Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name stringprep /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7c6dd1a1feeb2107 -C extra-filename=-7c6dd1a1feeb2107 --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-23263f6d11e68974.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-5457468a2c088d58.rmeta --cap-lints allow -D warnings`
19182023-11-08T23:15:04.701Z Compiling crossbeam-epoch v0.9.15
19192023-11-08T23:15:04.719Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=22c4a00135c65c68 -C extra-filename=-22c4a00135c65c68 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-22c4a00135c65c68 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow -D warnings`
19202023-11-08T23:15:04.784Z Compiling num-iter v0.1.43
19212023-11-08T23:15:04.795Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="i128"' -C metadata=5a1aa375de535fb6 -C extra-filename=-5a1aa375de535fb6 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-iter-5a1aa375de535fb6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow -D warnings`
19222023-11-08T23:15:05.352Z Running `/work/oxidecomputer/omicron/target/debug/build/num-iter-5a1aa375de535fb6/build-script-build`
19232023-11-08T23:15:05.450Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-22c4a00135c65c68/build-script-build`
19242023-11-08T23:15:05.581Z Compiling postgres-protocol v0.6.6
19252023-11-08T23:15:05.588Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b4f4bc0e6573979c -C extra-filename=-b4f4bc0e6573979c --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-e787744d353adac5.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-82b80056b1b0c068.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-f8007d3fd81925f5.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-2d386c0f36293de5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f3de64ed5c3bde02.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-7c6dd1a1feeb2107.rmeta --cap-lints allow -D warnings`
19262023-11-08T23:15:05.618Z Compiling signal-hook v0.3.17
19272023-11-08T23:15:05.625Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=069eece865dbe982 -C extra-filename=-069eece865dbe982 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-069eece865dbe982 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19282023-11-08T23:15:06.141Z Compiling anstyle v1.0.2
19292023-11-08T23:15:06.146Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0bb32fe94b168e4f -C extra-filename=-0bb32fe94b168e4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19302023-11-08T23:15:06.169Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-069eece865dbe982/build-script-build`
19312023-11-08T23:15:06.212Z Compiling phf_shared v0.11.2
19322023-11-08T23:15:06.216Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=b989823309beb0a6 -C extra-filename=-b989823309beb0a6 --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-8a1c294fc638e13d.rmeta --cap-lints allow -D warnings`
19332023-11-08T23:15:06.782Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name io_lifetimes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=5900c666972f8fe2 -C extra-filename=-5900c666972f8fe2 --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings --cfg io_safety_is_in_std`
19342023-11-08T23:15:06.846Z Compiling itertools v0.10.5
19352023-11-08T23:15:06.861Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=1698fe758139cc1f -C extra-filename=-1698fe758139cc1f --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-a1eac84d717304be.rmeta --cap-lints allow -D warnings`
19362023-11-08T23:15:07.081Z Compiling unicode-segmentation v1.10.1
19372023-11-08T23:15:07.085Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5ea6be43bdaf8fd6 -C extra-filename=-5ea6be43bdaf8fd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19382023-11-08T23:15:07.435Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=f5dff1a3f4afd29f -C extra-filename=-f5dff1a3f4afd29f --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-bba883f09c02da13.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-f9e1effc2d9ef148.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-5900c666972f8fe2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
19392023-11-08T23:15:07.722Z Compiling phf v0.11.2
19402023-11-08T23:15:07.735Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=42b881d7f2520f71 -C extra-filename=-42b881d7f2520f71 --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-b989823309beb0a6.rmeta --cap-lints allow -D warnings`
19412023-11-08T23:15:07.817Z Compiling flate2 v1.0.28
19422023-11-08T23:15:07.820Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=c019a285918e1257 -C extra-filename=-c019a285918e1257 --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-d6a29730dcaf9410.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-4f8e6ad7586f9a84.rmeta --cap-lints allow -D warnings`
19432023-11-08T23:15:08.163Z Compiling anstyle-parse v0.2.1
19442023-11-08T23:15:08.191Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="utf8"' -C metadata=1369f107592cb1aa -C extra-filename=-1369f107592cb1aa --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-27097620aad2fe26.rmeta --cap-lints allow -D warnings`
19452023-11-08T23:15:08.655Z Compiling block-padding v0.3.3
19462023-11-08T23:15:08.662Z Compiling enum-as-inner v0.5.1
19472023-11-08T23:15:08.669Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=0a969686c524ec42 -C extra-filename=-0a969686c524ec42 --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-1accc52a59a2d287.rmeta --cap-lints allow -D warnings`
19482023-11-08T23:15:08.674Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=1b8116e99120b037 -C extra-filename=-1b8116e99120b037 --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-14d7d47dc7b7257e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rlib --extern proc_macro --cap-lints allow -D warnings`
19492023-11-08T23:15:09.086Z Compiling bit-vec v0.6.3
19502023-11-08T23:15:09.099Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=441d99300fa54436 -C extra-filename=-441d99300fa54436 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19512023-11-08T23:15:09.481Z Compiling hyper v0.14.27
19522023-11-08T23:15:09.487Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' -C metadata=87d51385c696eeb7 -C extra-filename=-87d51385c696eeb7 --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-e0c4c0c9da2f0611.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-66a2b565889b6645.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-596c872534fa029e.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-46286365ee030f81.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-89a194dd47ba18ee.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-53652a956d40eca5.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-cd86d2854e7dc134.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-98285bbecc3762d3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-83f414a27466bc1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-bce8a2483e665a6f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-ca329bee74a28348.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-d03f4efc8064ac28.rmeta --cap-lints allow -D warnings`
19532023-11-08T23:15:09.814Z Compiling static_assertions v1.1.0
19542023-11-08T23:15:09.824Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b7042427c87606dc -C extra-filename=-b7042427c87606dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19552023-11-08T23:15:09.839Z Compiling anstyle-query v1.0.0
19562023-11-08T23:15:09.862Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=01aab9357ab03251 -C extra-filename=-01aab9357ab03251 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19572023-11-08T23:15:09.953Z Compiling whoami v1.4.1
19582023-11-08T23:15:09.960Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="web"' --cfg 'feature="web-sys"' -C metadata=c924dca48902b724 -C extra-filename=-c924dca48902b724 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19592023-11-08T23:15:10.026Z Compiling colorchoice v1.0.0
19602023-11-08T23:15:10.032Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ace7b3863e74f466 -C extra-filename=-ace7b3863e74f466 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19612023-11-08T23:15:10.268Z Compiling anstream v0.5.0
19622023-11-08T23:15:10.302Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=b45f13db1c326097 -C extra-filename=-b45f13db1c326097 --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-0bb32fe94b168e4f.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-1369f107592cb1aa.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-01aab9357ab03251.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-ace7b3863e74f466.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-27097620aad2fe26.rmeta --cap-lints allow -D warnings`
19632023-11-08T23:15:10.481Z Compiling terminal_size v0.2.6
19642023-11-08T23:15:10.485Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=01184d0e16a67ddb -C extra-filename=-01184d0e16a67ddb --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-f5dff1a3f4afd29f.rmeta --cap-lints allow -D warnings`
19652023-11-08T23:15:10.757Z Compiling inout v0.1.3
19662023-11-08T23:15:10.767Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' -C metadata=829ad83be88f6460 -C extra-filename=-829ad83be88f6460 --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-0a969686c524ec42.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1accc52a59a2d287.rmeta --cap-lints allow -D warnings`
19672023-11-08T23:15:10.957Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=e44a33706e9032ed -C extra-filename=-e44a33706e9032ed --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-944a383f40926f71.rmeta --cap-lints allow -D warnings --cfg has_i128`
19682023-11-08T23:15:11.196Z Compiling bzip2-sys v0.1.11+1.0.8
19692023-11-08T23:15:11.202Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=1de9c775e495b4e3 -C extra-filename=-1de9c775e495b4e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1de9c775e495b4e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-bc774ea883630f73.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-82e2e882ff877bc0.rlib --cap-lints allow -D warnings`
19702023-11-08T23:15:11.366Z Compiling clap_lex v0.5.1
19712023-11-08T23:15:11.371Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=39e629374433b1e7 -C extra-filename=-39e629374433b1e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19722023-11-08T23:15:11.644Z Compiling cipher v0.4.4
19732023-11-08T23:15:11.655Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' -C metadata=bc62256fa8bd2820 -C extra-filename=-bc62256fa8bd2820 --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-c2146b290c0bfde3.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-829ad83be88f6460.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rmeta --cap-lints allow -D warnings`
19742023-11-08T23:15:11.700Z Compiling zerocopy v0.6.4
19752023-11-08T23:15:11.705Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=10111e7e5a32e7bc -C extra-filename=-10111e7e5a32e7bc --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-13456ae1292a2c33.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-ba0fe2f19e12e99d.so --cap-lints allow -D warnings`
19762023-11-08T23:15:12.071Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1de9c775e495b4e3/build-script-build`
19772023-11-08T23:15:12.525Z Compiling clap_builder v4.4.2
19782023-11-08T23:15:12.536Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=ed3dd28698be8141 -C extra-filename=-ed3dd28698be8141 --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-b45f13db1c326097.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-0bb32fe94b168e4f.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-39e629374433b1e7.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-b831e55c95c4ea46.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-01184d0e16a67ddb.rmeta --cap-lints allow -D warnings`
19792023-11-08T23:15:12.553Z Compiling data-encoding v2.4.0
19802023-11-08T23:15:12.562Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b383810513703531 -C extra-filename=-b383810513703531 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19812023-11-08T23:15:12.575Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19822023-11-08T23:15:12.988Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=7f029daee77e8b67 -C extra-filename=-7f029daee77e8b67 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-7f029daee77e8b67 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19832023-11-08T23:15:12.998Z Compiling bit-set v0.5.3
19842023-11-08T23:15:13.002Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=bcef41215704b0a3 -C extra-filename=-bcef41215704b0a3 --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-441d99300fa54436.rmeta --cap-lints allow -D warnings`
19852023-11-08T23:15:13.005Z Compiling phf_shared v0.10.0
19862023-11-08T23:15:13.009Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cb88406a79c30f65 -C extra-filename=-cb88406a79c30f65 --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-8a1c294fc638e13d.rmeta --cap-lints allow -D warnings`
19872023-11-08T23:15:13.121Z Compiling itertools v0.11.0
19882023-11-08T23:15:13.131Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=e43afbe531374317 -C extra-filename=-e43afbe531374317 --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-a1eac84d717304be.rmeta --cap-lints allow -D warnings`
19892023-11-08T23:15:13.556Z Compiling heapless v0.7.16
19902023-11-08T23:15:13.562Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=35dea9be783f24b6 -C extra-filename=-35dea9be783f24b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-35dea9be783f24b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-e1d053d11d74ce94.rlib --cap-lints allow -D warnings`
19912023-11-08T23:15:13.584Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-7f029daee77e8b67/build-script-build`
19922023-11-08T23:15:13.736Z Compiling new_debug_unreachable v1.0.4
19932023-11-08T23:15:13.739Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a5bc97b5e0fc2ba8 -C extra-filename=-a5bc97b5e0fc2ba8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19942023-11-08T23:15:13.867Z Compiling fixedbitset v0.4.2
19952023-11-08T23:15:13.870Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cdcdae971425a685 -C extra-filename=-cdcdae971425a685 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19962023-11-08T23:15:14.284Z Compiling precomputed-hash v0.1.1
19972023-11-08T23:15:14.288Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63a2ea54c4cba33b -C extra-filename=-63a2ea54c4cba33b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19982023-11-08T23:15:14.448Z Compiling string_cache v0.8.7
19992023-11-08T23:15:14.454Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' -C metadata=6e6848237f7925a5 -C extra-filename=-6e6848237f7925a5 --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-a5bc97b5e0fc2ba8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-9b661897d4f1cf2f.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-cb88406a79c30f65.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-63a2ea54c4cba33b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
20002023-11-08T23:15:14.609Z Compiling petgraph v0.6.4
20012023-11-08T23:15:14.615Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' -C metadata=ed52674e753c9a2a -C extra-filename=-ed52674e753c9a2a --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-cdcdae971425a685.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-eaab12566517bddf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-a58df7b6c155e074.so --cap-lints allow -D warnings`
20022023-11-08T23:15:15.184Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-35dea9be783f24b6/build-script-build`
20032023-11-08T23:15:15.278Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=a011e30b5d5882f6 -C extra-filename=-a011e30b5d5882f6 --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`
20042023-11-08T23:15:15.432Z Compiling regress v0.7.1
20052023-11-08T23:15:15.438Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=621add90cc67b87a -C extra-filename=-621add90cc67b87a --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-47a9b11d5628b4a6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --cap-lints allow -D warnings`
20062023-11-08T23:15:15.972Z Compiling diesel_table_macro_syntax v0.1.0
20072023-11-08T23:15:15.979Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_table_macro_syntax-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=97b87607ca7f7083 -C extra-filename=-97b87607ca7f7083 --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-e8fd410ffd28304c.rmeta --cap-lints allow -D warnings`
20082023-11-08T23:15:16.748Z Compiling managed v0.8.0
20092023-11-08T23:15:16.757Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name managed /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' -C metadata=36484c5329fe569d -C extra-filename=-36484c5329fe569d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20102023-11-08T23:15:16.763Z Compiling tap v1.0.1
20112023-11-08T23:15:16.766Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e0791df716482dd4 -C extra-filename=-e0791df716482dd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20122023-11-08T23:15:16.771Z Compiling diesel_derives v2.1.1
20132023-11-08T23:15:16.774Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_derives-2.1.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 --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' -C metadata=9552142819f83950 -C extra-filename=-9552142819f83950 --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-97b87607ca7f7083.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro --cap-lints allow -D warnings`
20142023-11-08T23:15:16.815Z Compiling wyz v0.5.1
20152023-11-08T23:15:16.819Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=74f00153cf8ad69f -C extra-filename=-74f00153cf8ad69f --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-e0791df716482dd4.rmeta --cap-lints allow -D warnings`
20162023-11-08T23:15:17.614Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3c7425f1d945d36b -C extra-filename=-3c7425f1d945d36b --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-7d798944f4659c8d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-432ebafd6491db7b.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-a011e30b5d5882f6.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-fc40c4370bbc2a4c.rmeta --cap-lints allow -D warnings`
20172023-11-08T23:15:17.624Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=85a46b5506cdfc64 -C extra-filename=-85a46b5506cdfc64 --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`
20182023-11-08T23:15:17.903Z Compiling num-bigint v0.4.4
20192023-11-08T23:15:17.924Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=41ea9f7570a5323b -C extra-filename=-41ea9f7570a5323b --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-41ea9f7570a5323b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow -D warnings`
20202023-11-08T23:15:18.275Z Compiling lalrpop-util v0.19.12
20212023-11-08T23:15:18.281Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=63c6980fe0f75543 -C extra-filename=-63c6980fe0f75543 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20222023-11-08T23:15:18.421Z Compiling clap v4.4.3
20232023-11-08T23:15:18.433Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=dbdd8039b9f9ad4b -C extra-filename=-dbdd8039b9f9ad4b --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-ed3dd28698be8141.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-61bbfb9f03702e62.so --cap-lints allow -D warnings`
20242023-11-08T23:15:18.578Z Compiling smoltcp v0.9.1
20252023-11-08T23:15:18.599Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="proto-ipv6"' -C metadata=77625e3b291d32af -C extra-filename=-77625e3b291d32af --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-77625e3b291d32af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20262023-11-08T23:15:18.818Z Compiling matches v0.1.10
20272023-11-08T23:15:18.823Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=80a0e7b4f72208e9 -C extra-filename=-80a0e7b4f72208e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20282023-11-08T23:15:18.953Z Compiling funty v2.0.0
20292023-11-08T23:15:18.966Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fc9ef1b2d817295b -C extra-filename=-fc9ef1b2d817295b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20302023-11-08T23:15:19.299Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-41ea9f7570a5323b/build-script-build`
20312023-11-08T23:15:19.634Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-77625e3b291d32af/build-script-build`
20322023-11-08T23:15:19.679Z Compiling idna v0.2.3
20332023-11-08T23:15:19.686Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d0042c41b28a33be -C extra-filename=-d0042c41b28a33be --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-80a0e7b4f72208e9.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-23263f6d11e68974.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-5457468a2c088d58.rmeta --cap-lints allow -D warnings`
20342023-11-08T23:15:19.821Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=265c8363d96e092d -C extra-filename=-265c8363d96e092d --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-e44a33706e9032ed.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --cap-lints allow -D warnings --cfg has_i128 --cfg rustc_1_28`
20352023-11-08T23:15:20.054Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=1130240042d45901 -C extra-filename=-1130240042d45901 --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-b2edb30e9ae87feb.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-fdfddb00e7d79634.rmeta --cap-lints allow -D warnings`
20362023-11-08T23:15:21.516Z Compiling hyper-tls v0.5.0
20372023-11-08T23:15:21.521Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b3907b96f728885f -C extra-filename=-b3907b96f728885f --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-e0c4c0c9da2f0611.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-82cc895470cf9e67.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-6366183dba3edc72.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
20382023-11-08T23:15:21.838Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
20392023-11-08T23:15:22.085Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/de16c42/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=5b5df8108772c164 -C extra-filename=-5b5df8108772c164 --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-14d7d47dc7b7257e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b7528669925283b3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-0dac190fd4122934.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-7c7233b3c3a88400.rmeta --cap-lints allow -D warnings`
20402023-11-08T23:15:22.119Z Compiling bitvec v1.0.1
20412023-11-08T23:15:22.138Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="atomic"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7ecff79da8604e92 -C extra-filename=-7ecff79da8604e92 --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-fc9ef1b2d817295b.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-85a46b5506cdfc64.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-e0791df716482dd4.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-74f00153cf8ad69f.rmeta --cap-lints allow -D warnings`
20422023-11-08T23:15:22.215Z Compiling hubpack_derive v0.1.1
20432023-11-08T23:15:22.252Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=555b33f5709226f9 -C extra-filename=-555b33f5709226f9 --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rlib --extern proc_macro --cap-lints allow -D warnings`
20442023-11-08T23:15:22.393Z Compiling trust-dns-proto v0.22.0
20452023-11-08T23:15:22.419Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=120222c9044a1dad -C extra-filename=-120222c9044a1dad --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-c44426d44a2404b7.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b383810513703531.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-1b8116e99120b037.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-66a2b565889b6645.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-752c0cd5063205fe.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-596c872534fa029e.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-d0042c41b28a33be.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-9b2720df6dfaa396.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b01f23a2952ab564.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-71b648cc9ec619d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-ca329bee74a28348.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-066525b4f708b591.rmeta --cap-lints allow -D warnings`
20462023-11-08T23:15:23.854Z Compiling scheduled-thread-pool v0.2.7
20472023-11-08T23:15:23.857Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f37c2ed887bde4ef -C extra-filename=-f37c2ed887bde4ef --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-9b661897d4f1cf2f.rmeta --cap-lints allow -D warnings`
20482023-11-08T23:15:24.800Z Compiling predicates-core v1.0.6
20492023-11-08T23:15:24.803Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3a6c4ab35a0a6e2b -C extra-filename=-3a6c4ab35a0a6e2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20502023-11-08T23:15:24.905Z Compiling regex-automata v0.1.10
20512023-11-08T23:15:24.931Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7ff8d92e8d1e3b13 -C extra-filename=-7ff8d92e8d1e3b13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20522023-11-08T23:15:25.355Z Compiling r2d2 v0.8.10
20532023-11-08T23:15:25.359Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7f2284f6443bccb7 -C extra-filename=-7f2284f6443bccb7 --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-35b42e597512c686.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-9b661897d4f1cf2f.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-f37c2ed887bde4ef.rmeta --cap-lints allow -D warnings`
20542023-11-08T23:15:25.705Z Compiling bstr v0.2.17
20552023-11-08T23:15:25.709Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=1d7a1522ea5181c9 -C extra-filename=-1d7a1522ea5181c9 --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-73896bbbb77127a1.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-7ff8d92e8d1e3b13.rmeta --cap-lints allow -D warnings`
20562023-11-08T23:15:25.968Z Compiling signal-hook-mio v0.2.3
20572023-11-08T23:15:26.438Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-0_8"' --cfg 'feature="support-v0_8"' -C metadata=ee38dfc6183bde42 -C extra-filename=-ee38dfc6183bde42 --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-b2edb30e9ae87feb.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-8af2c58adabbf1cf.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1130240042d45901.rmeta --cap-lints allow -D warnings`
20582023-11-08T23:15:26.442Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=77d75c180c0d4068 -C extra-filename=-77d75c180c0d4068 --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`
20592023-11-08T23:15:26.523Z Compiling signature v2.1.0
20602023-11-08T23:15:26.529Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=6f926ef36c1d0962 -C extra-filename=-6f926ef36c1d0962 --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-af13c3ee90217f89.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --cap-lints allow -D warnings`
20612023-11-08T23:15:26.705Z Compiling serde_repr v0.1.16
20622023-11-08T23:15:26.709Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=2c2b44ea705b8149 -C extra-filename=-2c2b44ea705b8149 --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro --cap-lints allow -D warnings`
20632023-11-08T23:15:26.865Z Compiling hash32 v0.2.1
20642023-11-08T23:15:26.898Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5e997fb8b02fd91a -C extra-filename=-5e997fb8b02fd91a --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-13456ae1292a2c33.rmeta --cap-lints allow -D warnings`
20652023-11-08T23:15:27.505Z Compiling float-cmp v0.9.0
20662023-11-08T23:15:27.519Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' -C metadata=e5ede4c61982d4c4 -C extra-filename=-e5ede4c61982d4c4 --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-944a383f40926f71.rmeta --cap-lints allow -D warnings`
20672023-11-08T23:15:27.851Z Compiling difflib v0.4.0
20682023-11-08T23:15:28.286Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name difflib /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=44f21b3c82f2d1df -C extra-filename=-44f21b3c82f2d1df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20692023-11-08T23:15:28.292Z Compiling regex-automata v0.3.8
20702023-11-08T23:15:28.296Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dfa-search"' -C metadata=ec1b7810aa8746c6 -C extra-filename=-ec1b7810aa8746c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20712023-11-08T23:15:28.704Z Compiling stable_deref_trait v1.2.0
20722023-11-08T23:15:28.708Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f3d5397adeb14f6b -C extra-filename=-f3d5397adeb14f6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20732023-11-08T23:15:28.732Z Compiling normalize-line-endings v0.3.0
20742023-11-08T23:15:28.749Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fbcec1a310885677 -C extra-filename=-fbcec1a310885677 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20752023-11-08T23:15:28.851Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=ae914f2771298aaa -C extra-filename=-ae914f2771298aaa --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-5e997fb8b02fd91a.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-307a5b4ea5e7a3f6.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-f3d5397adeb14f6b.rmeta --cap-lints allow -D warnings --cfg has_cas --cfg has_atomics`
20762023-11-08T23:15:28.902Z Compiling crossterm v0.27.0
20772023-11-08T23:15:28.906Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' -C metadata=37a66ad98475136a -C extra-filename=-37a66ad98475136a --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-ff779c4aa78760fa.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-8af2c58adabbf1cf.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-9b661897d4f1cf2f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1130240042d45901.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-ee38dfc6183bde42.rmeta --cap-lints allow -D warnings`
20782023-11-08T23:15:29.381Z Compiling console v0.15.7
20792023-11-08T23:15:29.384Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=e7680e870930d795 -C extra-filename=-e7680e870930d795 --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-73896bbbb77127a1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --cap-lints allow -D warnings`
20802023-11-08T23:15:30.958Z Compiling similar v2.2.1
20812023-11-08T23:15:30.963Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' -C metadata=f9490b982b19964c -C extra-filename=-f9490b982b19964c --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-1d7a1522ea5181c9.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-5ea6be43bdaf8fd6.rmeta --cap-lints allow -D warnings`
20822023-11-08T23:15:30.970Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=9638a3c18ec940a8 -C extra-filename=-9638a3c18ec940a8 --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-bba883f09c02da13.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-ae914f2771298aaa.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-36484c5329fe569d.rmeta --cap-lints allow -D warnings`
20832023-11-08T23:15:31.923Z Compiling bstr v1.6.0
20842023-11-08T23:15:32.377Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=b0ced7931636edb8 -C extra-filename=-b0ced7931636edb8 --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-fd2d1cfaac0fc816.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ec1b7810aa8746c6.rmeta --cap-lints allow -D warnings`
20852023-11-08T23:15:32.383Z Compiling hubpack v0.1.2
20862023-11-08T23:15:32.388Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=617b5c5b505220ff -C extra-filename=-617b5c5b505220ff --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-555b33f5709226f9.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
20872023-11-08T23:15:33.015Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=2e139486e5e548b5 -C extra-filename=-2e139486e5e548b5 --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-e44a33706e9032ed.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --cap-lints allow -D warnings --cfg u64_digit --cfg has_try_from --cfg use_addcarry`
20882023-11-08T23:15:34.562Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
20892023-11-08T23:15:34.565Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' -C metadata=0bd695cf0abc24cb -C extra-filename=-0bd695cf0abc24cb --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-bba883f09c02da13.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-617b5c5b505220ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-2c2b44ea705b8149.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-9638a3c18ec940a8.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-3df8c41f44dfc1f4.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-10111e7e5a32e7bc.rmeta --cap-lints allow -D warnings`
20902023-11-08T23:15:34.645Z Compiling predicates v3.0.4
20912023-11-08T23:15:34.649Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=1f347ebb58effc2e -C extra-filename=-1f347ebb58effc2e --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-0bb32fe94b168e4f.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-44f21b3c82f2d1df.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-e5ede4c61982d4c4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-fbcec1a310885677.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-3a6c4ab35a0a6e2b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --cap-lints allow -D warnings`
20922023-11-08T23:15:34.880Z Compiling postgres-types v0.2.6
20932023-11-08T23:15:34.886Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=85e0cb6055b7a286 -C extra-filename=-85e0cb6055b7a286 --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-e0c4c0c9da2f0611.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-82b80056b1b0c068.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-b4f4bc0e6573979c.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-0dac190fd4122934.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta --cap-lints allow -D warnings`
20942023-11-08T23:15:35.389Z Compiling ipnetwork v0.20.0
20952023-11-08T23:15:35.397Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=e3926e3db2e3021e -C extra-filename=-e3926e3db2e3021e --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-b7528669925283b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
20962023-11-08T23:15:36.763Z Compiling getopts v0.2.21
20972023-11-08T23:15:36.774Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name getopts /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getopts-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c00a5e0c16c4115 -C extra-filename=-3c00a5e0c16c4115 --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-eef13e30bb711a6a.rmeta --cap-lints allow -D warnings`
20982023-11-08T23:15:36.827Z Compiling tokio-postgres v0.7.10
20992023-11-08T23:15:36.832Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=98d5d41f423f4f04 -C extra-filename=-98d5d41f423f4f04 --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-c44426d44a2404b7.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-82b80056b1b0c068.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-66a2b565889b6645.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-596c872534fa029e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-9b661897d4f1cf2f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-42b881d7f2520f71.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-b4f4bc0e6573979c.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-85e0cb6055b7a286.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-51cc57fddbfd320c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8cc5569845a6da47.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c924dca48902b724.rmeta --cap-lints allow -D warnings`
21002023-11-08T23:15:37.407Z Compiling tokio-stream v0.1.14
21012023-11-08T23:15:37.431Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="time"' -C metadata=ae1ead5acebfd744 -C extra-filename=-ae1ead5acebfd744 --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-1e47e072d9a5cdfb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --cap-lints allow -D warnings`
21022023-11-08T23:15:37.473Z Compiling usdt v0.3.5
21032023-11-08T23:15:37.477Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=53afc27538bc983e -C extra-filename=-53afc27538bc983e --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-53da29bc4e0dae16.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-4cc5f23b77bb36b2.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-b890d0b6aada5453.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-5845ded97bf68466.so --cap-lints allow -D warnings`
21042023-11-08T23:15:37.877Z Compiling yasna v0.5.2
21052023-11-08T23:15:37.904Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bit-vec"' --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --cfg 'feature="time"' -C metadata=911abc88a9bb715a -C extra-filename=-911abc88a9bb715a --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-441d99300fa54436.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-2e139486e5e548b5.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c3e3cf764a9ffe22.rmeta --cap-lints allow -D warnings`
21062023-11-08T23:15:38.610Z Compiling unsafe-libyaml v0.2.9
21072023-11-08T23:15:38.639Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=ab4fe28e0042fdda -C extra-filename=-ab4fe28e0042fdda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21082023-11-08T23:15:38.963Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.150/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=931fcf7ab78f10a2 -C extra-filename=-931fcf7ab78f10a2 --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`
21092023-11-08T23:15:40.635Z Compiling diesel v2.1.3
21102023-11-08T23:15:40.639Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=ebc07995cd1d2d61 -C extra-filename=-ebc07995cd1d2d61 --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-ff779c4aa78760fa.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-9552142819f83950.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e3926e3db2e3021e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-98285bbecc3762d3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-7f2284f6443bccb7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-0dac190fd4122934.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
21112023-11-08T23:15:41.127Z Compiling serde_yaml v0.9.25
21122023-11-08T23:15:41.131Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=4862320338805f4c -C extra-filename=-4862320338805f4c --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-eaab12566517bddf.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-98285bbecc3762d3.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-61a249f33bd2ccc2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-ab4fe28e0042fdda.rmeta --cap-lints allow -D warnings`
21132023-11-08T23:15:41.533Z Compiling ident_case v1.0.1
21142023-11-08T23:15:41.563Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=0f98890f1dbee67a -C extra-filename=-0f98890f1dbee67a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21152023-11-08T23:15:41.735Z Compiling slog-async v2.8.0
21162023-11-08T23:15:41.739Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=2e2ca300e12df2d5 -C extra-filename=-2e2ca300e12df2d5 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-2e2ca300e12df2d5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21172023-11-08T23:15:42.188Z Compiling camino v1.1.6
21182023-11-08T23:15:42.191Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=61b51bd6a5dc2d6a -C extra-filename=-61b51bd6a5dc2d6a --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-61b51bd6a5dc2d6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21192023-11-08T23:15:42.548Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-2e2ca300e12df2d5/build-script-build`
21202023-11-08T23:15:42.648Z Compiling paste v1.0.14
21212023-11-08T23:15:42.657Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=34ff99beb23c3dfe -C extra-filename=-34ff99beb23c3dfe --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-34ff99beb23c3dfe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21222023-11-08T23:15:42.782Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-61b51bd6a5dc2d6a/build-script-build`
21232023-11-08T23:15:42.824Z Compiling darling_core v0.20.3
21242023-11-08T23:15:42.828Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=5a37b3d6fe019b45 -C extra-filename=-5a37b3d6fe019b45 --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-4de40f5f1fdaf32e.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-0f98890f1dbee67a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-b831e55c95c4ea46.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rmeta --cap-lints allow -D warnings`
21252023-11-08T23:15:43.462Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-34ff99beb23c3dfe/build-script-build`
21262023-11-08T23:15:43.550Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=fa4638fa82fccb75 -C extra-filename=-fa4638fa82fccb75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
21272023-11-08T23:15:44.710Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d5236cc99a0d1a24 -C extra-filename=-d5236cc99a0d1a24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21282023-11-08T23:15:44.850Z Compiling multer v2.1.0
21292023-11-08T23:15:44.856Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-2.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=1c3141f47fd1a996 -C extra-filename=-1c3141f47fd1a996 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-1c3141f47fd1a996 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings`
21302023-11-08T23:15:45.373Z Compiling async-stream-impl v0.3.5
21312023-11-08T23:15:45.377Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=7312a1b9dc0a10c5 -C extra-filename=-7312a1b9dc0a10c5 --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro --cap-lints allow -D warnings`
21322023-11-08T23:15:45.421Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-1c3141f47fd1a996/build-script-build`
21332023-11-08T23:15:45.520Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
21342023-11-08T23:15:45.579Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/fa728d0/dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=836be628d3ead0fe -C extra-filename=-836be628d3ead0fe --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-836be628d3ead0fe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings`
21352023-11-08T23:15:45.703Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
21362023-11-08T23:15:45.707Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/fa728d0/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 metadata=5371a2f5046c4d80 -C extra-filename=-5371a2f5046c4d80 --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a15bfa80a986f2aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro --cap-lints allow -D warnings`
21372023-11-08T23:15:46.087Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-836be628d3ead0fe/build-script-build`
21382023-11-08T23:15:46.185Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.108/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -C metadata=c540211d7a048a69 -C extra-filename=-c540211d7a048a69 --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-98285bbecc3762d3.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-61a249f33bd2ccc2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --cap-lints allow -D warnings --cfg limb_width_64`
21392023-11-08T23:15:47.468Z Compiling structmeta-derive v0.2.0
21402023-11-08T23:15:47.473Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=39f22992f4620b6f -C extra-filename=-39f22992f4620b6f --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro --cap-lints allow -D warnings`
21412023-11-08T23:15:47.742Z Compiling regex-syntax v0.7.5
21422023-11-08T23:15:47.777Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=40c5bb7d1d56dbca -C extra-filename=-40c5bb7d1d56dbca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21432023-11-08T23:15:49.326Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.188/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=f6ca26585c194e80 -C extra-filename=-f6ca26585c194e80 --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-a58df7b6c155e074.so --cap-lints allow -D warnings`
21442023-11-08T23:15:51.035Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=08edb27872ea1612 -C extra-filename=-08edb27872ea1612 --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-e0c4c0c9da2f0611.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-4c1b326e73f4b906.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-3cb5e21425b23347.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
21452023-11-08T23:15:51.353Z Compiling fastrand v2.0.0
21462023-11-08T23:15:51.394Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8f0cfc01b64807e1 -C extra-filename=-8f0cfc01b64807e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21472023-11-08T23:15:51.574Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
21482023-11-08T23:15:51.577Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/de16c42/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 metadata=36f02600fbb347e7 -C extra-filename=-36f02600fbb347e7 --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b7528669925283b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-0dac190fd4122934.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a15bfa80a986f2aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-5b5df8108772c164.rlib --extern proc_macro --cap-lints allow -D warnings`
21492023-11-08T23:15:51.868Z Compiling darling_macro v0.20.3
21502023-11-08T23:15:51.878Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=64e8aa7e5cfba099 -C extra-filename=-64e8aa7e5cfba099 --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-5a37b3d6fe019b45.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro --cap-lints allow -D warnings`
21512023-11-08T23:15:52.132Z Compiling structmeta v0.2.0
21522023-11-08T23:15:52.136Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=2b1bb345cf1374a3 -C extra-filename=-2b1bb345cf1374a3 --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-2e899d8270f25503.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-39f22992f4620b6f.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rmeta --cap-lints allow -D warnings`
21532023-11-08T23:15:52.244Z Compiling tempfile v3.8.0
21542023-11-08T23:15:52.283Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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=cf884e2dbe58337d -C extra-filename=-cf884e2dbe58337d --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-7d798944f4659c8d.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-8f0cfc01b64807e1.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c3481d732e13ec36.rmeta --cap-lints allow -D warnings`
21552023-11-08T23:15:52.795Z Compiling test-strategy v0.3.1
21562023-11-08T23:15:52.802Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=b67e0ab08d13ce04 -C extra-filename=-b67e0ab08d13ce04 --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-2b1bb345cf1374a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro --cap-lints allow -D warnings`
21572023-11-08T23:15:53.725Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-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="skip_serializing_defaults"' -C metadata=dd175e9d0afb9b5a -C extra-filename=-dd175e9d0afb9b5a --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-eaab12566517bddf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --cap-lints allow -D warnings`
21582023-11-08T23:15:53.764Z Compiling darling v0.20.3
21592023-11-08T23:15:53.771Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=c9123f09d59cd7d2 -C extra-filename=-c9123f09d59cd7d2 --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-5a37b3d6fe019b45.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-64e8aa7e5cfba099.so --cap-lints allow -D warnings`
21602023-11-08T23:15:53.920Z Compiling serde_with_macros v2.3.3
21612023-11-08T23:15:53.924Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-2.3.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 metadata=a57b67516f3e55df -C extra-filename=-a57b67516f3e55df --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-c9123f09d59cd7d2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro --cap-lints allow -D warnings`
21622023-11-08T23:15:57.007Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=8bc3eb532d1d9156 -C extra-filename=-8bc3eb532d1d9156 --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-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
21632023-11-08T23:15:58.133Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=61a847fec0a5ec98 -C extra-filename=-61a847fec0a5ec98 --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-13456ae1292a2c33.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-2df46a878fc81ae7.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-53da29bc4e0dae16.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-0711bc262ccfa26b.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard`
21642023-11-08T23:15:58.493Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=b88e724cc1b95ad6 -C extra-filename=-b88e724cc1b95ad6 --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-e0c4c0c9da2f0611.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-82b80056b1b0c068.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-b4f4bc0e6573979c.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta --cap-lints allow -D warnings`
21652023-11-08T23:15:58.799Z Compiling toml v0.8.8
21662023-11-08T23:15:58.804Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=ff546454661a36e6 -C extra-filename=-ff546454661a36e6 --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-22774573f9e220ea.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-e936c59dbb373a44.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d0d1f354258e6e41.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-bc3cacc6dfff8cf8.rmeta --cap-lints allow -D warnings`
21672023-11-08T23:15:59.560Z Compiling parse-display-derive v0.8.2
21682023-11-08T23:15:59.564Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=3024e87bd2addc5f -C extra-filename=-3024e87bd2addc5f --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-34c4630957281a43.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-40c5bb7d1d56dbca.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-2b1bb345cf1374a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro --cap-lints allow -D warnings`
21692023-11-08T23:15:59.617Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
21702023-11-08T23:15:59.621Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/de16c42/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=bf9334789c11a43b -C extra-filename=-bf9334789c11a43b --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-5b5df8108772c164.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-36f02600fbb347e7.so --cap-lints allow -D warnings`
21712023-11-08T23:15:59.701Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=69b292eb92103c15 -C extra-filename=-69b292eb92103c15 --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-53da29bc4e0dae16.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-4cc5f23b77bb36b2.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-61a847fec0a5ec98.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-5845ded97bf68466.so --cap-lints allow -D warnings`
21722023-11-08T23:15:59.802Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
21732023-11-08T23:15:59.805Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/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=ff22629e7244ef30 -C extra-filename=-ff22629e7244ef30 --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-3c00a5e0c16c4115.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-14d7d47dc7b7257e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-eaab12566517bddf.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c126e198005a2270.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b7528669925283b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-0dac190fd4122934.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-bf9334789c11a43b.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-7c7233b3c3a88400.rmeta --cap-lints allow -D warnings`
21742023-11-08T23:16:00.106Z Compiling dirs-sys-next v0.1.2
21752023-11-08T23:16:00.111Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=60bba95eeae61a84 -C extra-filename=-60bba95eeae61a84 --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
21762023-11-08T23:16:01.003Z Compiling dirs-next v2.0.0
21772023-11-08T23:16:01.046Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=edc8f44cc3846231 -C extra-filename=-edc8f44cc3846231 --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-7d798944f4659c8d.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-60bba95eeae61a84.rmeta --cap-lints allow -D warnings`
21782023-11-08T23:16:01.112Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=2f7b0264a14e558c -C extra-filename=-2f7b0264a14e558c --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-c44426d44a2404b7.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-82b80056b1b0c068.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-66a2b565889b6645.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-596c872534fa029e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-9b661897d4f1cf2f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-42b881d7f2520f71.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-b4f4bc0e6573979c.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-b88e724cc1b95ad6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-51cc57fddbfd320c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8cc5569845a6da47.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c924dca48902b724.rmeta --cap-lints allow -D warnings`
21792023-11-08T23:16:01.138Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/de16c42/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=57e6bc3699f8168a -C extra-filename=-57e6bc3699f8168a --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-14d7d47dc7b7257e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-7c7233b3c3a88400.rmeta --cap-lints allow -D warnings`
21802023-11-08T23:16:01.279Z Compiling term v0.7.0
21812023-11-08T23:16:01.282Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=e0174146fc94bcd5 -C extra-filename=-e0174146fc94bcd5 --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-edc8f44cc3846231.rmeta --cap-lints allow -D warnings`
21822023-11-08T23:16:01.647Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=92a2312d5f88dac2 -C extra-filename=-92a2312d5f88dac2 --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-ff779c4aa78760fa.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-9552142819f83950.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-98285bbecc3762d3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-7f2284f6443bccb7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
21832023-11-08T23:16:01.851Z Compiling atty v0.2.14
21842023-11-08T23:16:01.855Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name atty /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb7d1a8187676e7c -C extra-filename=-fb7d1a8187676e7c --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
21852023-11-08T23:16:02.085Z Compiling match_cfg v0.1.0
21862023-11-08T23:16:02.089Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' -C metadata=2dee272f58fab4ca -C extra-filename=-2dee272f58fab4ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21872023-11-08T23:16:02.226Z Compiling hostname v0.3.1
21882023-11-08T23:16:02.254Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=10b9ce55821d760e -C extra-filename=-10b9ce55821d760e --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-b2edb30e9ae87feb.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-2dee272f58fab4ca.rmeta --cap-lints allow -D warnings`
21892023-11-08T23:16:02.687Z Compiling crossbeam-channel v0.5.8
21902023-11-08T23:16:02.690Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ae678512918bd228 -C extra-filename=-ae678512918bd228 --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-7d798944f4659c8d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-432ebafd6491db7b.rmeta --cap-lints allow -D warnings`
21912023-11-08T23:16:03.985Z Compiling sha1 v0.10.5
21922023-11-08T23:16:03.998Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-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="std"' -C metadata=b01d13fc8d1dafdc -C extra-filename=-b01d13fc8d1dafdc --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-7d798944f4659c8d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-828db6385a9f0bd5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-af13c3ee90217f89.rmeta --cap-lints allow -D warnings`
21932023-11-08T23:16:04.539Z Compiling thread_local v1.1.7
21942023-11-08T23:16:04.564Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3ede27cae31f92d3 -C extra-filename=-3ede27cae31f92d3 --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-7d798944f4659c8d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --cap-lints allow -D warnings`
21952023-11-08T23:16:04.625Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=95221db6fc36b78a -C extra-filename=-95221db6fc36b78a --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-22774573f9e220ea.rmeta --cap-lints allow -D warnings --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
21962023-11-08T23:16:05.479Z Compiling strum v0.25.0
21972023-11-08T23:16:06.323Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=d792641afec0b3e2 -C extra-filename=-d792641afec0b3e2 --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-3df8c41f44dfc1f4.so --cap-lints allow -D warnings`
21982023-11-08T23:16:06.349Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/de16c42/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=05bcabfb976354ed -C extra-filename=-05bcabfb976354ed --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-57e6bc3699f8168a.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-36f02600fbb347e7.so --cap-lints allow -D warnings`
21992023-11-08T23:16:06.448Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/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=469cc1de7b3fdcef -C extra-filename=-469cc1de7b3fdcef --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-3c00a5e0c16c4115.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-14d7d47dc7b7257e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-eaab12566517bddf.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-05bcabfb976354ed.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-7c7233b3c3a88400.rmeta --cap-lints allow -D warnings`
22002023-11-08T23:16:06.503Z Compiling instant v0.1.12
22012023-11-08T23:16:06.518Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=948fd4caa4db277f -C extra-filename=-948fd4caa4db277f --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-7d798944f4659c8d.rmeta --cap-lints allow -D warnings`
22022023-11-08T23:16:06.582Z Compiling take_mut v0.2.2
22032023-11-08T23:16:06.599Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c2825ab6b8ccc48b -C extra-filename=-c2825ab6b8ccc48b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22042023-11-08T23:16:06.604Z Compiling slog-term v2.9.0
22052023-11-08T23:16:06.609Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=57628f9d4acb8436 -C extra-filename=-57628f9d4acb8436 --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-fb7d1a8187676e7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e0174146fc94bcd5.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-3ede27cae31f92d3.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c3e3cf764a9ffe22.rmeta --cap-lints allow -D warnings`
22062023-11-08T23:16:06.785Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=fff28f5654f27cf8 -C extra-filename=-fff28f5654f27cf8 --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-ae678512918bd228.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-c2825ab6b8ccc48b.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-3ede27cae31f92d3.rmeta --cap-lints allow -D warnings --cfg integer128`
22072023-11-08T23:16:20.750Z Compiling serde_with v2.3.3
22082023-11-08T23:16:22.517Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-2.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=d22056274abf89dc -C extra-filename=-d22056274abf89dc --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-22774573f9e220ea.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-a57b67516f3e55df.so --cap-lints allow -D warnings`
22092023-11-08T23:16:23.531Z Compiling slog-json v2.6.1
22102023-11-08T23:16:24.033Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=becebc70ece06e46 -C extra-filename=-becebc70ece06e46 --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-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c3e3cf764a9ffe22.rmeta --cap-lints allow -D warnings`
22112023-11-08T23:16:24.216Z Compiling slog-bunyan v2.4.0
22122023-11-08T23:16:24.434Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=362e0051f33e43b6 -C extra-filename=-362e0051f33e43b6 --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-10b9ce55821d760e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-becebc70ece06e46.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c3e3cf764a9ffe22.rmeta --cap-lints allow -D warnings`
22132023-11-08T23:16:24.674Z Compiling debug-ignore v1.0.5
22142023-11-08T23:16:24.816Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c91fba23eaa0e79c -C extra-filename=-c91fba23eaa0e79c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22152023-11-08T23:16:25.158Z Compiling atomic-waker v1.1.1
22162023-11-08T23:16:25.266Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=853e6538da4e0804 -C extra-filename=-853e6538da4e0804 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22172023-11-08T23:16:25.382Z Compiling waitgroup v0.1.2
22182023-11-08T23:16:25.916Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d1ddde4411f8406 -C extra-filename=-8d1ddde4411f8406 --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-853e6538da4e0804.rmeta --cap-lints allow -D warnings`
22192023-11-08T23:16:26.031Z Compiling async-stream v0.3.5
22202023-11-08T23:16:26.072Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6d996dae798b629f -C extra-filename=-6d996dae798b629f --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-7312a1b9dc0a10c5.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --cap-lints allow -D warnings`
22212023-11-08T23:16:26.117Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0916d4653ec0bb70 -C extra-filename=-0916d4653ec0bb70 --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-e0c4c0c9da2f0611.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-e127fad1e2bd69c7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-596c872534fa029e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-53652a956d40eca5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-37174dc2eb25e52f.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-307a5b4ea5e7a3f6.rmeta --cap-lints allow -D warnings`
22222023-11-08T23:16:26.296Z Compiling serde_path_to_error v0.1.14
22232023-11-08T23:16:26.460Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=96ee4059222ea7d7 -C extra-filename=-96ee4059222ea7d7 --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-98285bbecc3762d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
22242023-11-08T23:16:26.943Z Compiling backoff v0.4.0
22252023-11-08T23:16:27.063Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' -C metadata=a71b69681dde6fcb -C extra-filename=-a71b69681dde6fcb --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-1e47e072d9a5cdfb.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5a5836bbf46a42cd.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-948fd4caa4db277f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --cap-lints allow -D warnings`
22262023-11-08T23:16:27.212Z Compiling quick-error v1.2.3
22272023-11-08T23:16:27.267Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dc4267201e7c54eb -C extra-filename=-dc4267201e7c54eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22282023-11-08T23:16:27.370Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22292023-11-08T23:16:27.615Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dc8d291a79b0d40e -C extra-filename=-dc8d291a79b0d40e --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-8e8b91223088e5db.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
22302023-11-08T23:16:27.846Z Compiling macaddr v1.0.1
22312023-11-08T23:16:27.984Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' -C metadata=096ea264b1d71e56 -C extra-filename=-096ea264b1d71e56 --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-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
22322023-11-08T23:16:28.039Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -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=e1231a25158b30ac -C extra-filename=-e1231a25158b30ac --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-d5236cc99a0d1a24.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings`
22332023-11-08T23:16:28.094Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22342023-11-08T23:16:28.158Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/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 metadata=6d3d71a88d397a29 -C extra-filename=-6d3d71a88d397a29 --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-c126e198005a2270.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-ff22629e7244ef30.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b7528669925283b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-0dac190fd4122934.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a15bfa80a986f2aa.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-4862320338805f4c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro --cap-lints allow -D warnings`
22352023-11-08T23:16:28.223Z Compiling wait-timeout v0.2.0
22362023-11-08T23:16:28.345Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=be76beec23514b9a -C extra-filename=-be76beec23514b9a --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
22372023-11-08T23:16:28.364Z Compiling rand_xorshift v0.3.0
22382023-11-08T23:16:28.402Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=3d5f81b7e8236c4c -C extra-filename=-3d5f81b7e8236c4c --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-44c2a0ff10e664b0.rmeta --cap-lints allow -D warnings`
22392023-11-08T23:16:28.431Z Compiling rusty-fork v0.3.0
22402023-11-08T23:16:28.461Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' -C metadata=6e6eff13db6a6cc8 -C extra-filename=-6e6eff13db6a6cc8 --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-4de40f5f1fdaf32e.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-dc4267201e7c54eb.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-be76beec23514b9a.rmeta --cap-lints allow -D warnings`
22412023-11-08T23:16:28.473Z Compiling unarray v0.1.4
22422023-11-08T23:16:28.507Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=93ba134e116b7ab8 -C extra-filename=-93ba134e116b7ab8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22432023-11-08T23:16:28.526Z Compiling proptest v1.3.1
22442023-11-08T23:16:28.538Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-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 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=59fc859a80908d40 -C extra-filename=-59fc859a80908d40 --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-bcef41215704b0a3.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-441d99300fa54436.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ff779c4aa78760fa.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2896c1338f614b96.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-3d5f81b7e8236c4c.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-40c5bb7d1d56dbca.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-6e6eff13db6a6cc8.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-93ba134e116b7ab8.rmeta --cap-lints allow -D warnings`
22452023-11-08T23:16:28.551Z Compiling parse-display v0.8.2
22462023-11-08T23:16:28.566Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="std"' -C metadata=0c4b030a81fbf767 -C extra-filename=-0c4b030a81fbf767 --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-34c4630957281a43.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-3024e87bd2addc5f.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --cap-lints allow -D warnings`
22472023-11-08T23:16:28.789Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name log /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=71114b9393dbed77 -C extra-filename=-71114b9393dbed77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22482023-11-08T23:16:28.825Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a395ee234bbd17ed -C extra-filename=-a395ee234bbd17ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22492023-11-08T23:16:29.007Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=17a51d49f50a51d5 -C extra-filename=-17a51d49f50a51d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22502023-11-08T23:16:29.477Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=ccc811b722306ba6 -C extra-filename=-ccc811b722306ba6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22512023-11-08T23:16:29.514Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=5cdff950105bf180 -C extra-filename=-5cdff950105bf180 --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-f6ca26585c194e80.rmeta --cap-lints allow -D warnings`
22522023-11-08T23:16:29.577Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=81506d09bc5824d3 -C extra-filename=-81506d09bc5824d3 --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-a395ee234bbd17ed.rmeta --cap-lints allow -D warnings --cfg has_const_fn_trait_bound`
22532023-11-08T23:16:29.694Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=3046fa3c0ec0df90 -C extra-filename=-3046fa3c0ec0df90 --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-e1231a25158b30ac.rmeta --cap-lints allow -D warnings`
22542023-11-08T23:16:29.762Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b0ef496a3caab989 -C extra-filename=-b0ef496a3caab989 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22552023-11-08T23:16:29.773Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=476cab211f69baad -C extra-filename=-476cab211f69baad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22562023-11-08T23:16:29.842Z Compiling proc-macro-crate v1.3.1
22572023-11-08T23:16:29.930Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=affe0e269d135bf5 -C extra-filename=-affe0e269d135bf5 --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-34c4630957281a43.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-04880b436e5d0ff4.rmeta --cap-lints allow -D warnings`
22582023-11-08T23:16:29.949Z Compiling crucible-workspace-hack v0.1.0
22592023-11-08T23:16:29.958Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=d7d12a40a3f2d0a0 -C extra-filename=-d7d12a40a3f2d0a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-d7d12a40a3f2d0a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22602023-11-08T23:16:29.975Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' -C metadata=ff1522580e71e560 -C extra-filename=-ff1522580e71e560 --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-f87a1b64fcfdcfba.so --cap-lints allow -D warnings`
22612023-11-08T23:16:29.981Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-d7d12a40a3f2d0a0/build-script-build`
22622023-11-08T23:16:29.991Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d473e2bb3a3066ec -C extra-filename=-d473e2bb3a3066ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22632023-11-08T23:16:30.015Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a04c462c8ca69a20 -C extra-filename=-a04c462c8ca69a20 --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-d5236cc99a0d1a24.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b0ef496a3caab989.rmeta --cap-lints allow -D warnings`
22642023-11-08T23:16:30.023Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=19bf49e74a62d6a5 -C extra-filename=-19bf49e74a62d6a5 --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-81506d09bc5824d3.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-a04c462c8ca69a20.rmeta --cap-lints allow -D warnings`
22652023-11-08T23:16:30.045Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ee636d822ec666d4 -C extra-filename=-ee636d822ec666d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22662023-11-08T23:16:30.076Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0d2325cda7ca884b -C extra-filename=-0d2325cda7ca884b --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-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings`
22672023-11-08T23:16:30.111Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=6da9a0cdcf8a4abe -C extra-filename=-6da9a0cdcf8a4abe --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-d473e2bb3a3066ec.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`
22682023-11-08T23:16:30.135Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-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 panic=abort -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=c4e81cb9d04ece3f -C extra-filename=-c4e81cb9d04ece3f --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-931fcf7ab78f10a2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --cap-lints allow -D warnings`
22692023-11-08T23:16:30.161Z Compiling proc-macro-error-attr v1.0.4
22702023-11-08T23:16:30.178Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=3ed86248f4bd17f9 -C extra-filename=-3ed86248f4bd17f9 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-3ed86248f4bd17f9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings`
22712023-11-08T23:16:30.185Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-3ed86248f4bd17f9/build-script-build`
22722023-11-08T23:16:30.193Z Compiling proc-macro-error v1.0.4
22732023-11-08T23:16:30.196Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=064f96b101c6785c -C extra-filename=-064f96b101c6785c --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-064f96b101c6785c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings`
22742023-11-08T23:16:30.201Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-064f96b101c6785c/build-script-build`
22752023-11-08T23:16:30.211Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=9b2a6a1081bbd2c7 -C extra-filename=-9b2a6a1081bbd2c7 --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern proc_macro --cap-lints allow -D warnings`
22762023-11-08T23:16:30.234Z Compiling num_enum_derive v0.5.11
22772023-11-08T23:16:30.240Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' -C metadata=19c4af3baa3f57ed -C extra-filename=-19c4af3baa3f57ed --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-affe0e269d135bf5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rlib --extern proc_macro --cap-lints allow -D warnings`
22782023-11-08T23:16:30.249Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=93b99e50b2c7064c -C extra-filename=-93b99e50b2c7064c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22792023-11-08T23:16:30.256Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e959ce112a896c6f -C extra-filename=-e959ce112a896c6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22802023-11-08T23:16:30.274Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=af980ab74bd8c4eb -C extra-filename=-af980ab74bd8c4eb --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-9b2a6a1081bbd2c7.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rmeta --cap-lints allow -D warnings --cfg use_fallback`
22812023-11-08T23:16:30.286Z Compiling is-terminal v0.4.9
22822023-11-08T23:16:30.297Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=893f6ee1898d5c56 -C extra-filename=-893f6ee1898d5c56 --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-c3481d732e13ec36.rmeta --cap-lints allow -D warnings`
22832023-11-08T23:16:30.326Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.49/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f32cec8f21ccd17d -C extra-filename=-f32cec8f21ccd17d --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-4b4ef50880d58617.so --cap-lints allow -D warnings`
22842023-11-08T23:16:30.339Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c8dbc0fe87d5fc6 -C extra-filename=-1c8dbc0fe87d5fc6 --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-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings`
22852023-11-08T23:16:30.351Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=4714ca2722bc6f6d -C extra-filename=-4714ca2722bc6f6d --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-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings`
22862023-11-08T23:16:30.366Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=1ac3f6ee8436f01b -C extra-filename=-1ac3f6ee8436f01b --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-93b99e50b2c7064c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ff1522580e71e560.rmeta --cap-lints allow -D warnings --cfg relaxed_coherence`
22872023-11-08T23:16:30.384Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=35753d22fbfb488e -C extra-filename=-35753d22fbfb488e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22882023-11-08T23:16:30.405Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22892023-11-08T23:16:30.416Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=a6deba20c7651db5 -C extra-filename=-a6deba20c7651db5 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-a6deba20c7651db5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22902023-11-08T23:16:30.833Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=1d6d1873b4a75775 -C extra-filename=-1d6d1873b4a75775 --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-5cdff950105bf180.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c4e81cb9d04ece3f.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-1c8dbc0fe87d5fc6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-19bf49e74a62d6a5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-0d2325cda7ca884b.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4714ca2722bc6f6d.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-5fecc0793b8648ba.so --cap-lints allow -D warnings`
22912023-11-08T23:16:30.842Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-a6deba20c7651db5/build-script-build`
22922023-11-08T23:16:30.851Z Compiling base64ct v1.6.0
22932023-11-08T23:16:30.858Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=56dbb8b760062952 -C extra-filename=-56dbb8b760062952 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22942023-11-08T23:16:30.864Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cd5579cf6dade5e4 -C extra-filename=-cd5579cf6dade5e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22952023-11-08T23:16:31.032Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22962023-11-08T23:16:31.069Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=386f9e4507011a49 -C extra-filename=-386f9e4507011a49 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-386f9e4507011a49 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22972023-11-08T23:16:31.088Z Compiling foreign-types-macros v0.2.3
22982023-11-08T23:16:31.092Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="std"' -C metadata=67d11f97203b358a -C extra-filename=-67d11f97203b358a --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro --cap-lints allow -D warnings`
22992023-11-08T23:16:31.288Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=ac77abdd978f77fe -C extra-filename=-ac77abdd978f77fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23002023-11-08T23:16:31.592Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-386f9e4507011a49/build-script-build`
23012023-11-08T23:16:31.632Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=14d8971722874adb -C extra-filename=-14d8971722874adb --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-f6ca26585c194e80.rmeta --cap-lints allow -D warnings`
23022023-11-08T23:16:31.786Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
23032023-11-08T23:16:31.795Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/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 --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=976d959abbf3768c -C extra-filename=-976d959abbf3768c --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-976d959abbf3768c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings`
23042023-11-08T23:16:32.327Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
23052023-11-08T23:16:32.332Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=944070c01c6b59da -C extra-filename=-944070c01c6b59da --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-944070c01c6b59da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23062023-11-08T23:16:32.390Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb4c71a20b9dddc7 -C extra-filename=-cb4c71a20b9dddc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23072023-11-08T23:16:32.897Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-944070c01c6b59da/build-script-build`
23082023-11-08T23:16:32.934Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-976d959abbf3768c/build-script-build`
23092023-11-08T23:16:32.960Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -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=052623847ef12c57 -C extra-filename=-052623847ef12c57 --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-1ac3f6ee8436f01b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-93b99e50b2c7064c.rmeta --cap-lints allow -D warnings`
23102023-11-08T23:16:33.030Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
23112023-11-08T23:16:33.039Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=fd86e8e17af04b77 -C extra-filename=-fd86e8e17af04b77 --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-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rlib --extern proc_macro --cap-lints allow -D warnings`
23122023-11-08T23:16:33.286Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
23132023-11-08T23:16:33.294Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/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 metadata=0351d56f926b485a -C extra-filename=-0351d56f926b485a --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-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rlib --extern proc_macro --cap-lints allow -D warnings`
23142023-11-08T23:16:33.325Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.108/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=d92b45d5ffc69838 -C extra-filename=-d92b45d5ffc69838 --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-476cab211f69baad.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-cb4c71a20b9dddc7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --cap-lints allow -D warnings --cfg limb_width_64`
23152023-11-08T23:16:34.539Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
23162023-11-08T23:16:34.559Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=5ce662d82e9579eb -C extra-filename=-5ce662d82e9579eb --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-5ce662d82e9579eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23172023-11-08T23:16:34.929Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4b3ffe4e687dc586 -C extra-filename=-4b3ffe4e687dc586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23182023-11-08T23:16:35.044Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d472cb88a10d32a7 -C extra-filename=-d472cb88a10d32a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23192023-11-08T23:16:35.099Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-5ce662d82e9579eb/build-script-build`
23202023-11-08T23:16:35.137Z Compiling zone_cfg_derive v0.3.0
23212023-11-08T23:16:35.142Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=f2df009d228bbd0f -C extra-filename=-f2df009d228bbd0f --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-14d7d47dc7b7257e.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-af980ab74bd8c4eb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rlib --extern proc_macro --cap-lints allow -D warnings`
23222023-11-08T23:16:35.276Z Compiling num-derive v0.4.0
23232023-11-08T23:16:35.280Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=daf1de79584a9c56 -C extra-filename=-daf1de79584a9c56 --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro --cap-lints allow -D warnings`
23242023-11-08T23:16:37.707Z Compiling mockall_derive v0.11.4
23252023-11-08T23:16:37.711Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.11.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 metadata=94e2c518f8a082d0 -C extra-filename=-94e2c518f8a082d0 --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-7d798944f4659c8d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rlib --extern proc_macro --cap-lints allow -D warnings`
23262023-11-08T23:16:38.413Z Compiling xattr v1.0.1
23272023-11-08T23:16:38.423Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' -C metadata=4726871cc90e955a -C extra-filename=-4726871cc90e955a --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
23282023-11-08T23:16:38.820Z Compiling filetime v0.2.22
23292023-11-08T23:16:38.825Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.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 -C metadata=a2f60a8aa74c1e71 -C extra-filename=-a2f60a8aa74c1e71 --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-7d798944f4659c8d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
23302023-11-08T23:16:39.296Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' -C metadata=b66ce4a287f253f5 -C extra-filename=-b66ce4a287f253f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23312023-11-08T23:16:39.324Z Compiling tar v0.4.40
23322023-11-08T23:16:39.346Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' -C metadata=2ea638e1e040f227 -C extra-filename=-2ea638e1e040f227 --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-a2f60a8aa74c1e71.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-4726871cc90e955a.rmeta --cap-lints allow -D warnings`
23332023-11-08T23:16:42.581Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=44a8bfd2c3cc3cfd -C extra-filename=-44a8bfd2c3cc3cfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23342023-11-08T23:16:42.941Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' -C metadata=6476fa980fa9e853 -C extra-filename=-6476fa980fa9e853 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23352023-11-08T23:16:43.511Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=182d575b081390cb -C extra-filename=-182d575b081390cb --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-6476fa980fa9e853.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --cap-lints allow -D warnings`
23362023-11-08T23:16:43.593Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=90dfc63f0b76edbb -C extra-filename=-90dfc63f0b76edbb --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-35753d22fbfb488e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d472cb88a10d32a7.rmeta --cap-lints allow -D warnings`
23372023-11-08T23:16:43.861Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=77d178f02a7cf6d4 -C extra-filename=-77d178f02a7cf6d4 --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-44a8bfd2c3cc3cfd.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --cap-lints allow -D warnings`
23382023-11-08T23:16:44.250Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=0dc59f8bfa1ae155 -C extra-filename=-0dc59f8bfa1ae155 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23392023-11-08T23:16:44.743Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a348cc8911dbf023 -C extra-filename=-a348cc8911dbf023 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23402023-11-08T23:16:45.196Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=4044aa5d513253e4 -C extra-filename=-4044aa5d513253e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23412023-11-08T23:16:45.727Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=9c31502e31368bf6 -C extra-filename=-9c31502e31368bf6 --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-90dfc63f0b76edbb.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4044aa5d513253e4.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-4a057b218f377a81.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d472cb88a10d32a7.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0dc59f8bfa1ae155.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-17a51d49f50a51d5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-4b3ffe4e687dc586.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-a348cc8911dbf023.rmeta --cap-lints allow -D warnings`
23422023-11-08T23:16:46.827Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -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="min_const_gen"' --cfg 'feature="rand_chacha"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=1369d58202fc51fd -C extra-filename=-1369d58202fc51fd --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-931fcf7ab78f10a2.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-77d178f02a7cf6d4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --cap-lints allow -D warnings`
23432023-11-08T23:16:49.376Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -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=141798d248db5d4e -C extra-filename=-141798d248db5d4e --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-e1231a25158b30ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --cap-lints allow -D warnings`
23442023-11-08T23:16:49.986Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9264f2dd0ecaadd7 -C extra-filename=-9264f2dd0ecaadd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23452023-11-08T23:16:50.043Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=18c85f19df70f5d8 -C extra-filename=-18c85f19df70f5d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23462023-11-08T23:16:50.166Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=a92aa6a0ad6645ea -C extra-filename=-a92aa6a0ad6645ea --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-18c85f19df70f5d8.rmeta --cap-lints allow -D warnings`
23472023-11-08T23:16:50.220Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=57d5b61702c86fc6 -C extra-filename=-57d5b61702c86fc6 --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-d5236cc99a0d1a24.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --cap-lints allow -D warnings --cfg 'feature="folded_multiply"'`
23482023-11-08T23:16:50.225Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=77b64fd5f09c5544 -C extra-filename=-77b64fd5f09c5544 --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-1ac3f6ee8436f01b.rmeta --cap-lints allow -D warnings`
23492023-11-08T23:16:50.618Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -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=2e42385a32c0a287 -C extra-filename=-2e42385a32c0a287 --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-77b64fd5f09c5544.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b66ce4a287f253f5.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-052623847ef12c57.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --cap-lints allow -D warnings`
23502023-11-08T23:16:50.882Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' -C metadata=ba573a89226b8c32 -C extra-filename=-ba573a89226b8c32 --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-e959ce112a896c6f.rmeta --cap-lints allow -D warnings`
23512023-11-08T23:16:51.043Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5e8ae2e112c5f35d -C extra-filename=-5e8ae2e112c5f35d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23522023-11-08T23:16:51.369Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=fb119d34908ebc97 -C extra-filename=-fb119d34908ebc97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23532023-11-08T23:16:51.553Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=1f0fdf8e63dcc5d8 -C extra-filename=-1f0fdf8e63dcc5d8 --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-ccc811b722306ba6.rmeta --cap-lints allow -D warnings`
23542023-11-08T23:16:51.744Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4db473298de38323 -C extra-filename=-4db473298de38323 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23552023-11-08T23:16:52.394Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' -C metadata=dd4d5702da2e717d -C extra-filename=-dd4d5702da2e717d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23562023-11-08T23:16:52.398Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=5a55fb2a0173b89b -C extra-filename=-5a55fb2a0173b89b --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-5cdff950105bf180.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-4db473298de38323.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-3cb5e21425b23347.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
23572023-11-08T23:16:52.402Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5224d31b7a566b79 -C extra-filename=-5224d31b7a566b79 --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-5cdff950105bf180.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-9264f2dd0ecaadd7.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-476cab211f69baad.rmeta --cap-lints allow -D warnings`
23582023-11-08T23:16:52.777Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=83b4b764131c7749 -C extra-filename=-83b4b764131c7749 --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-a92aa6a0ad6645ea.rmeta --cap-lints allow -D warnings`
23592023-11-08T23:16:53.991Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=401763b5ede24ea4 -C extra-filename=-401763b5ede24ea4 --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-d5236cc99a0d1a24.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-afa34ce831a28fcc.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-1f0fdf8e63dcc5d8.rmeta --cap-lints allow -D warnings`
23602023-11-08T23:16:54.327Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6146abc1ae9e7f7b -C extra-filename=-6146abc1ae9e7f7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23612023-11-08T23:16:54.679Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=b4bca05e83fdbaa0 -C extra-filename=-b4bca05e83fdbaa0 --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-81506d09bc5824d3.rmeta --cap-lints allow -D warnings`
23622023-11-08T23:16:54.682Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=cd0c66e2e389d3fc -C extra-filename=-cd0c66e2e389d3fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23632023-11-08T23:16:54.879Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8e976596a117f5d4 -C extra-filename=-8e976596a117f5d4 --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-6146abc1ae9e7f7b.rmeta --cap-lints allow -D warnings`
23642023-11-08T23:16:55.244Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0e14186713d6361c -C extra-filename=-0e14186713d6361c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23652023-11-08T23:16:55.370Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=562ca611573ae6bf -C extra-filename=-562ca611573ae6bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23662023-11-08T23:16:55.395Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=aef0dcd4ed45c087 -C extra-filename=-aef0dcd4ed45c087 --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-dd4d5702da2e717d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-83b4b764131c7749.rmeta --cap-lints allow -D warnings`
23672023-11-08T23:16:55.648Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.67/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=39519ef42aa0602c -C extra-filename=-39519ef42aa0602c --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-562ca611573ae6bf.rmeta --cap-lints allow -D warnings --cfg wrap_proc_macro`
23682023-11-08T23:16:55.955Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=847fa9197891127c -C extra-filename=-847fa9197891127c --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-57d5b61702c86fc6.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-cd0c66e2e389d3fc.rmeta --cap-lints allow -D warnings`
23692023-11-08T23:16:56.067Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=29ef396b3459704c -C extra-filename=-29ef396b3459704c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23702023-11-08T23:16:56.236Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=d3ea60740b153298 -C extra-filename=-d3ea60740b153298 --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-17a51d49f50a51d5.rmeta --cap-lints allow -D warnings`
23712023-11-08T23:16:56.290Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88cfd5c7481859c9 -C extra-filename=-88cfd5c7481859c9 --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-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings`
23722023-11-08T23:16:56.581Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=86db96edcf7f5921 -C extra-filename=-86db96edcf7f5921 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg httparse_simd`
23732023-11-08T23:16:57.273Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=7d0951f7b3737627 -C extra-filename=-7d0951f7b3737627 --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-39519ef42aa0602c.rmeta --cap-lints allow -D warnings`
23742023-11-08T23:16:57.714Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3a2a9d9d6450a252 -C extra-filename=-3a2a9d9d6450a252 --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-8e976596a117f5d4.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-aef0dcd4ed45c087.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-6146abc1ae9e7f7b.rmeta --cap-lints allow -D warnings`
23752023-11-08T23:16:57.991Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=9c928334d22d4ac8 -C extra-filename=-9c928334d22d4ac8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23762023-11-08T23:16:58.176Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=17729d365ea9f58c -C extra-filename=-17729d365ea9f58c --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-29ef396b3459704c.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-847fa9197891127c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --cap-lints allow -D warnings`
23772023-11-08T23:16:58.377Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=03163feeac6a8865 -C extra-filename=-03163feeac6a8865 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23782023-11-08T23:16:58.380Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=71461b315c541c75 -C extra-filename=-71461b315c541c75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23792023-11-08T23:16:58.635Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e6a98aa7df302b8f -C extra-filename=-e6a98aa7df302b8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23802023-11-08T23:16:58.959Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name adler /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7277e13ab35503c9 -C extra-filename=-7277e13ab35503c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23812023-11-08T23:16:59.317Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="with-alloc"' -C metadata=dc38256a6cced789 -C extra-filename=-dc38256a6cced789 --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-7277e13ab35503c9.rmeta --cap-lints allow -D warnings`
23822023-11-08T23:17:00.272Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=3fe5c5084a64f8ff -C extra-filename=-3fe5c5084a64f8ff --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-71461b315c541c75.rmeta --cap-lints allow -D warnings --cfg has_std`
23832023-11-08T23:17:00.799Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=7db48804ce2add16 -C extra-filename=-7db48804ce2add16 --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-ccc811b722306ba6.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-e959ce112a896c6f.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-e6a98aa7df302b8f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -l static=ring-core -l static=ring-test`
23842023-11-08T23:17:00.803Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' -C metadata=4c9adbd4aeefbfed -C extra-filename=-4c9adbd4aeefbfed --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-5cdff950105bf180.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d472cb88a10d32a7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-401763b5ede24ea4.rmeta --cap-lints allow -D warnings`
23852023-11-08T23:17:01.724Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b81994cc0cd9cf50 -C extra-filename=-b81994cc0cd9cf50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23862023-11-08T23:17:01.864Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1976065d6990f748 -C extra-filename=-1976065d6990f748 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23872023-11-08T23:17:01.918Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=a407666dc16bef36 -C extra-filename=-a407666dc16bef36 --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-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings`
23882023-11-08T23:17:01.924Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=594b6d1150fa6fd1 -C extra-filename=-594b6d1150fa6fd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg integer128`
23892023-11-08T23:17:02.141Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d880d799629ae13b -C extra-filename=-d880d799629ae13b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23902023-11-08T23:17:02.938Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b45be9c0ee39d4f9 -C extra-filename=-b45be9c0ee39d4f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23912023-11-08T23:17:02.966Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=df3f5352834541d5 -C extra-filename=-df3f5352834541d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23922023-11-08T23:17:03.105Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ac85753b5ec0851b -C extra-filename=-ac85753b5ec0851b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23932023-11-08T23:17:03.283Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fe80ab00f9662652 -C extra-filename=-fe80ab00f9662652 --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-b45be9c0ee39d4f9.rmeta --cap-lints allow -D warnings`
23942023-11-08T23:17:03.309Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b03cda08ef91dd5b -C extra-filename=-b03cda08ef91dd5b --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-ac85753b5ec0851b.rmeta --cap-lints allow -D warnings`
23952023-11-08T23:17:03.372Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a55ee0f89d8dbea6 -C extra-filename=-a55ee0f89d8dbea6 --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-5cdff950105bf180.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-9264f2dd0ecaadd7.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d472cb88a10d32a7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9c31502e31368bf6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3fe5c5084a64f8ff.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-a348cc8911dbf023.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4c9adbd4aeefbfed.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-401763b5ede24ea4.rmeta --cap-lints allow -D warnings`
23962023-11-08T23:17:03.397Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d83ddd37718d6c15 -C extra-filename=-d83ddd37718d6c15 --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-5cdff950105bf180.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --cap-lints allow -D warnings`
23972023-11-08T23:17:03.436Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0d0685fdb08b4a79 -C extra-filename=-0d0685fdb08b4a79 --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-5e8ae2e112c5f35d.rmeta --cap-lints allow -D warnings`
23982023-11-08T23:17:03.540Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a03111f3772c9abb -C extra-filename=-a03111f3772c9abb --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-7db48804ce2add16.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-e6a98aa7df302b8f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out`
23992023-11-08T23:17:03.718Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.93/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=28c3068fecdbabf5 -C extra-filename=-28c3068fecdbabf5 --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-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg openssl --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --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`
24002023-11-08T23:17:03.986Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=f2283b3c0b6aab10 -C extra-filename=-f2283b3c0b6aab10 --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-d3ea60740b153298.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-17a51d49f50a51d5.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-9c928334d22d4ac8.rmeta --cap-lints allow -D warnings`
24012023-11-08T23:17:04.006Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f74526f08a2fad44 -C extra-filename=-f74526f08a2fad44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24022023-11-08T23:17:04.034Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mime /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4d8d7e38a6b856a8 -C extra-filename=-4d8d7e38a6b856a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24032023-11-08T23:17:04.181Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=202dac37335bf21f -C extra-filename=-202dac37335bf21f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24042023-11-08T23:17:04.446Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=de169ac677f69d82 -C extra-filename=-de169ac677f69d82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24052023-11-08T23:17:04.627Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=4ed9f42768711155 -C extra-filename=-4ed9f42768711155 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24062023-11-08T23:17:04.968Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=217213713c5a9d74 -C extra-filename=-217213713c5a9d74 --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-14d8971722874adb.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-88cfd5c7481859c9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
24072023-11-08T23:17:06.064Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0c9542cf493f34a3 -C extra-filename=-0c9542cf493f34a3 --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-14d8971722874adb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-fe80ab00f9662652.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-0852493e10a3103f.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-28c3068fecdbabf5.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`
24082023-11-08T23:17:06.239Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' -C metadata=8dbbb31ea1c0cad5 -C extra-filename=-8dbbb31ea1c0cad5 --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-57d5b61702c86fc6.rmeta --cap-lints allow -D warnings`
24092023-11-08T23:17:07.712Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=a64963c72ae5b32f -C extra-filename=-a64963c72ae5b32f --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-4ed9f42768711155.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-476cab211f69baad.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-f74526f08a2fad44.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-202dac37335bf21f.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-edf8304bb59d3fc3.so --cap-lints allow -D warnings`
24102023-11-08T23:17:08.195Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e1abc378f686283d -C extra-filename=-e1abc378f686283d --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-d5236cc99a0d1a24.rmeta --cap-lints allow -D warnings`
24112023-11-08T23:17:08.866Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' -C metadata=0e5ba04d639b5855 -C extra-filename=-0e5ba04d639b5855 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24122023-11-08T23:17:11.126Z Compiling termtree v0.4.1
24132023-11-08T23:17:11.140Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fd372a74f397d069 -C extra-filename=-fd372a74f397d069 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24142023-11-08T23:17:11.144Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ee52dbc16498b58d -C extra-filename=-ee52dbc16498b58d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24152023-11-08T23:17:11.150Z Compiling predicates-tree v1.0.9
24162023-11-08T23:17:11.154Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9675a9e53cb57efd -C extra-filename=-9675a9e53cb57efd --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-3a6c4ab35a0a6e2b.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-fd372a74f397d069.rmeta --cap-lints allow -D warnings`
24172023-11-08T23:17:11.159Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=6ce626363b62731c -C extra-filename=-6ce626363b62731c --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-d3ea60740b153298.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-17a51d49f50a51d5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-f2283b3c0b6aab10.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-9c928334d22d4ac8.rmeta --cap-lints allow -D warnings`
24182023-11-08T23:17:11.162Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=b713abc38e55d38a -C extra-filename=-b713abc38e55d38a --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-17a51d49f50a51d5.rmeta --cap-lints allow -D warnings`
24192023-11-08T23:17:11.959Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f15c58610f044e11 -C extra-filename=-f15c58610f044e11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24202023-11-08T23:17:12.399Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=20173afe1f99f7b6 -C extra-filename=-20173afe1f99f7b6 --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-d5236cc99a0d1a24.rmeta --cap-lints allow -D warnings`
24212023-11-08T23:17:13.613Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=8c276ac385db8b7e -C extra-filename=-8c276ac385db8b7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24222023-11-08T23:17:14.587Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=27203b72694f4663 -C extra-filename=-27203b72694f4663 --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-f32cec8f21ccd17d.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-8c276ac385db8b7e.rmeta --cap-lints allow -D warnings`
24232023-11-08T23:17:17.458Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=30b0e906068c7320 -C extra-filename=-30b0e906068c7320 --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-5cdff950105bf180.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-90dfc63f0b76edbb.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9c31502e31368bf6.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-a55ee0f89d8dbea6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-d83ddd37718d6c15.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-86db96edcf7f5921.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-d880d799629ae13b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-476cab211f69baad.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-a407666dc16bef36.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-de169ac677f69d82.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-401763b5ede24ea4.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-b03cda08ef91dd5b.rmeta --cap-lints allow -D warnings`
24242023-11-08T23:17:17.530Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a2d23304e09204e -C extra-filename=-0a2d23304e09204e --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-0e5ba04d639b5855.rmeta --cap-lints allow -D warnings`
24252023-11-08T23:17:18.325Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ecbc3a70a15f7f59 -C extra-filename=-ecbc3a70a15f7f59 --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-71114b9393dbed77.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c9542cf493f34a3.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-df3f5352834541d5.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-28c3068fecdbabf5.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
24262023-11-08T23:17:18.797Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a869d789e0689274 -C extra-filename=-a869d789e0689274 --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-df3f5352834541d5.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0d0685fdb08b4a79.rmeta --cap-lints allow -D warnings`
24272023-11-08T23:17:19.235Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0ec02f0853e406c4 -C extra-filename=-0ec02f0853e406c4 --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-ecbc3a70a15f7f59.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
24282023-11-08T23:17:19.566Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3e563abbca623726 -C extra-filename=-3e563abbca623726 --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-8e976596a117f5d4.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-476cab211f69baad.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-cb4c71a20b9dddc7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --cap-lints allow -D warnings`
24292023-11-08T23:17:19.682Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6358464f558a1dff -C extra-filename=-6358464f558a1dff --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-cd5579cf6dade5e4.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-b30e90a24d67dcb9.so --cap-lints allow -D warnings`
24302023-11-08T23:17:19.745Z Compiling num_enum v0.5.11
24312023-11-08T23:17:19.769Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5fb2f0a941263081 -C extra-filename=-5fb2f0a941263081 --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-19c4af3baa3f57ed.so --cap-lints allow -D warnings`
24322023-11-08T23:17:19.853Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
24332023-11-08T23:17:19.859Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/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=761fb06b7af0ac84 -C extra-filename=-761fb06b7af0ac84 --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-b2edb30e9ae87feb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rmeta --cap-lints allow -D warnings`
24342023-11-08T23:17:20.129Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=aa435d0243c96dd8 -C extra-filename=-aa435d0243c96dd8 --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-f6ca26585c194e80.rmeta --cap-lints allow -D warnings`
24352023-11-08T23:17:20.245Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=dd7829b59c46aad9 -C extra-filename=-dd7829b59c46aad9 --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-f6ca26585c194e80.rmeta --cap-lints allow -D warnings`
24362023-11-08T23:17:20.266Z Compiling postcard-cobs v0.1.5-pre
24372023-11-08T23:17:20.304Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard_cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-cobs-0.1.5-pre/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4fbbb46f88649344 -C extra-filename=-4fbbb46f88649344 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24382023-11-08T23:17:20.492Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2aaf225a9c576457 -C extra-filename=-2aaf225a9c576457 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24392023-11-08T23:17:20.505Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
24402023-11-08T23:17:20.524Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/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=fcab3b440d110683 -C extra-filename=-fcab3b440d110683 --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-761fb06b7af0ac84.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rmeta --cap-lints allow -D warnings`
24412023-11-08T23:17:20.545Z Compiling postcard v0.7.3
24422023-11-08T23:17:20.553Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-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"' -C metadata=02b48da49b8666a5 -C extra-filename=-02b48da49b8666a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libpostcard_cobs-4fbbb46f88649344.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
24432023-11-08T23:17:20.741Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=807f47e8512bb288 -C extra-filename=-807f47e8512bb288 --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-f32cec8f21ccd17d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6358464f558a1dff.rmeta --cap-lints allow -D warnings`
24442023-11-08T23:17:20.774Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99356fb597828ffc -C extra-filename=-99356fb597828ffc --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-27203b72694f4663.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-2506c322bdc3db5a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --cap-lints allow -D warnings`
24452023-11-08T23:17:20.956Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=7aff314252b09db8 -C extra-filename=-7aff314252b09db8 --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-39519ef42aa0602c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-7d0951f7b3737627.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-562ca611573ae6bf.rmeta --cap-lints allow -D warnings --cfg syn_disable_nightly_tests`
24462023-11-08T23:17:21.112Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=c9210808bb7de167 -C extra-filename=-c9210808bb7de167 --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-39519ef42aa0602c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-7d0951f7b3737627.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-562ca611573ae6bf.rmeta --cap-lints allow -D warnings`
24472023-11-08T23:17:21.353Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cd657b9f9103bd68 -C extra-filename=-cd657b9f9103bd68 --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-0a2d23304e09204e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-dc38256a6cced789.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-b713abc38e55d38a.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-f15c58610f044e11.rmeta --cap-lints allow -D warnings`
24482023-11-08T23:17:22.203Z Compiling password-hash v0.5.0
24492023-11-08T23:17:22.219Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=db2b6be6bb47041a -C extra-filename=-db2b6be6bb47041a --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-56dbb8b760062952.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --cap-lints allow -D warnings`
24502023-11-08T23:17:22.797Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.75/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=331d8558cb493ef5 -C extra-filename=-331d8558cb493ef5 --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-cd657b9f9103bd68.rmeta --cap-lints allow -D warnings`
24512023-11-08T23:17:24.265Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9fd001ed7981eb46 -C extra-filename=-9fd001ed7981eb46 --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-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings`
24522023-11-08T23:17:24.685Z Compiling smoltcp v0.8.2
24532023-11-08T23:17:24.712Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-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="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=20e5da50190824cf -C extra-filename=-20e5da50190824cf --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-bba883f09c02da13.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-36484c5329fe569d.rmeta --cap-lints allow -D warnings`
24542023-11-08T23:17:24.732Z Compiling blake2 v0.10.6
24552023-11-08T23:17:24.756Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=8d08f832dde329a3 -C extra-filename=-8d08f832dde329a3 --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-af13c3ee90217f89.rmeta --cap-lints allow -D warnings`
24562023-11-08T23:17:24.768Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3a7a29665f25deee -C extra-filename=-3a7a29665f25deee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24572023-11-08T23:17:24.790Z Compiling foreign-types-shared v0.3.1
24582023-11-08T23:17:24.811Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3a6bd97659058945 -C extra-filename=-3a6bd97659058945 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24592023-11-08T23:17:24.834Z Compiling base64 v0.13.1
24602023-11-08T23:17:24.852Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=924b12736713da53 -C extra-filename=-924b12736713da53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24612023-11-08T23:17:25.772Z Compiling cfg-if v0.1.10
24622023-11-08T23:17:25.787Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-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=6a6972421f27a074 -C extra-filename=-6a6972421f27a074 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24632023-11-08T23:17:25.905Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
24642023-11-08T23:17:25.917Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/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=d10c0d853e1c4011 -C extra-filename=-d10c0d853e1c4011 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24652023-11-08T23:17:26.186Z Compiling argon2 v0.5.2
24662023-11-08T23:17:26.194Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=26629f3e3db5569a -C extra-filename=-26629f3e3db5569a --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-56dbb8b760062952.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-8d08f832dde329a3.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-828db6385a9f0bd5.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-db2b6be6bb47041a.rmeta --cap-lints allow -D warnings`
24672023-11-08T23:17:26.551Z Compiling foreign-types v0.5.0
24682023-11-08T23:17:26.574Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=115d81b38a3aae87 -C extra-filename=-115d81b38a3aae87 --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-67d11f97203b358a.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-3a6bd97659058945.rmeta --cap-lints allow -D warnings`
24692023-11-08T23:17:26.683Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' -C metadata=2da787869a0a0fea -C extra-filename=-2da787869a0a0fea --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-17729d365ea9f58c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --cap-lints allow -D warnings`
24702023-11-08T23:17:26.713Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=d3145c1b58935d51 -C extra-filename=-d3145c1b58935d51 --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-35753d22fbfb488e.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0dc59f8bfa1ae155.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9c31502e31368bf6.rmeta --cap-lints allow -D warnings`
24712023-11-08T23:17:26.907Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=0f6a873288c06d6a -C extra-filename=-0f6a873288c06d6a --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-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --cap-lints allow -D warnings`
24722023-11-08T23:17:27.694Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' -C metadata=90d89f198233b968 -C extra-filename=-90d89f198233b968 --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-d5236cc99a0d1a24.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fb119d34908ebc97.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-2e42385a32c0a287.rmeta --cap-lints allow -D warnings`
24732023-11-08T23:17:28.244Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a2a46c47a1876b50 -C extra-filename=-a2a46c47a1876b50 --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-5cdff950105bf180.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-30b0e906068c7320.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-ecbc3a70a15f7f59.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-0ec02f0853e406c4.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
24742023-11-08T23:17:28.791Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fdb0692b8cea1a28 -C extra-filename=-fdb0692b8cea1a28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l dlpi`
24752023-11-08T23:17:29.005Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7a96ee409b5aaf29 -C extra-filename=-7a96ee409b5aaf29 --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`
24762023-11-08T23:17:29.295Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
24772023-11-08T23:17:29.307Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/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=24c397458a01bf9f -C extra-filename=-24c397458a01bf9f --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-6a6972421f27a074.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-d10c0d853e1c4011.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-02b48da49b8666a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-20e5da50190824cf.rmeta --cap-lints allow -D warnings`
24782023-11-08T23:17:31.521Z Compiling cstr-argument v0.1.2
24792023-11-08T23:17:31.528Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0de1ff32e3e4da47 -C extra-filename=-0de1ff32e3e4da47 --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-7d798944f4659c8d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --cap-lints allow -D warnings`
24802023-11-08T23:17:31.889Z Compiling pretty-hex v0.2.1
24812023-11-08T23:17:31.912Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=2284c9ca184e77fa -C extra-filename=-2284c9ca184e77fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24822023-11-08T23:17:32.174Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24832023-11-08T23:17:32.184Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2b8e0399b6ac9c75 -C extra-filename=-2b8e0399b6ac9c75 --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-b2edb30e9ae87feb.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-fdb0692b8cea1a28.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5fb2f0a941263081.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-2284c9ca184e77fa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --cap-lints allow -D warnings`
24842023-11-08T23:17:32.325Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24852023-11-08T23:17:32.335Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=abaa4e2971d90eab -C extra-filename=-abaa4e2971d90eab --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-0de1ff32e3e4da47.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-115d81b38a3aae87.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-7a96ee409b5aaf29.rmeta --cap-lints allow -D warnings`
24862023-11-08T23:17:32.746Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/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=f4f9bfd7e88e5032 -C extra-filename=-f4f9bfd7e88e5032 --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-6a6972421f27a074.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-4c1b326e73f4b906.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-d10c0d853e1c4011.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-0351d56f926b485a.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-24c397458a01bf9f.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-02b48da49b8666a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-20e5da50190824cf.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-10111e7e5a32e7bc.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm`
24872023-11-08T23:17:32.853Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=7c35c4bfc1d0fa74 -C extra-filename=-7c35c4bfc1d0fa74 --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-cd5579cf6dade5e4.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-807f47e8512bb288.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-99356fb597828ffc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39519ef42aa0602c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-7d0951f7b3737627.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7aff314252b09db8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-9fd001ed7981eb46.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard`
24882023-11-08T23:17:33.085Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=b57077898f4905d5 -C extra-filename=-b57077898f4905d5 --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-2e42385a32c0a287.rmeta --cap-lints allow -D warnings`
24892023-11-08T23:17:33.238Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dcd498b95043e1c8 -C extra-filename=-dcd498b95043e1c8 --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-b2edb30e9ae87feb.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-fd86e8e17af04b77.so --cap-lints allow -D warnings -l door`
24902023-11-08T23:17:33.342Z Compiling colored v2.0.4
24912023-11-08T23:17:33.348Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4290137acc4f407b -C extra-filename=-4290137acc4f407b --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-893f6ee1898d5c56.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --cap-lints allow -D warnings`
24922023-11-08T23:17:33.402Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=5d3399a92d803494 -C extra-filename=-5d3399a92d803494 --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-f6ca26585c194e80.rmeta --cap-lints allow -D warnings`
24932023-11-08T23:17:33.472Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=052950f888c0079c -C extra-filename=-052950f888c0079c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24942023-11-08T23:17:34.080Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=fd63d44152b07657 -C extra-filename=-fd63d44152b07657 --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-99356fb597828ffc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-4cc5f23b77bb36b2.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-7c35c4bfc1d0fa74.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-5845ded97bf68466.so --cap-lints allow -D warnings`
24952023-11-08T23:17:34.400Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=090f7e3c4e8cd983 -C extra-filename=-090f7e3c4e8cd983 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24962023-11-08T23:17:34.491Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2dab0a7389632450 -C extra-filename=-2dab0a7389632450 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-4290137acc4f407b.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-2b8e0399b6ac9c75.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5fb2f0a941263081.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-abaa4e2971d90eab.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-7a96ee409b5aaf29.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-dcd498b95043e1c8.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-83f414a27466bc1a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-ca329bee74a28348.rmeta --cap-lints allow -D warnings -l kstat`
24972023-11-08T23:17:34.496Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
24982023-11-08T23:17:34.499Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/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=cd20cd732c3b5f28 -C extra-filename=-cd20cd732c3b5f28 --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-6a6972421f27a074.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-d10c0d853e1c4011.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-f4f9bfd7e88e5032.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-20e5da50190824cf.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-10111e7e5a32e7bc.rmeta --cap-lints allow -D warnings`
24992023-11-08T23:17:34.639Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=8c92a8df29cb8b42 -C extra-filename=-8c92a8df29cb8b42 --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-90dfc63f0b76edbb.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-d3145c1b58935d51.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4044aa5d513253e4.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d472cb88a10d32a7.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0dc59f8bfa1ae155.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9c31502e31368bf6.rmeta --cap-lints allow -D warnings`
25002023-11-08T23:17:34.690Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8ed5c323f8a67683 -C extra-filename=-8ed5c323f8a67683 --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-8dbbb31ea1c0cad5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-17a51d49f50a51d5.rmeta --cap-lints allow -D warnings`
25012023-11-08T23:17:34.801Z Compiling predicates v2.1.5
25022023-11-08T23:17:34.805Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-2.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="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=2fbc9d8b1f7eea4f -C extra-filename=-2fbc9d8b1f7eea4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-44f21b3c82f2d1df.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-e5ede4c61982d4c4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-1698fe758139cc1f.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-fbcec1a310885677.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-3a6c4ab35a0a6e2b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --cap-lints allow -D warnings`
25032023-11-08T23:17:35.049Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=460a29b310d4b266 -C extra-filename=-460a29b310d4b266 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25042023-11-08T23:17:35.364Z Compiling fragile v2.0.0
25052023-11-08T23:17:35.389Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1ffc5e42faf577e0 -C extra-filename=-1ffc5e42faf577e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25062023-11-08T23:17:35.581Z Compiling downcast v0.11.0
25072023-11-08T23:17:35.585Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f426fd0a3ba98bb9 -C extra-filename=-f426fd0a3ba98bb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25082023-11-08T23:17:35.935Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=c121103c2e175d68 -C extra-filename=-c121103c2e175d68 --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-17729d365ea9f58c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-aa435d0243c96dd8.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-dd7829b59c46aad9.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-2aaf225a9c576457.rmeta --cap-lints allow -D warnings`
25092023-11-08T23:17:36.359Z Compiling mockall v0.11.4
25102023-11-08T23:17:36.363Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-0.11.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=69565eba2dc908d1 -C extra-filename=-69565eba2dc908d1 --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-7d798944f4659c8d.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-f426fd0a3ba98bb9.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-1ffc5e42faf577e0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-94e2c518f8a082d0.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2fbc9d8b1f7eea4f.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-9675a9e53cb57efd.rmeta --cap-lints allow -D warnings`
25112023-11-08T23:17:36.878Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
25122023-11-08T23:17:36.882Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/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=32ead843142ea4de -C extra-filename=-32ead843142ea4de --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-b81994cc0cd9cf50.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-daf1de79584a9c56.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --cap-lints allow -D warnings`
25132023-11-08T23:17:37.499Z Compiling zone v0.3.0
25142023-11-08T23:17:37.519Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' -C metadata=2e4a5ac00df5e5f2 -C extra-filename=-2e4a5ac00df5e5f2 --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-1698fe758139cc1f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-f2df009d228bbd0f.so --cap-lints allow -D warnings`
25152023-11-08T23:17:37.535Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name atty /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=770ba59cb2b38f0a -C extra-filename=-770ba59cb2b38f0a --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-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings`
25162023-11-08T23:17:37.684Z Compiling smf v0.2.2
25172023-11-08T23:17:37.689Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6a5e2e5bdea4bf75 -C extra-filename=-6a5e2e5bdea4bf75 --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-eb8e9ce5ec9db8df.rmeta --cap-lints allow -D warnings`
25182023-11-08T23:17:38.563Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
25192023-11-08T23:17:38.577Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/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=e2b6302aba1f30c9 -C extra-filename=-e2b6302aba1f30c9 --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-b2edb30e9ae87feb.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-2dab0a7389632450.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-f4f9bfd7e88e5032.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-cd20cd732c3b5f28.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-02b48da49b8666a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --cap-lints allow -D warnings`
25202023-11-08T23:17:39.979Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=378405dfad51ec3c -C extra-filename=-378405dfad51ec3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25212023-11-08T23:17:40.042Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name stringprep /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9e7d7b0993794b34 -C extra-filename=-9e7d7b0993794b34 --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-dd4d5702da2e717d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-83b4b764131c7749.rmeta --cap-lints allow -D warnings`
25222023-11-08T23:17:40.056Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=bbe7fb97d513aa51 -C extra-filename=-bbe7fb97d513aa51 --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-2e42385a32c0a287.rmeta --cap-lints allow -D warnings`
25232023-11-08T23:17:40.434Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/de16c42/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb1ec1a4eb1960b0 -C extra-filename=-cb1ec1a4eb1960b0 --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-378405dfad51ec3c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39519ef42aa0602c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-7d0951f7b3737627.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-8ed5c323f8a67683.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9210808bb7de167.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-562ca611573ae6bf.rmeta --cap-lints allow -D warnings`
25242023-11-08T23:17:40.849Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=a4cc6fd7d6300c4c -C extra-filename=-a4cc6fd7d6300c4c --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-5e8ae2e112c5f35d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5cdff950105bf180.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-052950f888c0079c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-b57077898f4905d5.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-bbe7fb97d513aa51.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-17a51d49f50a51d5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-90d89f198233b968.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-9e7d7b0993794b34.rmeta --cap-lints allow -D warnings`
25252023-11-08T23:17:41.069Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=d0b4b9fe84943a79 -C extra-filename=-d0b4b9fe84943a79 --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-f6ca26585c194e80.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-aa435d0243c96dd8.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-dd7829b59c46aad9.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c121103c2e175d68.rmeta --cap-lints allow -D warnings`
25262023-11-08T23:17:41.495Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=b3cf8d0889e99ef9 -C extra-filename=-b3cf8d0889e99ef9 --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-090f7e3c4e8cd983.rmeta --cap-lints allow -D warnings`
25272023-11-08T23:17:42.095Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name getopts /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getopts-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=adc9f2248424d702 -C extra-filename=-adc9f2248424d702 --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-03163feeac6a8865.rmeta --cap-lints allow -D warnings`
25282023-11-08T23:17:42.811Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=74eeb11604434528 -C extra-filename=-74eeb11604434528 --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-1ac3f6ee8436f01b.rmeta --cap-lints allow -D warnings`
25292023-11-08T23:17:43.001Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c10e29fdd212ff3e -C extra-filename=-c10e29fdd212ff3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25302023-11-08T23:17:43.073Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6557065e22d6f14e -C extra-filename=-6557065e22d6f14e --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-b3cf8d0889e99ef9.rmeta --cap-lints allow -D warnings`
25312023-11-08T23:17:43.096Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=d7fbcedb29d11024 -C extra-filename=-d7fbcedb29d11024 --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-5cdff950105bf180.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-052950f888c0079c.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-a4cc6fd7d6300c4c.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta --cap-lints allow -D warnings`
25322023-11-08T23:17:43.228Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' -C metadata=5e3a4ff46c4229e4 -C extra-filename=-5e3a4ff46c4229e4 --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-74eeb11604434528.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1ac3f6ee8436f01b.rmeta --cap-lints allow -D warnings`
25332023-11-08T23:17:43.501Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c39e1a06b2bfa1cf -C extra-filename=-c39e1a06b2bfa1cf --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-d5236cc99a0d1a24.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fb119d34908ebc97.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-2e42385a32c0a287.rmeta --cap-lints allow -D warnings`
25342023-11-08T23:17:43.598Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=7b1a7de9684361e2 -C extra-filename=-7b1a7de9684361e2 --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-6da9a0cdcf8a4abe.rmeta --cap-lints allow -D warnings --cfg has_i128`
25352023-11-08T23:17:43.623Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a2774eedfa2dd7ca -C extra-filename=-a2774eedfa2dd7ca --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-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings`
25362023-11-08T23:17:43.653Z Compiling slog-dtrace v0.2.3
25372023-11-08T23:17:43.657Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.2.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=70c7ab14ef3d892b -C extra-filename=-70c7ab14ef3d892b --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-70c7ab14ef3d892b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings`
25382023-11-08T23:17:43.662Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' -C metadata=c57fc4706cfdf7c3 -C extra-filename=-c57fc4706cfdf7c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25392023-11-08T23:17:43.791Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=8bd5a43e9d512255 -C extra-filename=-8bd5a43e9d512255 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25402023-11-08T23:17:44.151Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d73097d27816fbc4 -C extra-filename=-d73097d27816fbc4 --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-d5236cc99a0d1a24.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-a2774eedfa2dd7ca.rmeta --cap-lints allow -D warnings`
25412023-11-08T23:17:44.245Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-70c7ab14ef3d892b/build-script-build`
25422023-11-08T23:17:44.343Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=ff3c31fcd939d19e -C extra-filename=-ff3c31fcd939d19e --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-931fcf7ab78f10a2.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-c57fc4706cfdf7c3.rmeta --cap-lints allow -D warnings`
25432023-11-08T23:17:44.412Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=3995a282b25437f6 -C extra-filename=-3995a282b25437f6 --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-c44426d44a2404b7.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5cdff950105bf180.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-052950f888c0079c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-90dfc63f0b76edbb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9c31502e31368bf6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-19bf49e74a62d6a5.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-6146abc1ae9e7f7b.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-6557065e22d6f14e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-a4cc6fd7d6300c4c.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-d7fbcedb29d11024.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4714ca2722bc6f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4c9adbd4aeefbfed.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-8bd5a43e9d512255.rmeta --cap-lints allow -D warnings`
25442023-11-08T23:17:44.515Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' -C metadata=bcf1f6e379c47b30 -C extra-filename=-bcf1f6e379c47b30 --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-052623847ef12c57.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5e3a4ff46c4229e4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ff1522580e71e560.rmeta --cap-lints allow -D warnings`
25452023-11-08T23:17:44.686Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d96f3a8ae9e21706 -C extra-filename=-d96f3a8ae9e21706 --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-cd5579cf6dade5e4.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-ba0fe2f19e12e99d.so --cap-lints allow -D warnings`
25462023-11-08T23:17:44.760Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=441ff19319f4793e -C extra-filename=-441ff19319f4793e --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-d5236cc99a0d1a24.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --cap-lints allow -D warnings`
25472023-11-08T23:17:44.959Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=5eb2b6906200115f -C extra-filename=-5eb2b6906200115f --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-f6ca26585c194e80.rmeta --cap-lints allow -D warnings`
25482023-11-08T23:17:45.309Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/de16c42/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' -C metadata=9051b9377c9c609c -C extra-filename=-9051b9377c9c609c --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-cb1ec1a4eb1960b0.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-36f02600fbb347e7.so --cap-lints allow -D warnings`
25492023-11-08T23:17:45.513Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f8d05207de9fcae3 -C extra-filename=-f8d05207de9fcae3 --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-adc9f2248424d702.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-378405dfad51ec3c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-17729d365ea9f58c.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2da787869a0a0fea.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39519ef42aa0602c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-7d0951f7b3737627.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6ce626363b62731c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9210808bb7de167.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-9051b9377c9c609c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-562ca611573ae6bf.rmeta --cap-lints allow -D warnings`
25502023-11-08T23:17:45.602Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=26246b03283545f7 -C extra-filename=-26246b03283545f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25512023-11-08T23:17:45.715Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=8522c9abe6b8c26e -C extra-filename=-8522c9abe6b8c26e --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-d73097d27816fbc4.rmeta --cap-lints allow -D warnings`
25522023-11-08T23:17:46.035Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7f7d6fc5e3fc0192 -C extra-filename=-7f7d6fc5e3fc0192 --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-d5236cc99a0d1a24.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e1abc378f686283d.rmeta --cap-lints allow -D warnings`
25532023-11-08T23:17:46.561Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aa86d2ce81e5fa34 -C extra-filename=-aa86d2ce81e5fa34 --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-d5236cc99a0d1a24.rmeta --cap-lints allow -D warnings`
25542023-11-08T23:17:46.566Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name io_lifetimes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=a572dd832650f266 -C extra-filename=-a572dd832650f266 --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-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings --cfg io_safety_is_in_std`
25552023-11-08T23:17:46.657Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=1f353bc40f15b4ee -C extra-filename=-1f353bc40f15b4ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25562023-11-08T23:17:46.906Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=210fb414e2f7118a -C extra-filename=-210fb414e2f7118a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25572023-11-08T23:17:47.663Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d8d1af37969fc8e4 -C extra-filename=-d8d1af37969fc8e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25582023-11-08T23:17:47.711Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="utf8"' -C metadata=33ced43632a52bea -C extra-filename=-33ced43632a52bea --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-1f353bc40f15b4ee.rmeta --cap-lints allow -D warnings`
25592023-11-08T23:17:47.911Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0c218bc669b7d146 -C extra-filename=-0c218bc669b7d146 --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-7f7d6fc5e3fc0192.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-d8d1af37969fc8e4.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-441ff19319f4793e.rmeta --cap-lints allow -D warnings --cfg integer128`
25602023-11-08T23:17:47.916Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=bb209d1c7bce8c57 -C extra-filename=-bb209d1c7bce8c57 --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-0e14186713d6361c.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-88cfd5c7481859c9.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-a572dd832650f266.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
25612023-11-08T23:17:47.938Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3143f111e1cb8c57 -C extra-filename=-3143f111e1cb8c57 --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-770ba59cb2b38f0a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-8522c9abe6b8c26e.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-441ff19319f4793e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-a64963c72ae5b32f.rmeta --cap-lints allow -D warnings`
25622023-11-08T23:17:48.223Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=7dd349cb0678461a -C extra-filename=-7dd349cb0678461a --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-460a29b310d4b266.rmeta --cap-lints allow -D warnings`
25632023-11-08T23:17:49.568Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=b5e0529b67f3126d -C extra-filename=-b5e0529b67f3126d --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-17729d365ea9f58c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-aa435d0243c96dd8.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-dd7829b59c46aad9.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-2aaf225a9c576457.rmeta --cap-lints allow -D warnings`
25642023-11-08T23:17:49.671Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=90499813c947c615 -C extra-filename=-90499813c947c615 --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-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-a64963c72ae5b32f.rmeta --cap-lints allow -D warnings`
25652023-11-08T23:17:49.759Z Compiling camino-tempfile v1.0.2
25662023-11-08T23:17:49.786Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.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=07c80f36b8f89ea2 -C extra-filename=-07c80f36b8f89ea2 --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-95221db6fc36b78a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rmeta --cap-lints allow -D warnings`
25672023-11-08T23:17:50.236Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0395ec5aad995b88 -C extra-filename=-0395ec5aad995b88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25682023-11-08T23:17:50.282Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=daee5c94a09f9bbe -C extra-filename=-daee5c94a09f9bbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25692023-11-08T23:17:50.434Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=61d21c4035e6b04a -C extra-filename=-61d21c4035e6b04a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25702023-11-08T23:17:50.483Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name managed /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' -C metadata=5a8d62c14d51e1b4 -C extra-filename=-5a8d62c14d51e1b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25712023-11-08T23:17:50.536Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d88293effec2bbf3 -C extra-filename=-d88293effec2bbf3 --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-daee5c94a09f9bbe.rmeta --cap-lints allow -D warnings`
25722023-11-08T23:17:50.655Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=d69cc3191587a151 -C extra-filename=-d69cc3191587a151 --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-210fb414e2f7118a.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-33ced43632a52bea.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-61d21c4035e6b04a.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-0395ec5aad995b88.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1f353bc40f15b4ee.rmeta --cap-lints allow -D warnings`
25732023-11-08T23:17:51.219Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3a9790d5db2ba697 -C extra-filename=-3a9790d5db2ba697 --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-ff3c31fcd939d19e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-90499813c947c615.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-a64963c72ae5b32f.rmeta --cap-lints allow -D warnings`
25742023-11-08T23:17:51.246Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=89a1a8fe2e33ce03 -C extra-filename=-89a1a8fe2e33ce03 --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-bb209d1c7bce8c57.rmeta --cap-lints allow -D warnings`
25752023-11-08T23:17:51.528Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=951f696eaa2ec973 -C extra-filename=-951f696eaa2ec973 --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-d5236cc99a0d1a24.rmeta --cap-lints allow -D warnings --cfg crc32fast_stdarchx86`
25762023-11-08T23:17:51.544Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=00cc9a7f86a4f736 -C extra-filename=-00cc9a7f86a4f736 --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`
25772023-11-08T23:17:51.747Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b8714653f6bbe22c -C extra-filename=-b8714653f6bbe22c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25782023-11-08T23:17:51.869Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8dcb5a7cf56caacc -C extra-filename=-8dcb5a7cf56caacc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25792023-11-08T23:17:52.066Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aa9b3731957e5c97 -C extra-filename=-aa9b3731957e5c97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25802023-11-08T23:17:52.327Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ba5b30c6e17e2f32 -C extra-filename=-ba5b30c6e17e2f32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25812023-11-08T23:17:52.355Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=70c3f3fe383d9a6a -C extra-filename=-70c3f3fe383d9a6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25822023-11-08T23:17:53.017Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d8a424731786e689 -C extra-filename=-d8a424731786e689 --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-d5236cc99a0d1a24.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-ba5b30c6e17e2f32.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-217213713c5a9d74.rmeta --cap-lints allow -D warnings`
25832023-11-08T23:17:53.102Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=5fdc1481c14780d7 -C extra-filename=-5fdc1481c14780d7 --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-d69cc3191587a151.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-210fb414e2f7118a.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-70c3f3fe383d9a6a.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-8dcb5a7cf56caacc.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-89a1a8fe2e33ce03.rmeta --cap-lints allow -D warnings`
25842023-11-08T23:17:53.128Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=13c865555a7f72ad -C extra-filename=-13c865555a7f72ad --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-b8714653f6bbe22c.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-dd4d5702da2e717d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-83b4b764131c7749.rmeta --cap-lints allow -D warnings`
25852023-11-08T23:17:53.202Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=fb179d5954054bad -C extra-filename=-fb179d5954054bad --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-7b1a7de9684361e2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --cap-lints allow -D warnings --cfg has_i128 --cfg rustc_1_28`
25862023-11-08T23:17:53.480Z Compiling pem v1.1.1
25872023-11-08T23:17:53.483Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-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=53f4176799c06c33 -C extra-filename=-53f4176799c06c33 --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-924b12736713da53.rmeta --cap-lints allow -D warnings`
25882023-11-08T23:17:54.283Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="atomic"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=89b30b0595a87688 -C extra-filename=-89b30b0595a87688 --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-aa9b3731957e5c97.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-00cc9a7f86a4f736.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-daee5c94a09f9bbe.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-d88293effec2bbf3.rmeta --cap-lints allow -D warnings`
25892023-11-08T23:17:54.592Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=93df88e7196a6e35 -C extra-filename=-93df88e7196a6e35 --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-f6ca26585c194e80.rmeta --cap-lints allow -D warnings --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
25902023-11-08T23:17:55.357Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=9b77dbf524ed8bd5 -C extra-filename=-9b77dbf524ed8bd5 --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`
25912023-11-08T23:17:55.512Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9f00144cb406df0d -C extra-filename=-9f00144cb406df0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25922023-11-08T23:17:55.722Z Compiling same-file v1.0.6
25932023-11-08T23:17:55.726Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a1919802dd2126d3 -C extra-filename=-a1919802dd2126d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25942023-11-08T23:17:55.824Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a289093a13952de3 -C extra-filename=-a289093a13952de3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25952023-11-08T23:17:55.878Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5c1c84a2497ff1b1 -C extra-filename=-5c1c84a2497ff1b1 --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-9f00144cb406df0d.rmeta --cap-lints allow -D warnings`
25962023-11-08T23:17:55.999Z Compiling walkdir v2.4.0
25972023-11-08T23:17:56.003Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=071df594afd5c261 -C extra-filename=-071df594afd5c261 --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-a1919802dd2126d3.rmeta --cap-lints allow -D warnings`
25982023-11-08T23:17:56.074Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9f7762ca215236fd -C extra-filename=-9f7762ca215236fd --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-d5236cc99a0d1a24.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e1abc378f686283d.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-9b77dbf524ed8bd5.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a395ee234bbd17ed.rmeta --cap-lints allow -D warnings`
25992023-11-08T23:17:56.191Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=f49c02bc60dc8f0f -C extra-filename=-f49c02bc60dc8f0f --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-c44426d44a2404b7.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-26246b03283545f7.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-1b8116e99120b037.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-90dfc63f0b76edbb.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4044aa5d513253e4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9c31502e31368bf6.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-13c865555a7f72ad.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ee52dbc16498b58d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b0ef496a3caab989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-a92aa6a0ad6645ea.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-401763b5ede24ea4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a2a9d9d6450a252.rmeta --cap-lints allow -D warnings`
26002023-11-08T23:17:56.306Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=44675a772cad32f4 -C extra-filename=-44675a772cad32f4 --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-5cdff950105bf180.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-20173afe1f99f7b6.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9c31502e31368bf6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-86db96edcf7f5921.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-17a51d49f50a51d5.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-4d8d7e38a6b856a8.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b4bca05e83fdbaa0.rmeta --cap-lints allow -D warnings`
26012023-11-08T23:17:57.493Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4318eab3d5a6e357 -C extra-filename=-4318eab3d5a6e357 --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-7312a1b9dc0a10c5.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --cap-lints allow -D warnings`
26022023-11-08T23:17:57.503Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=662644f78f291486 -C extra-filename=-662644f78f291486 --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-931fcf7ab78f10a2.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-0d2325cda7ca884b.rmeta --cap-lints allow -D warnings`
26032023-11-08T23:17:57.780Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8da6d1f0316b4cd1 -C extra-filename=-8da6d1f0316b4cd1 --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-476cab211f69baad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --cap-lints allow -D warnings`
26042023-11-08T23:17:57.995Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=c3645a5cea9c4fe4 -C extra-filename=-c3645a5cea9c4fe4 --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-951f696eaa2ec973.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-dc38256a6cced789.rmeta --cap-lints allow -D warnings`
26052023-11-08T23:17:58.844Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -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=f2a3f4d8e7e4a35b -C extra-filename=-f2a3f4d8e7e4a35b --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-2e42385a32c0a287.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --cap-lints allow -D warnings`
26062023-11-08T23:17:59.570Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ed29b3e2473ce13c -C extra-filename=-ed29b3e2473ce13c --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-cd5579cf6dade5e4.rmeta --cap-lints allow -D warnings`
26072023-11-08T23:17:59.579Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=9bfeb72b8956ed2f -C extra-filename=-9bfeb72b8956ed2f --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-5fdc1481c14780d7.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-61bbfb9f03702e62.so --cap-lints allow -D warnings`
26082023-11-08T23:17:59.604Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1bcc0c0e7cf5ff04 -C extra-filename=-1bcc0c0e7cf5ff04 --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-19bf49e74a62d6a5.rmeta --cap-lints allow -D warnings`
26092023-11-08T23:17:59.609Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8111c9cceaee72a4 -C extra-filename=-8111c9cceaee72a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26102023-11-08T23:17:59.756Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=68645aea24572a05 -C extra-filename=-68645aea24572a05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26112023-11-08T23:17:59.909Z Compiling cancel-safe-futures v0.1.5
26122023-11-08T23:17:59.914Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=130bdb5f79063904 -C extra-filename=-130bdb5f79063904 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-130bdb5f79063904 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26132023-11-08T23:18:00.137Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5c597a9dd47facc7 -C extra-filename=-5c597a9dd47facc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26142023-11-08T23:18:00.206Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=be7d3f39eab1a28b -C extra-filename=-be7d3f39eab1a28b --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-ed29b3e2473ce13c.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b4bca05e83fdbaa0.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-68645aea24572a05.rmeta --cap-lints allow -D warnings --cfg has_cas --cfg has_atomics`
26152023-11-08T23:18:00.544Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-130bdb5f79063904/build-script-build`
26162023-11-08T23:18:00.586Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a2d0ba6c79e3beb -C extra-filename=-0a2d0ba6c79e3beb --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-71114b9393dbed77.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-19bf49e74a62d6a5.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-1bcc0c0e7cf5ff04.rmeta --cap-lints allow -D warnings`
26172023-11-08T23:18:00.829Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-0_8"' --cfg 'feature="support-v0_8"' -C metadata=eaa3079856ba9fab -C extra-filename=-eaa3079856ba9fab --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-931fcf7ab78f10a2.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-c4e81cb9d04ece3f.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-662644f78f291486.rmeta --cap-lints allow -D warnings`
26182023-11-08T23:18:01.059Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=55c3d0548c25f849 -C extra-filename=-55c3d0548c25f849 --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-460a29b310d4b266.rmeta --cap-lints allow -D warnings`
26192023-11-08T23:18:01.187Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' -C metadata=8b6df8e8d2071b83 -C extra-filename=-8b6df8e8d2071b83 --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-6da9a0cdcf8a4abe.rmeta --cap-lints allow -D warnings`
26202023-11-08T23:18:01.283Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0dfc01ec333e0708 -C extra-filename=-0dfc01ec333e0708 --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`
26212023-11-08T23:18:01.521Z Compiling headers-core v0.2.0
26222023-11-08T23:18:01.531Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name headers_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-core-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4373e31a9f3a0524 -C extra-filename=-4373e31a9f3a0524 --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-55df0a7c9e4352eb.rmeta --cap-lints allow -D warnings`
26232023-11-08T23:18:01.729Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dfa-search"' -C metadata=ef88fce15de2ee58 -C extra-filename=-ef88fce15de2ee58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26242023-11-08T23:18:01.757Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a0f940774333f18a -C extra-filename=-a0f940774333f18a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26252023-11-08T23:18:01.835Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name difflib /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b8a7ba9d5e25170c -C extra-filename=-b8a7ba9d5e25170c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26262023-11-08T23:18:01.940Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4831b760b2eb3e28 -C extra-filename=-4831b760b2eb3e28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26272023-11-08T23:18:02.213Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=a5ac6ca8be344dc3 -C extra-filename=-a5ac6ca8be344dc3 --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-0e14186713d6361c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-be7d3f39eab1a28b.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-5a8d62c14d51e1b4.rmeta --cap-lints allow -D warnings`
26282023-11-08T23:18:03.462Z Compiling headers v0.3.9
26292023-11-08T23:18:03.467Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name headers /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ca739d6e5f0490c7 -C extra-filename=-ca739d6e5f0490c7 --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-e787744d353adac5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-4373e31a9f3a0524.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-cd86d2854e7dc134.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-37174dc2eb25e52f.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b01d13fc8d1dafdc.rmeta --cap-lints allow -D warnings`
26302023-11-08T23:18:04.290Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=81f1be71c4906929 -C extra-filename=-81f1be71c4906929 --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-14d8971722874adb.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-9552142819f83950.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0f6a873288c06d6a.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-476cab211f69baad.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0dfc01ec333e0708.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-0a2d0ba6c79e3beb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
26312023-11-08T23:18:04.419Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' -C metadata=909ec1a8f70ffa2f -C extra-filename=-909ec1a8f70ffa2f --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-14d8971722874adb.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c4e81cb9d04ece3f.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-19bf49e74a62d6a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-662644f78f291486.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-eaa3079856ba9fab.rmeta --cap-lints allow -D warnings`
26322023-11-08T23:18:05.724Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=1fd8166bc987ccff -C extra-filename=-1fd8166bc987ccff --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-17a51d49f50a51d5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ef88fce15de2ee58.rmeta --cap-lints allow -D warnings`
26332023-11-08T23:18:05.843Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=939fb93aa299c87e -C extra-filename=-939fb93aa299c87e --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-7b1a7de9684361e2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rmeta --cap-lints allow -D warnings --cfg u64_digit --cfg has_try_from --cfg use_addcarry`
26342023-11-08T23:18:05.923Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c6642f7dbad03729 -C extra-filename=-c6642f7dbad03729 --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-090f7e3c4e8cd983.rmeta --cap-lints allow -D warnings`
26352023-11-08T23:18:06.570Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d8e1c24751fb0edb -C extra-filename=-d8e1c24751fb0edb --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-555b33f5709226f9.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --cap-lints allow -D warnings`
26362023-11-08T23:18:06.940Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc8a84db53c9f03b -C extra-filename=-bc8a84db53c9f03b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26372023-11-08T23:18:07.098Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e3a6f692d0624334 -C extra-filename=-e3a6f692d0624334 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26382023-11-08T23:18:07.670Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=81f27baae87255cc -C extra-filename=-81f27baae87255cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26392023-11-08T23:18:07.680Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c570cbfef4d374b1 -C extra-filename=-c570cbfef4d374b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26402023-11-08T23:18:07.696Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aa57decabff58732 -C extra-filename=-aa57decabff58732 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26412023-11-08T23:18:07.831Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=d70227bb369be118 -C extra-filename=-d70227bb369be118 --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-81f27baae87255cc.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-17729d365ea9f58c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-a58df7b6c155e074.so --cap-lints allow -D warnings`
26422023-11-08T23:18:07.972Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' -C metadata=9b3b0efcfe18b8e4 -C extra-filename=-9b3b0efcfe18b8e4 --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-e3a6f692d0624334.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-19bf49e74a62d6a5.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-c6642f7dbad03729.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-bc8a84db53c9f03b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --cap-lints allow -D warnings`
26432023-11-08T23:18:08.238Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=7ff5a0819cb6289e -C extra-filename=-7ff5a0819cb6289e --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-ba573a89226b8c32.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-17a51d49f50a51d5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-aa57decabff58732.rmeta --cap-lints allow -D warnings`
26442023-11-08T23:18:08.416Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' -C metadata=5ab5a09c430658d5 -C extra-filename=-5ab5a09c430658d5 --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-0e14186713d6361c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-d8e1c24751fb0edb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-2c2b44ea705b8149.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-a5ac6ca8be344dc3.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c10e29fdd212ff3e.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-3df8c41f44dfc1f4.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d96f3a8ae9e21706.rmeta --cap-lints allow -D warnings`
26452023-11-08T23:18:08.687Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=417458dbb52edbf7 -C extra-filename=-417458dbb52edbf7 --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-5c597a9dd47facc7.rmeta --cap-lints allow -D warnings`
26462023-11-08T23:18:09.113Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=898dcccd10f8914b -C extra-filename=-898dcccd10f8914b --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-f6ca26585c194e80.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-aa435d0243c96dd8.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-dd7829b59c46aad9.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b5e0529b67f3126d.rmeta --cap-lints allow -D warnings`
26472023-11-08T23:18:09.539Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=0b3d81bf658fe203 -C extra-filename=-0b3d81bf658fe203 --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-ba573a89226b8c32.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rmeta --cap-lints allow -D warnings`
26482023-11-08T23:18:10.396Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=57ed66f734a2f4b5 -C extra-filename=-57ed66f734a2f4b5 --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-3df8c41f44dfc1f4.so --cap-lints allow -D warnings`
26492023-11-08T23:18:10.594Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=0b7fe304725b084d -C extra-filename=-0b7fe304725b084d --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-5c597a9dd47facc7.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-939fb93aa299c87e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-a64963c72ae5b32f.rmeta --cap-lints allow -D warnings`
26502023-11-08T23:18:10.644Z Compiling pem v3.0.2
26512023-11-08T23:18:10.678Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d05802530bcd0972 -C extra-filename=-d05802530bcd0972 --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-e787744d353adac5.rmeta --cap-lints allow -D warnings`
26522023-11-08T23:18:11.710Z Compiling rcgen v0.11.3
26532023-11-08T23:18:11.718Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' -C metadata=015e250b18c8e740 -C extra-filename=-015e250b18c8e740 --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-d05802530bcd0972.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1516128ddb377b1e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c3e3cf764a9ffe22.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-911abc88a9bb715a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out`
26542023-11-08T23:18:11.891Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=4c101bea1777bf25 -C extra-filename=-4c101bea1777bf25 --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-7ff5a0819cb6289e.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4831b760b2eb3e28.rmeta --cap-lints allow -D warnings`
26552023-11-08T23:18:12.380Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=94e9958bb53942d6 -C extra-filename=-94e9958bb53942d6 --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-210fb414e2f7118a.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-b8a7ba9d5e25170c.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-8b6df8e8d2071b83.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7dd349cb0678461a.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-a0f940774333f18a.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-8111c9cceaee72a4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6ce626363b62731c.rmeta --cap-lints allow -D warnings`
26562023-11-08T23:18:13.681Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="time"' -C metadata=1f594e7f461b51a8 -C extra-filename=-1f594e7f461b51a8 --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-35753d22fbfb488e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --cap-lints allow -D warnings`
26572023-11-08T23:18:14.510Z Compiling atomicwrites v0.4.2
26582023-11-08T23:18:14.514Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f3b25fb0bc9d1b3f -C extra-filename=-f3b25fb0bc9d1b3f --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-c3481d732e13ec36.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rmeta --cap-lints allow -D warnings`
26592023-11-08T23:18:14.530Z Compiling subprocess v0.2.9
26602023-11-08T23:18:14.534Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b99fc8c4fdd26d7a -C extra-filename=-b99fc8c4fdd26d7a --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
26612023-11-08T23:18:15.053Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5d1bdb4558d229b0 -C extra-filename=-5d1bdb4558d229b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26622023-11-08T23:18:15.256Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-2.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=52f7267084aacd7f -C extra-filename=-52f7267084aacd7f --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-f6ca26585c194e80.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-a57b67516f3e55df.so --cap-lints allow -D warnings`
26632023-11-08T23:18:15.678Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=d8e39621f6ccc465 -C extra-filename=-d8e39621f6ccc465 --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-35753d22fbfb488e.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-e1231a25158b30ac.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-aa86d2ce81e5fa34.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --cap-lints allow -D warnings`
26642023-11-08T23:18:15.797Z Compiling der_derive v0.7.2
26652023-11-08T23:18:15.800Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der_derive-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=d5abbbc665035292 -C extra-filename=-d5abbbc665035292 --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro --cap-lints allow -D warnings`
26662023-11-08T23:18:15.822Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2edc4bd5666cf13d -C extra-filename=-2edc4bd5666cf13d --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-5d3399a92d803494.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --cap-lints allow -D warnings`
26672023-11-08T23:18:16.078Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' -C metadata=389aa8d23bf14670 -C extra-filename=-389aa8d23bf14670 --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-f6ca26585c194e80.rmeta --cap-lints allow -D warnings`
26682023-11-08T23:18:16.153Z Compiling toml v0.5.11
26692023-11-08T23:18:16.157Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=9bf32540d8d36c5d -C extra-filename=-9bf32540d8d36c5d --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-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
26702023-11-08T23:18:16.801Z Compiling heck v0.3.3
26712023-11-08T23:18:16.808Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=c94f067207bb4293 -C extra-filename=-c94f067207bb4293 --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-5ea6be43bdaf8fd6.rmeta --cap-lints allow -D warnings`
26722023-11-08T23:18:17.396Z Compiling libefi-sys v0.1.0
26732023-11-08T23:18:17.401Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=fb64d70dd288cc0f -C extra-filename=-fb64d70dd288cc0f --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-fb64d70dd288cc0f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26742023-11-08T23:18:17.952Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-fb64d70dd288cc0f/build-script-build`
26752023-11-08T23:18:17.992Z Compiling structopt-derive v0.4.18
26762023-11-08T23:18:17.995Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name structopt_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-derive-0.4.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=bb41921039ff29ad -C extra-filename=-bb41921039ff29ad --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-c94f067207bb4293.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-af980ab74bd8c4eb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rlib --extern proc_macro --cap-lints allow -D warnings`
26772023-11-08T23:18:18.060Z Compiling memoffset v0.7.1
26782023-11-08T23:18:18.063Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=afd8a38e4208fb03 -C extra-filename=-afd8a38e4208fb03 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-afd8a38e4208fb03 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow -D warnings`
26792023-11-08T23:18:18.179Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
26802023-11-08T23:18:18.182Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=3565b927486addbc -C extra-filename=-3565b927486addbc --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-3565b927486addbc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-bc774ea883630f73.rlib --cap-lints allow -D warnings`
26812023-11-08T23:18:18.652Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-afd8a38e4208fb03/build-script-build`
26822023-11-08T23:18:18.853Z Compiling maybe-uninit v2.0.0
26832023-11-08T23:18:18.858Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=be58ee4971d01726 -C extra-filename=-be58ee4971d01726 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-be58ee4971d01726 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26842023-11-08T23:18:18.954Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-3565b927486addbc/build-script-build`
26852023-11-08T23:18:19.112Z Compiling num-bigint-dig v0.8.4
26862023-11-08T23:18:19.115Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=eb64ea9dfc00f9da -C extra-filename=-eb64ea9dfc00f9da --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-eb64ea9dfc00f9da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26872023-11-08T23:18:19.659Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-be58ee4971d01726/build-script-build`
26882023-11-08T23:18:20.118Z Compiling packed_struct v0.10.1
26892023-11-08T23:18:20.121Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=4286a42b5dd2bfd8 -C extra-filename=-4286a42b5dd2bfd8 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-4286a42b5dd2bfd8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26902023-11-08T23:18:20.124Z Compiling termcolor v1.2.0
26912023-11-08T23:18:20.134Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3940442dfe5b1912 -C extra-filename=-3940442dfe5b1912 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26922023-11-08T23:18:20.137Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-eb64ea9dfc00f9da/build-script-build`
26932023-11-08T23:18:20.140Z Compiling packed_struct_codegen v0.10.1
26942023-11-08T23:18:20.143Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=975742816b9d4485 -C extra-filename=-975742816b9d4485 --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rlib --extern proc_macro --cap-lints allow -D warnings`
26952023-11-08T23:18:20.427Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-4286a42b5dd2bfd8/build-script-build`
26962023-11-08T23:18:20.471Z Compiling linked-hash-map v0.5.6
26972023-11-08T23:18:20.475Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f301565f2e61d826 -C extra-filename=-f301565f2e61d826 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26982023-11-08T23:18:21.059Z Compiling lru-cache v0.1.2
26992023-11-08T23:18:21.067Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3f2005026a0ee009 -C extra-filename=-3f2005026a0ee009 --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-f301565f2e61d826.rmeta --cap-lints allow -D warnings`
27002023-11-08T23:18:21.254Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d4354ccef95db08b -C extra-filename=-d4354ccef95db08b --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-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings`
27012023-11-08T23:18:21.352Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=ebeccccf419a0cf5 -C extra-filename=-ebeccccf419a0cf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27022023-11-08T23:18:22.006Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' -C metadata=89e49a1484f4f690 -C extra-filename=-89e49a1484f4f690 --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-9264f2dd0ecaadd7.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-5d1bdb4558d229b0.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8a424731786e689.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-d4354ccef95db08b.rmeta --cap-lints allow -D warnings`
27032023-11-08T23:18:22.102Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=77b7819c6d259ae1 -C extra-filename=-77b7819c6d259ae1 --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-3046fa3c0ec0df90.rmeta --cap-lints allow -D warnings`
27042023-11-08T23:18:22.442Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d3f0147388d6fd4 -C extra-filename=-8d3f0147388d6fd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27052023-11-08T23:18:22.582Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=b63553c1c8e5c11c -C extra-filename=-b63553c1c8e5c11c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27062023-11-08T23:18:22.633Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="std"' -C metadata=3ce65edfe215afb6 -C extra-filename=-3ce65edfe215afb6 --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-ccc811b722306ba6.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-3024e87bd2addc5f.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6ce626363b62731c.rmeta --cap-lints allow -D warnings`
27072023-11-08T23:18:22.679Z Compiling ciborium-io v0.2.1
27082023-11-08T23:18:22.682Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=f3df158afb601fe8 -C extra-filename=-f3df158afb601fe8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27092023-11-08T23:18:22.749Z Compiling half v1.8.2
27102023-11-08T23:18:22.753Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8dcc0255c3e74f49 -C extra-filename=-8dcc0255c3e74f49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27112023-11-08T23:18:22.872Z Compiling semver-parser v0.10.2
27122023-11-08T23:18:22.878Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name semver_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-parser-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=2faac8f8bcd35b1f -C extra-filename=-2faac8f8bcd35b1f --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-b4c46331a6d43c41.rmeta --cap-lints allow -D warnings`
27132023-11-08T23:18:22.903Z Compiling num-rational v0.4.1
27142023-11-08T23:18:22.924Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=8e8bbbbb062a8565 -C extra-filename=-8e8bbbbb062a8565 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-rational-8e8bbbbb062a8565 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow -D warnings`
27152023-11-08T23:18:23.211Z Compiling home v0.5.5
27162023-11-08T23:18:23.235Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=3b918b4cf35f187a -C extra-filename=-3b918b4cf35f187a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27172023-11-08T23:18:23.245Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=7ed18ae774f926cc -C extra-filename=-7ed18ae774f926cc --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-1e47e072d9a5cdfb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7a14d41e75c04e78.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-596c872534fa029e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --cap-lints allow -D warnings`
27182023-11-08T23:18:23.482Z Compiling ciborium-ll v0.2.1
27192023-11-08T23:18:23.485Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dedfe8e585a9e450 -C extra-filename=-dedfe8e585a9e450 --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-f3df158afb601fe8.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-8dcc0255c3e74f49.rmeta --cap-lints allow -D warnings`
27202023-11-08T23:18:23.554Z Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-8e8bbbbb062a8565/build-script-build`
27212023-11-08T23:18:23.751Z Compiling newline-converter v0.3.0
27222023-11-08T23:18:23.800Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db8e31131282ec94 -C extra-filename=-db8e31131282ec94 --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-5ea6be43bdaf8fd6.rmeta --cap-lints allow -D warnings`
27232023-11-08T23:18:23.935Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f176aaf9bfaec458 -C extra-filename=-f176aaf9bfaec458 --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-ee86ffe479e2dca6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-69b292eb92103c15.rmeta --cap-lints allow -D warnings`
27242023-11-08T23:18:23.985Z Compiling ciborium v0.2.1
27252023-11-08T23:18:23.988Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=433f7a24bb39110c -C extra-filename=-433f7a24bb39110c --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-f3df158afb601fe8.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-dedfe8e585a9e450.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
27262023-11-08T23:18:24.151Z Compiling semver v0.11.0
27272023-11-08T23:18:24.154Z Compiling expectorate v1.1.0
27282023-11-08T23:18:24.157Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=e6bb840ad727e480 -C extra-filename=-e6bb840ad727e480 --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-2faac8f8bcd35b1f.rmeta --cap-lints allow -D warnings`
27292023-11-08T23:18:24.159Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2fa50da378e07876 -C extra-filename=-2fa50da378e07876 --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-e7680e870930d795.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-db8e31131282ec94.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f9490b982b19964c.rmeta --cap-lints allow -D warnings`
27302023-11-08T23:18:24.422Z Compiling doc-comment v0.3.3
27312023-11-08T23:18:24.425Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=78e578208ee2dfcc -C extra-filename=-78e578208ee2dfcc --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-78e578208ee2dfcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27322023-11-08T23:18:24.715Z Compiling toolchain_find v0.2.0
27332023-11-08T23:18:24.730Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=75dde329f0263427 -C extra-filename=-75dde329f0263427 --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-3b918b4cf35f187a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e6bb840ad727e480.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-071df594afd5c261.rmeta --cap-lints allow -D warnings`
27342023-11-08T23:18:24.792Z Compiling arc-swap v1.6.0
27352023-11-08T23:18:24.819Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9aab50de55e46dc9 -C extra-filename=-9aab50de55e46dc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27362023-11-08T23:18:25.243Z Compiling rustfmt-wrapper v0.2.0
27372023-11-08T23:18:25.247Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=c42feec3ffaebd6f -C extra-filename=-c42feec3ffaebd6f --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-22774573f9e220ea.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bf32540d8d36c5d.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-75dde329f0263427.rmeta --cap-lints allow -D warnings`
27382023-11-08T23:18:25.287Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-78e578208ee2dfcc/build-script-build`
27392023-11-08T23:18:25.509Z Compiling hkdf v0.12.3
27402023-11-08T23:18:25.512Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=546ab4622c494aa5 -C extra-filename=-546ab4622c494aa5 --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-f8007d3fd81925f5.rmeta --cap-lints allow -D warnings`
27412023-11-08T23:18:25.545Z Compiling convert_case v0.4.0
27422023-11-08T23:18:25.549Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=acb2bfc87c9aa4a7 -C extra-filename=-acb2bfc87c9aa4a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27432023-11-08T23:18:25.908Z Compiling slog-scope v4.4.0
27442023-11-08T23:18:25.913Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=228daec18a72d085 -C extra-filename=-228daec18a72d085 --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-9aab50de55e46dc9.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --cap-lints allow -D warnings`
27452023-11-08T23:18:25.963Z Compiling keccak v0.1.4
27462023-11-08T23:18:25.989Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/keccak-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=1384eb8a4d755cd7 -C extra-filename=-1384eb8a4d755cd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27472023-11-08T23:18:26.164Z Compiling pem-rfc7468 v0.7.0
27482023-11-08T23:18:26.168Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=f1167e94f6d1bab7 -C extra-filename=-f1167e94f6d1bab7 --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-56dbb8b760062952.rmeta --cap-lints allow -D warnings`
27492023-11-08T23:18:26.240Z Compiling slog-stdlog v4.1.1
27502023-11-08T23:18:26.245Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=34733f8f56bb4d86 -C extra-filename=-34733f8f56bb4d86 --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-35b42e597512c686.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-228daec18a72d085.rmeta --cap-lints allow -D warnings`
27512023-11-08T23:18:26.578Z Compiling slog-envlogger v2.2.0
27522023-11-08T23:18:26.585Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' -C metadata=f142f462bdf00b13 -C extra-filename=-f142f462bdf00b13 --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-35b42e597512c686.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-228daec18a72d085.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-34733f8f56bb4d86.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --cap-lints allow -D warnings`
27532023-11-08T23:18:26.759Z Compiling sha3 v0.10.8
27542023-11-08T23:18:26.770Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9ba4573df88b8a80 -C extra-filename=-9ba4573df88b8a80 --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-af13c3ee90217f89.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-1384eb8a4d755cd7.rmeta --cap-lints allow -D warnings`
27552023-11-08T23:18:26.819Z Compiling secrecy v0.8.0
27562023-11-08T23:18:26.837Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=d0c73d75843e2cf1 -C extra-filename=-d0c73d75843e2cf1 --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-8d58fee96f252b5b.rmeta --cap-lints allow -D warnings`
27572023-11-08T23:18:26.856Z Compiling derive_more v0.99.17
27582023-11-08T23:18:26.871Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --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=e7bd23ccf645aab0 -C extra-filename=-e7bd23ccf645aab0 --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-acb2bfc87c9aa4a7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rlib --extern proc_macro --cap-lints allow -D warnings`
27592023-11-08T23:18:27.222Z Compiling textwrap v0.11.0
27602023-11-08T23:18:27.225Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e1cf770995461190 -C extra-filename=-e1cf770995461190 --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-eef13e30bb711a6a.rmeta --cap-lints allow -D warnings`
27612023-11-08T23:18:27.495Z Compiling ansi_term v0.12.1
27622023-11-08T23:18:27.500Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ansi_term /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4f48e3453be29e7b -C extra-filename=-4f48e3453be29e7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27632023-11-08T23:18:27.652Z Compiling flagset v0.4.3
27642023-11-08T23:18:27.655Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d819be2ad22c4ed5 -C extra-filename=-d819be2ad22c4ed5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27652023-11-08T23:18:27.801Z Compiling strsim v0.8.0
27662023-11-08T23:18:27.812Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d031908ebe27c38 -C extra-filename=-1d031908ebe27c38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27672023-11-08T23:18:28.221Z Compiling vec_map v0.8.2
27682023-11-08T23:18:28.224Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name vec_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vec_map-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cc987aa195421fd9 -C extra-filename=-cc987aa195421fd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27692023-11-08T23:18:28.228Z Compiling der v0.7.8
27702023-11-08T23:18:28.231Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=50fea59f0b5e884d -C extra-filename=-50fea59f0b5e884d --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-b70e9b5553d7683e.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-d5abbbc665035292.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-d819be2ad22c4ed5.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-f1167e94f6d1bab7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rmeta --cap-lints allow -D warnings`
27712023-11-08T23:18:28.360Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=04557b82188997a8 -C extra-filename=-04557b82188997a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l efi`
27722023-11-08T23:18:28.415Z Compiling clap v2.34.0
27732023-11-08T23:18:28.429Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-2.34.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' -C metadata=3d738176449a0d99 -C extra-filename=-3d738176449a0d99 --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-4f48e3453be29e7b.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-fb7d1a8187676e7c.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bba883f09c02da13.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-1d031908ebe27c38.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-e1cf770995461190.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-cc987aa195421fd9.rmeta --cap-lints allow -D warnings`
27742023-11-08T23:18:28.434Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27752023-11-08T23:18:28.439Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c1ac83fd35cfe4dd -C extra-filename=-c1ac83fd35cfe4dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5fb2f0a941263081.rmeta --cap-lints allow -D warnings`
27762023-11-08T23:18:28.843Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-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 opt-level=3 -C panic=abort -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=0941b66ab7c514d2 -C extra-filename=-0941b66ab7c514d2 --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-417458dbb52edbf7.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-5c597a9dd47facc7.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-14d8971722874adb.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-77d178f02a7cf6d4.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-77b7819c6d259ae1.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-b63553c1c8e5c11c.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-89e49a1484f4f690.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8a424731786e689.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-8d3f0147388d6fd4.rmeta --cap-lints allow -D warnings`
27772023-11-08T23:18:29.305Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27782023-11-08T23:18:29.316Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2b3793a82293b495 -C extra-filename=-2b3793a82293b495 --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-b2edb30e9ae87feb.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-04557b82188997a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta --cap-lints allow -D warnings`
27792023-11-08T23:18:29.562Z Compiling resolv-conf v0.7.0
27802023-11-08T23:18:29.574Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' -C metadata=9c5a9636eae5734a -C extra-filename=-9c5a9636eae5734a --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-10b9ce55821d760e.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-dc4267201e7c54eb.rmeta --cap-lints allow -D warnings`
27812023-11-08T23:18:29.859Z Compiling fxhash v0.2.1
27822023-11-08T23:18:29.862Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fxhash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6dd3f249c2272bda -C extra-filename=-6dd3f249c2272bda --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-13456ae1292a2c33.rmeta --cap-lints allow -D warnings`
27832023-11-08T23:18:30.187Z Compiling crc-catalog v2.2.0
27842023-11-08T23:18:30.195Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d9086f959996d8d5 -C extra-filename=-d9086f959996d8d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27852023-11-08T23:18:30.409Z Compiling crc v3.0.1
27862023-11-08T23:18:30.435Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0d28a00b3379b9e1 -C extra-filename=-0d28a00b3379b9e1 --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-d9086f959996d8d5.rmeta --cap-lints allow -D warnings`
27872023-11-08T23:18:30.985Z Compiling trust-dns-resolver v0.22.0
27882023-11-08T23:18:30.995Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_resolver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-resolver-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=72a5b93e04c7dbc8 -C extra-filename=-72a5b93e04c7dbc8 --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-7d798944f4659c8d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-596c872534fa029e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-3f2005026a0ee009.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-9b661897d4f1cf2f.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-9c5a9636eae5734a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b01f23a2952ab564.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-ca329bee74a28348.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-120222c9044a1dad.rmeta --cap-lints allow -D warnings`
27892023-11-08T23:18:31.007Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=49d88a5cc567cfb9 -C extra-filename=-49d88a5cc567cfb9 --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`
27902023-11-08T23:18:31.117Z Compiling derive-where v1.2.5
27912023-11-08T23:18:31.167Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.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 metadata=b0a7473d8a5406b7 -C extra-filename=-b0a7473d8a5406b7 --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro --cap-lints allow -D warnings`
27922023-11-08T23:18:34.282Z Compiling spki v0.7.2
27932023-11-08T23:18:35.404Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=75d6b803475223c9 -C extra-filename=-75d6b803475223c9 --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-50fea59f0b5e884d.rmeta --cap-lints allow -D warnings`
27942023-11-08T23:18:39.069Z Compiling snafu-derive v0.7.5
27952023-11-08T23:19:02.903Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' -C metadata=97ca71e485a1a6c7 -C extra-filename=-97ca71e485a1a6c7 --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-14d7d47dc7b7257e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rlib --extern proc_macro --cap-lints allow -D warnings`
27962023-11-08T23:19:03.354Z Compiling pkcs8 v0.10.2
27972023-11-08T23:19:03.783Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=220451b02833b74f -C extra-filename=-220451b02833b74f --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-50fea59f0b5e884d.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-75d6b803475223c9.rmeta --cap-lints allow -D warnings`
27982023-11-08T23:19:04.147Z Compiling structopt v0.3.26
27992023-11-08T23:19:04.579Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name structopt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=9abe29a43cf6c89e -C extra-filename=-9abe29a43cf6c89e --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-3d738176449a0d99.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-bb41921039ff29ad.so --cap-lints allow -D warnings`
28002023-11-08T23:19:04.744Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=264063ef7201caec -C extra-filename=-264063ef7201caec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-c1ac83fd35cfe4dd.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-9abe29a43cf6c89e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out -l static=pci`
28012023-11-08T23:19:05.022Z Compiling nodrop v0.1.14
28022023-11-08T23:19:05.192Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nodrop /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fdde3d64f843077f -C extra-filename=-fdde3d64f843077f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28032023-11-08T23:19:05.397Z Compiling array-init v0.0.4
28042023-11-08T23:19:05.596Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name array_init /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=04a3b47c62d1dadd -C extra-filename=-04a3b47c62d1dadd --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-fdde3d64f843077f.rmeta --cap-lints allow -D warnings`
28052023-11-08T23:19:05.883Z Compiling pkcs1 v0.7.5
28062023-11-08T23:19:06.064Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=0956840cd89d48c5 -C extra-filename=-0956840cd89d48c5 --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-50fea59f0b5e884d.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-220451b02833b74f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-75d6b803475223c9.rmeta --cap-lints allow -D warnings`
28072023-11-08T23:19:06.202Z Compiling smallvec v0.6.14
28082023-11-08T23:19:06.345Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b8947f9983e252d0 -C extra-filename=-b8947f9983e252d0 --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-49d88a5cc567cfb9.rmeta --cap-lints allow -D warnings`
28092023-11-08T23:19:06.470Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=00546cf8a44de273 -C extra-filename=-00546cf8a44de273 --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-7ecff79da8604e92.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-975742816b9d4485.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
28102023-11-08T23:19:06.566Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=82d6856a001a4034 -C extra-filename=-82d6856a001a4034 --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-13456ae1292a2c33.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-d841dd2adefea8e5.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-265c8363d96e092d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b01f23a2952ab564.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rmeta --cap-lints allow -D warnings --cfg has_i128`
28112023-11-08T23:19:06.701Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=47d3c6a2c1296559 -C extra-filename=-47d3c6a2c1296559 --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-217213713c5a9d74.rmeta --cap-lints allow -D warnings`
28122023-11-08T23:19:06.945Z Compiling structmeta-derive v0.1.6
28132023-11-08T23:19:07.183Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=f464fa38c001e4e5 -C extra-filename=-f464fa38c001e4e5 --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rlib --extern proc_macro --cap-lints allow -D warnings`
28142023-11-08T23:19:07.390Z Compiling parking_lot_core v0.8.6
28152023-11-08T23:19:07.551Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=e3fa14edcc8213d2 -C extra-filename=-e3fa14edcc8213d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-e3fa14edcc8213d2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28162023-11-08T23:19:07.665Z Compiling semver v0.1.20
28172023-11-08T23:19:07.787Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=39a7c528dc4e6ba9 -C extra-filename=-39a7c528dc4e6ba9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28182023-11-08T23:19:07.957Z Compiling bitfield v0.14.0
28192023-11-08T23:19:08.124Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6e6dcae8b01a3aa2 -C extra-filename=-6e6dcae8b01a3aa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28202023-11-08T23:19:08.271Z Compiling rustc_version v0.1.7
28212023-11-08T23:19:08.383Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=3241177b927e96a8 -C extra-filename=-3241177b927e96a8 --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-39a7c528dc4e6ba9.rmeta --cap-lints allow -D warnings`
28222023-11-08T23:19:08.447Z Compiling rsa v0.9.2
28232023-11-08T23:19:08.531Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' -C metadata=d6361114db3a5aeb -C extra-filename=-d6361114db3a5aeb --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-13456ae1292a2c33.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b70e9b5553d7683e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-af13c3ee90217f89.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-82d6856a001a4034.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-265c8363d96e092d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-0956840cd89d48c5.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-220451b02833b74f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f3de64ed5c3bde02.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6f926ef36c1d0962.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-75d6b803475223c9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rmeta --cap-lints allow -D warnings`
28242023-11-08T23:19:08.573Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-e3fa14edcc8213d2/build-script-build`
28252023-11-08T23:19:08.608Z Compiling serde-hex v0.1.0
28262023-11-08T23:19:08.638Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0e6db1a6c01e4cdf -C extra-filename=-0e6db1a6c01e4cdf --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-04a3b47c62d1dadd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b8947f9983e252d0.rmeta --cap-lints allow -D warnings`
28272023-11-08T23:19:08.655Z Compiling x509-cert v0.2.4
28282023-11-08T23:19:08.688Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=c242b125ac5a7249 -C extra-filename=-c242b125ac5a7249 --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-b70e9b5553d7683e.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-50fea59f0b5e884d.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-75d6b803475223c9.rmeta --cap-lints allow -D warnings`
28292023-11-08T23:19:08.789Z Compiling structmeta v0.1.6
28302023-11-08T23:19:08.835Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-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 metadata=3ffd30dec63e7cb3 -C extra-filename=-3ffd30dec63e7cb3 --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-2e899d8270f25503.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-f464fa38c001e4e5.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rmeta --cap-lints allow -D warnings`
28312023-11-08T23:19:08.873Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28322023-11-08T23:19:08.919Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2eac560cab5659f6 -C extra-filename=-2eac560cab5659f6 --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-6e6dcae8b01a3aa2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-00546cf8a44de273.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
28332023-11-08T23:19:09.027Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28342023-11-08T23:19:09.119Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=74ccbb25374eaf5f -C extra-filename=-74ccbb25374eaf5f --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-13456ae1292a2c33.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-0d28a00b3379b9e1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-10111e7e5a32e7bc.rmeta --cap-lints allow -D warnings`
28352023-11-08T23:19:09.235Z Compiling env_logger v0.10.0
28362023-11-08T23:19:09.241Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto-color"' --cfg 'feature="color"' -C metadata=626ba1a352141bfc -C extra-filename=-626ba1a352141bfc --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-893f6ee1898d5c56.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-3940442dfe5b1912.rmeta --cap-lints allow -D warnings`
28372023-11-08T23:19:09.294Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d1b13352fdaade12 -C extra-filename=-d1b13352fdaade12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28382023-11-08T23:19:09.313Z Compiling ron v0.8.1
28392023-11-08T23:19:09.331Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=7ee4fe833d3a32f7 -C extra-filename=-7ee4fe833d3a32f7 --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-e787744d353adac5.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ff779c4aa78760fa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-a58df7b6c155e074.so --cap-lints allow -D warnings`
28402023-11-08T23:19:09.351Z Compiling crc-any v2.4.3
28412023-11-08T23:19:09.366Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-any-2.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8f72a88d348103a8 -C extra-filename=-8f72a88d348103a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28422023-11-08T23:19:09.388Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28432023-11-08T23:19:09.405Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d1d0c39201a5994e -C extra-filename=-d1d0c39201a5994e --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-7ee4fe833d3a32f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-74ccbb25374eaf5f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-10111e7e5a32e7bc.rmeta --cap-lints allow -D warnings`
28442023-11-08T23:19:09.423Z Compiling parse-display-derive v0.7.0
28452023-11-08T23:19:09.452Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=24267e889ac60bd3 -C extra-filename=-24267e889ac60bd3 --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-34c4630957281a43.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-689a3229837f7090.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-3ffd30dec63e7cb3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rlib --extern proc_macro --cap-lints allow -D warnings`
28462023-11-08T23:19:09.480Z Compiling newtype_derive v0.1.6
28472023-11-08T23:19:09.485Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1380a963d7775472 -C extra-filename=-1380a963d7775472 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-1380a963d7775472 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-3241177b927e96a8.rlib --cap-lints allow -D warnings`
28482023-11-08T23:19:09.499Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=5bec690997f2ae76 -C extra-filename=-5bec690997f2ae76 --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`
28492023-11-08T23:19:09.511Z Compiling object v0.30.4
28502023-11-08T23:19:09.533Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' -C metadata=c50968d733a22b07 -C extra-filename=-c50968d733a22b07 --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-d6a29730dcaf9410.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-47a9b11d5628b4a6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-64e35da0c73cb6db.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --cap-lints allow -D warnings`
28512023-11-08T23:19:09.546Z Compiling libz-sys v1.1.12
28522023-11-08T23:19:09.555Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="libc"' -C metadata=5eb4615816a3ddd5 -C extra-filename=-5eb4615816a3ddd5 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-5eb4615816a3ddd5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-bc774ea883630f73.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-82e2e882ff877bc0.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-47a2d51e483ff21d.rlib --cap-lints allow -D warnings`
28532023-11-08T23:19:09.563Z Compiling path-slash v0.1.5
28542023-11-08T23:19:09.577Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=672f431679eb1ad6 -C extra-filename=-672f431679eb1ad6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28552023-11-08T23:19:09.590Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-1380a963d7775472/build-script-build`
28562023-11-08T23:19:09.599Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=eff80ffe7db00f15 -C extra-filename=-eff80ffe7db00f15 --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-ebeccccf419a0cf5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --cap-lints allow -D warnings`
28572023-11-08T23:19:09.608Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-5eb4615816a3ddd5/build-script-build`
28582023-11-08T23:19:09.619Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=0e7c2b6db53e7cbd -C extra-filename=-0e7c2b6db53e7cbd --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-2e42385a32c0a287.rmeta --cap-lints allow -D warnings`
28592023-11-08T23:19:09.638Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
28602023-11-08T23:19:09.648Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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 metadata=774f45465d3fb6fd -C extra-filename=-774f45465d3fb6fd --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro --cap-lints allow -D warnings`
28612023-11-08T23:19:09.659Z Compiling libgit2-sys v0.15.2+1.6.4
28622023-11-08T23:19:09.670Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.15.2+1.6.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 metadata=0892047343070e5e -C extra-filename=-0892047343070e5e --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0892047343070e5e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-bc774ea883630f73.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-82e2e882ff877bc0.rlib --cap-lints allow -D warnings`
28632023-11-08T23:19:09.678Z Compiling utf-8 v0.7.6
28642023-11-08T23:19:09.690Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=36ad53944afe724b -C extra-filename=-36ad53944afe724b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28652023-11-08T23:19:09.706Z Compiling humantime v2.1.0
28662023-11-08T23:19:09.715Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=782959911dd6f098 -C extra-filename=-782959911dd6f098 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28672023-11-08T23:19:09.730Z Compiling swrite v0.1.0
28682023-11-08T23:19:09.740Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=019bceb29aeb9d52 -C extra-filename=-019bceb29aeb9d52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28692023-11-08T23:19:09.745Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0892047343070e5e/build-script-build`
28702023-11-08T23:19:09.759Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -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=54c80c7ce94d3bcb -C extra-filename=-54c80c7ce94d3bcb --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-ebeccccf419a0cf5.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-0e7c2b6db53e7cbd.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fb119d34908ebc97.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-eff80ffe7db00f15.rmeta --cap-lints allow -D warnings`
28712023-11-08T23:19:09.774Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.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 --cfg 'feature="libc"' -C metadata=ad3864ddf6ca815c -C extra-filename=-ad3864ddf6ca815c --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l z`
28722023-11-08T23:19:09.796Z Compiling libsqlite3-sys v0.26.0
28732023-11-08T23:19:09.804Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.26.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' -C metadata=196f50516ebf4ec2 -C extra-filename=-196f50516ebf4ec2 --out-dir /work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-196f50516ebf4ec2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-82e2e882ff877bc0.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-47a2d51e483ff21d.rlib --cap-lints allow -D warnings`
28742023-11-08T23:19:09.814Z Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-196f50516ebf4ec2/build-script-build`
28752023-11-08T23:19:09.822Z Compiling vergen v8.2.4
28762023-11-08T23:19:09.832Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.2.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' -C metadata=093a4daa0645080a -C extra-filename=-093a4daa0645080a --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-093a4daa0645080a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-96868ad2f5887e43.so --cap-lints allow -D warnings`
28772023-11-08T23:19:09.844Z Compiling glob v0.3.1
28782023-11-08T23:19:09.856Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name glob /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=74ae3fe427c8da3b -C extra-filename=-74ae3fe427c8da3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28792023-11-08T23:19:09.864Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-093a4daa0645080a/build-script-build`
28802023-11-08T23:19:09.872Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88fc53925c23ad3f -C extra-filename=-88fc53925c23ad3f --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-e44a33706e9032ed.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --cap-lints allow -D warnings --cfg has_int_exp_fmt`
28812023-11-08T23:19:09.882Z Compiling num-complex v0.4.4
28822023-11-08T23:19:09.892Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=ee6fe4992feca08c -C extra-filename=-ee6fe4992feca08c --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-944a383f40926f71.rmeta --cap-lints allow -D warnings`
28832023-11-08T23:19:09.897Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=018c2567a1861256 -C extra-filename=-018c2567a1861256 --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-931fcf7ab78f10a2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-57ed66f734a2f4b5.rmeta --cap-lints allow -D warnings`
28842023-11-08T23:19:09.903Z Compiling num v0.4.1
28852023-11-08T23:19:09.908Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=19a8d16cda05f0e5 -C extra-filename=-19a8d16cda05f0e5 --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-ee6fe4992feca08c.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-265c8363d96e092d.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-88fc53925c23ad3f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --cap-lints allow -D warnings`
28862023-11-08T23:19:09.921Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2ca655ba1bca632a -C extra-filename=-2ca655ba1bca632a --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-19c4af3baa3f57ed.so --cap-lints allow -D warnings`
28872023-11-08T23:19:09.932Z Compiling buf-list v1.0.3
28882023-11-08T23:19:09.943Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=cd1231d0f5e24acc -C extra-filename=-cd1231d0f5e24acc --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-cd1231d0f5e24acc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28892023-11-08T23:19:09.949Z Compiling salty v0.2.0
28902023-11-08T23:19:09.957Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on -C metadata=5bac77318223fd3c -C extra-filename=-5bac77318223fd3c --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-5bac77318223fd3c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28912023-11-08T23:19:09.967Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard_cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-cobs-0.1.5-pre/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9b21e5855cc1d7e3 -C extra-filename=-9b21e5855cc1d7e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28922023-11-08T23:19:09.977Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28932023-11-08T23:19:09.988Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=f1e385f58245c8aa -C extra-filename=-f1e385f58245c8aa --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-13456ae1292a2c33.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b70e9b5553d7683e.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-8f72a88d348103a8.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-50fea59f0b5e884d.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-626ba1a352141bfc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-2eac560cab5659f6.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-00546cf8a44de273.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-f1167e94f6d1bab7.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d6361114db3a5aeb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-0e6db1a6c01e4cdf.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f3de64ed5c3bde02.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c242b125ac5a7249.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-10111e7e5a32e7bc.rmeta --cap-lints allow -D warnings`
28942023-11-08T23:19:09.993Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-cd1231d0f5e24acc/build-script-build`
28952023-11-08T23:19:10.002Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-5bac77318223fd3c/build-script-build`
28962023-11-08T23:19:10.011Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=ada62b30a342ea1e -C extra-filename=-ada62b30a342ea1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libpostcard_cobs-9b21e5855cc1d7e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --cap-lints allow -D warnings`
28972023-11-08T23:19:10.025Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2d7dcb97e15ef8b8 -C extra-filename=-2d7dcb97e15ef8b8 --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-018c2567a1861256.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-57ed66f734a2f4b5.rmeta --cap-lints allow -D warnings`
28982023-11-08T23:19:10.035Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da7847691a80269d -C extra-filename=-da7847691a80269d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28992023-11-08T23:19:10.040Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-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 panic=abort -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=e9f54c5bb41859a7 -C extra-filename=-e9f54c5bb41859a7 --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-0e14186713d6361c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-5a8d62c14d51e1b4.rmeta --cap-lints allow -D warnings`
29002023-11-08T23:19:10.054Z Compiling libsw v3.3.0
29012023-11-08T23:19:10.071Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' -C metadata=98df59988bd21ad1 -C extra-filename=-98df59988bd21ad1 --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-ac2c28d3c01aac21.rmeta --cap-lints allow -D warnings`
29022023-11-08T23:19:10.076Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
29032023-11-08T23:19:10.081Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=b8160dca61f87c68 -C extra-filename=-b8160dca61f87c68 --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rlib --extern proc_macro --cap-lints allow -D warnings`
29042023-11-08T23:19:10.087Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
29052023-11-08T23:19:10.100Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-sp-comms/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=6a8d33f5675c1806 -C extra-filename=-6a8d33f5675c1806 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-6a8d33f5675c1806 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings`
29062023-11-08T23:19:10.120Z Compiling owo-colors v3.5.0
29072023-11-08T23:19:10.135Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7ba9ea7d794e6053 -C extra-filename=-7ba9ea7d794e6053 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29082023-11-08T23:19:10.148Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=39d5dd2446c6036b -C extra-filename=-39d5dd2446c6036b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29092023-11-08T23:19:10.156Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=c836e5eba9b879c8 -C extra-filename=-c836e5eba9b879c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29102023-11-08T23:19:10.202Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6e23cc7033d59489 -C extra-filename=-6e23cc7033d59489 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29112023-11-08T23:19:10.220Z Compiling linear-map v1.2.0
29122023-11-08T23:19:10.251Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=013a8150a1a024b3 -C extra-filename=-013a8150a1a024b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29132023-11-08T23:19:10.262Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=205711042a5ba557 -C extra-filename=-205711042a5ba557 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29142023-11-08T23:19:10.269Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83271599400e27ba -C extra-filename=-83271599400e27ba --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-6e23cc7033d59489.rmeta --cap-lints allow -D warnings`
29152023-11-08T23:19:10.283Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c1c188030313d67e -C extra-filename=-c1c188030313d67e --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-67d11f97203b358a.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-39d5dd2446c6036b.rmeta --cap-lints allow -D warnings`
29162023-11-08T23:19:10.298Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-6a8d33f5675c1806/build-script-build`
29172023-11-08T23:19:10.316Z Compiling tungstenite v0.18.0
29182023-11-08T23:19:10.321Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-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 --cfg 'feature="base64"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=8c93117d1fc8badc -C extra-filename=-8c93117d1fc8badc --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-924b12736713da53.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-53652a956d40eca5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b01d13fc8d1dafdc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-066525b4f708b591.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-36ad53944afe724b.rmeta --cap-lints allow -D warnings`
29192023-11-08T23:19:10.327Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=962bd4cbca714c13 -C extra-filename=-962bd4cbca714c13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l dlpi`
29202023-11-08T23:19:10.338Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d8b408c61505380c -C extra-filename=-d8b408c61505380c --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`
29212023-11-08T23:19:10.344Z Compiling num_enum_derive v0.7.0
29222023-11-08T23:19:10.348Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' -C metadata=8e78cc920702b8b5 -C extra-filename=-8e78cc920702b8b5 --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-affe0e269d135bf5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro --cap-lints allow -D warnings`
29232023-11-08T23:19:10.351Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c8b037702230c07d -C extra-filename=-c8b037702230c07d --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-d5236cc99a0d1a24.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-17a51d49f50a51d5.rmeta --cap-lints allow -D warnings`
29242023-11-08T23:19:10.354Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
29252023-11-08T23:19:10.360Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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 metadata=4aa6cbfeb6243cff -C extra-filename=-4aa6cbfeb6243cff --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro --cap-lints allow -D warnings`
29262023-11-08T23:19:11.430Z Compiling platforms v3.0.2
29272023-11-08T23:19:11.434Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5344cc996a4a820b -C extra-filename=-5344cc996a4a820b --out-dir /work/oxidecomputer/omicron/target/debug/build/platforms-5344cc996a4a820b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29282023-11-08T23:19:12.091Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipnetwork"' --cfg 'feature="std"' -C metadata=8396eff2eefbcd4c -C extra-filename=-8396eff2eefbcd4c --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-205711042a5ba557.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-c836e5eba9b879c8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0f6a873288c06d6a.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-ada62b30a342ea1e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-e9f54c5bb41859a7.rmeta --cap-lints allow -D warnings`
29292023-11-08T23:19:12.255Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=bba0677cd10cf954 -C extra-filename=-bba0677cd10cf954 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29302023-11-08T23:19:12.322Z Compiling rayon-core v1.12.0
29312023-11-08T23:19:12.329Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=41c114368dbeb343 -C extra-filename=-41c114368dbeb343 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-41c114368dbeb343 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29322023-11-08T23:19:12.588Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eab2183a61672161 -C extra-filename=-eab2183a61672161 --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-931fcf7ab78f10a2.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-962bd4cbca714c13.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-2ca655ba1bca632a.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bba0677cd10cf954.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --cap-lints allow -D warnings`
29332023-11-08T23:19:12.917Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-41c114368dbeb343/build-script-build`
29342023-11-08T23:19:12.962Z Running `/work/oxidecomputer/omicron/target/debug/build/platforms-5344cc996a4a820b/build-script-build`
29352023-11-08T23:19:12.994Z Compiling tokio-tungstenite v0.18.0
29362023-11-08T23:19:13.002Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.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 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=eea2f10a3e58baba -C extra-filename=-eea2f10a3e58baba --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-596c872534fa029e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-8c93117d1fc8badc.rmeta --cap-lints allow -D warnings`
29372023-11-08T23:19:13.029Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6ce0be864a8cbea4 -C extra-filename=-6ce0be864a8cbea4 --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-c8b037702230c07d.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-c1c188030313d67e.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-d8b408c61505380c.rmeta --cap-lints allow -D warnings`
29382023-11-08T23:19:13.155Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=47792addc7458c1a -C extra-filename=-47792addc7458c1a --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-47d3c6a2c1296559.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --cap-lints allow -D warnings`
29392023-11-08T23:19:13.779Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=065c2c3bd110251d -C extra-filename=-065c2c3bd110251d --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-931fcf7ab78f10a2.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-fd86e8e17af04b77.so --cap-lints allow -D warnings -l door`
29402023-11-08T23:19:13.940Z Compiling unicase v2.7.0
29412023-11-08T23:19:13.951Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=9d7276ad2fc09483 -C extra-filename=-9d7276ad2fc09483 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-9d7276ad2fc09483 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings`
29422023-11-08T23:19:14.064Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c58a122f0daaa579 -C extra-filename=-c58a122f0daaa579 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29432023-11-08T23:19:14.169Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=70b481b70eb14e3e -C extra-filename=-70b481b70eb14e3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-47792addc7458c1a.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-eab2183a61672161.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-2ca655ba1bca632a.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-6ce0be864a8cbea4.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-d8b408c61505380c.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-065c2c3bd110251d.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-a407666dc16bef36.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-401763b5ede24ea4.rmeta --cap-lints allow -D warnings -l kstat`
29442023-11-08T23:19:14.211Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name platforms --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ba452b558c243607 -C extra-filename=-ba452b558c243607 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29452023-11-08T23:19:14.352Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=f055ae4ea08fba99 -C extra-filename=-f055ae4ea08fba99 --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-205711042a5ba557.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-4db473298de38323.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-c836e5eba9b879c8.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-0351d56f926b485a.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-8396eff2eefbcd4c.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-ada62b30a342ea1e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-e9f54c5bb41859a7.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d96f3a8ae9e21706.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm`
29462023-11-08T23:19:14.418Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0bb804c8cc3d4dfe -C extra-filename=-0bb804c8cc3d4dfe --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-8111c9cceaee72a4.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-c58a122f0daaa579.rmeta --cap-lints allow -D warnings`
29472023-11-08T23:19:14.531Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-9d7276ad2fc09483/build-script-build`
29482023-11-08T23:19:14.674Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c406d8ff7a44f903 -C extra-filename=-c406d8ff7a44f903 --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-205711042a5ba557.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-c836e5eba9b879c8.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-f055ae4ea08fba99.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-e9f54c5bb41859a7.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d96f3a8ae9e21706.rmeta --cap-lints allow -D warnings`
29492023-11-08T23:19:14.787Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-2.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=e2ee03d405f01b6a -C extra-filename=-e2ee03d405f01b6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-b8a7ba9d5e25170c.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-8b6df8e8d2071b83.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-55c3d0548c25f849.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-a0f940774333f18a.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-8111c9cceaee72a4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6ce626363b62731c.rmeta --cap-lints allow -D warnings`
29502023-11-08T23:19:15.142Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=eac068a0fd4112ba -C extra-filename=-eac068a0fd4112ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29512023-11-08T23:19:15.643Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=743412845cbe3326 -C extra-filename=-743412845cbe3326 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29522023-11-08T23:19:15.646Z Compiling curve25519-dalek v4.1.0
29532023-11-08T23:19:15.650Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.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 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=563661dcb2ec9995 -C extra-filename=-563661dcb2ec9995 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-563661dcb2ec9995 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-ba452b558c243607.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-e1d053d11d74ce94.rlib --cap-lints allow -D warnings`
29542023-11-08T23:19:15.654Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=202fa852d4ccde4a -C extra-filename=-202fa852d4ccde4a --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-d1b13352fdaade12.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-daf1de79584a9c56.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --cap-lints allow -D warnings`
29552023-11-08T23:19:15.658Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' -C metadata=42bd488d3ac928c7 -C extra-filename=-42bd488d3ac928c7 --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-55c3d0548c25f849.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-f2df009d228bbd0f.so --cap-lints allow -D warnings`
29562023-11-08T23:19:16.120Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-0.11.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ce98a98790701032 -C extra-filename=-ce98a98790701032 --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-d5236cc99a0d1a24.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-eac068a0fd4112ba.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-743412845cbe3326.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-94e2c518f8a082d0.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-e2ee03d405f01b6a.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-0bb804c8cc3d4dfe.rmeta --cap-lints allow -D warnings`
29572023-11-08T23:19:16.423Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=02f43410e02e66ad -C extra-filename=-02f43410e02e66ad --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-f32cec8f21ccd17d.rmeta --cap-lints allow -D warnings`
29582023-11-08T23:19:16.618Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4)
29592023-11-08T23:19:16.654Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/bb69a3a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99b999fe4a15453a -C extra-filename=-99b999fe4a15453a --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-14d7d47dc7b7257e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-eaab12566517bddf.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --cap-lints allow -D warnings`
29602023-11-08T23:19:17.019Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
29612023-11-08T23:19:17.054Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/upstairs/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=dfc42573cb8f2943 -C extra-filename=-dfc42573cb8f2943 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-dfc42573cb8f2943 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings`
29622023-11-08T23:19:17.186Z Compiling erased-serde v0.3.30
29632023-11-08T23:19:17.210Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/erased-serde-0.3.30/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=36b733f84a6e7367 -C extra-filename=-36b733f84a6e7367 --out-dir /work/oxidecomputer/omicron/target/debug/build/erased-serde-36b733f84a6e7367 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29642023-11-08T23:19:17.666Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=01852c8aec6d8ea5 -C extra-filename=-01852c8aec6d8ea5 --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-931fcf7ab78f10a2.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-70b481b70eb14e3e.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-f055ae4ea08fba99.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c406d8ff7a44f903.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-ada62b30a342ea1e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --cap-lints allow -D warnings`
29652023-11-08T23:19:17.670Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-dfc42573cb8f2943/build-script-build`
29662023-11-08T23:19:17.764Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-563661dcb2ec9995/build-script-build`
29672023-11-08T23:19:17.904Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d405ff4cdef5c155 -C extra-filename=-d405ff4cdef5c155 --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`
29682023-11-08T23:19:17.926Z Compiling async-recursion v1.0.5
29692023-11-08T23:19:17.929Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=94be489c5d2b7038 -C extra-filename=-94be489c5d2b7038 --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro --cap-lints allow -D warnings`
29702023-11-08T23:19:18.057Z Running `/work/oxidecomputer/omicron/target/debug/build/erased-serde-36b733f84a6e7367/build-script-build`
29712023-11-08T23:19:18.155Z Compiling curve25519-dalek-derive v0.1.0
29722023-11-08T23:19:18.160Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=032694c7be97f154 -C extra-filename=-032694c7be97f154 --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro --cap-lints allow -D warnings`
29732023-11-08T23:19:18.524Z Compiling thiserror-impl-no-std v2.0.2
29742023-11-08T23:19:18.527Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=5d3081a342a5e44b -C extra-filename=-5d3081a342a5e44b --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rlib --extern proc_macro --cap-lints allow -D warnings`
29752023-11-08T23:19:18.555Z Compiling bitstruct_derive v0.1.0
29762023-11-08T23:19:18.558Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct_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 metadata=939ff970cc9939f1 -C extra-filename=-939ff970cc9939f1 --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rlib --extern proc_macro --cap-lints allow -D warnings`
29772023-11-08T23:19:18.835Z Compiling diff v0.1.13
29782023-11-08T23:19:18.915Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name diff /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=16efdf9e15901b76 -C extra-filename=-16efdf9e15901b76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29792023-11-08T23:19:19.702Z Compiling mime_guess v2.0.4
29802023-11-08T23:19:19.760Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=26e24bd420e8119b -C extra-filename=-26e24bd420e8119b --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-26e24bd420e8119b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d405ff4cdef5c155.rlib --cap-lints allow -D warnings`
29812023-11-08T23:19:19.763Z Compiling snafu v0.7.5
29822023-11-08T23:19:19.766Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' --cfg 'feature="std"' -C metadata=d6e19b1bc5136884 -C extra-filename=-d6e19b1bc5136884 --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-da7847691a80269d.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-97ca71e485a1a6c7.so --cap-lints allow -D warnings`
29832023-11-08T23:19:19.925Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7ad45a2c68d1cb9c -C extra-filename=-7ad45a2c68d1cb9c --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-182d575b081390cb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fd63d44152b07657.rmeta --cap-lints allow -D warnings`
29842023-11-08T23:19:20.080Z Compiling crossbeam-deque v0.8.3
29852023-11-08T23:19:20.108Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=27f7c1b0b624e6e8 -C extra-filename=-27f7c1b0b624e6e8 --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-7d798944f4659c8d.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-3c7425f1d945d36b.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-432ebafd6491db7b.rmeta --cap-lints allow -D warnings`
29862023-11-08T23:19:20.645Z Compiling nibble_vec v0.1.0
29872023-11-08T23:19:20.652Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0684c4e85a014d16 -C extra-filename=-0684c4e85a014d16 --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-b01f23a2952ab564.rmeta --cap-lints allow -D warnings`
29882023-11-08T23:19:21.107Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a39ca4ba44c9eca2 -C extra-filename=-a39ca4ba44c9eca2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29892023-11-08T23:19:21.111Z Compiling endian-type v0.1.2
29902023-11-08T23:19:21.114Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name endian_type /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b5110a450bfc978c -C extra-filename=-b5110a450bfc978c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29912023-11-08T23:19:21.117Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=49514619c2fee207 -C extra-filename=-49514619c2fee207 --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-7d798944f4659c8d.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-948fd4caa4db277f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b01f23a2952ab564.rmeta --cap-lints allow -D warnings`
29922023-11-08T23:19:21.127Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' -C metadata=5965f2484ca1bd0b -C extra-filename=-5965f2484ca1bd0b --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-ff3c31fcd939d19e.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-5d1bdb4558d229b0.rmeta --cap-lints allow -D warnings`
29932023-11-08T23:19:21.154Z Compiling universal-hash v0.5.1
29942023-11-08T23:19:21.159Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e1bd3cc1fd9108c0 -C extra-filename=-e1bd3cc1fd9108c0 --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-c2146b290c0bfde3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --cap-lints allow -D warnings`
29952023-11-08T23:19:21.166Z Compiling radix_trie v0.2.1
29962023-11-08T23:19:21.171Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5a30fedf8cdae2b6 -C extra-filename=-5a30fedf8cdae2b6 --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-b5110a450bfc978c.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-0684c4e85a014d16.rmeta --cap-lints allow -D warnings`
29972023-11-08T23:19:21.243Z Compiling signature v1.6.4
29982023-11-08T23:19:21.246Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-1.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=d645f3a8dbecde07 -C extra-filename=-d645f3a8dbecde07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29992023-11-08T23:19:21.487Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=96f6ea21c93d934b -C extra-filename=-96f6ea21c93d934b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30002023-11-08T23:19:21.643Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-26e24bd420e8119b/build-script-build`
30012023-11-08T23:19:21.646Z Compiling opaque-debug v0.3.0
30022023-11-08T23:19:21.655Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f98a6afb777e9b79 -C extra-filename=-f98a6afb777e9b79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30032023-11-08T23:19:21.727Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_resolver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-resolver-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=2704d021e9dfc6f8 -C extra-filename=-2704d021e9dfc6f8 --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-d5236cc99a0d1a24.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9c31502e31368bf6.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-83271599400e27ba.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-19bf49e74a62d6a5.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-5965f2484ca1bd0b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b0ef496a3caab989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-401763b5ede24ea4.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f49c02bc60dc8f0f.rmeta --cap-lints allow -D warnings`
30042023-11-08T23:19:21.797Z Compiling trust-dns-client v0.22.0
30052023-11-08T23:19:21.802Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_client --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-client-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f0ebd2e15ae5dd08 -C extra-filename=-f0ebd2e15ae5dd08 --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-7d798944f4659c8d.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b383810513703531.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-66a2b565889b6645.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-596c872534fa029e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-5a30fedf8cdae2b6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c3e3cf764a9ffe22.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-ca329bee74a28348.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-120222c9044a1dad.rmeta --cap-lints allow -D warnings`
30062023-11-08T23:19:21.956Z Compiling ed25519 v1.5.3
30072023-11-08T23:19:22.407Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-1.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=b4a93cdf12ee6b78 -C extra-filename=-b4a93cdf12ee6b78 --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-d645f3a8dbecde07.rmeta --cap-lints allow -D warnings`
30082023-11-08T23:19:22.415Z Compiling parking_lot v0.11.2
30092023-11-08T23:19:22.425Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=ca6ca26322b9650b -C extra-filename=-ca6ca26322b9650b --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-948fd4caa4db277f.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-229a37db0ca11e34.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-49514619c2fee207.rmeta --cap-lints allow -D warnings`
30102023-11-08T23:19:22.433Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d97d59e16a638042 -C extra-filename=-d97d59e16a638042 --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-27f7c1b0b624e6e8.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-432ebafd6491db7b.rmeta --cap-lints allow -D warnings`
30112023-11-08T23:19:22.547Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=0589d926c1c9c77c -C extra-filename=-0589d926c1c9c77c --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-b4a93cdf12ee6b78.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rmeta --cap-lints allow -D warnings --cfg tweetnacl`
30122023-11-08T23:19:22.950Z Compiling sled v0.34.7
30132023-11-08T23:19:22.953Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' -C metadata=e5d23a9f8b7bdd79 -C extra-filename=-e5d23a9f8b7bdd79 --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-d6a29730dcaf9410.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-3c7425f1d945d36b.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-432ebafd6491db7b.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-6dd3f249c2272bda.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ca6ca26322b9650b.rmeta --cap-lints allow -D warnings`
30142023-11-08T23:19:23.373Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
30152023-11-08T23:19:23.376Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=76447bc4fbd43c95 -C extra-filename=-76447bc4fbd43c95 --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-b8160dca61f87c68.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
30162023-11-08T23:19:23.910Z Compiling rayon v1.8.0
30172023-11-08T23:19:23.989Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=af22740acdb5d11b -C extra-filename=-af22740acdb5d11b --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-a1eac84d717304be.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-d97d59e16a638042.rmeta --cap-lints allow -D warnings`
30182023-11-08T23:19:24.136Z Compiling trust-dns-server v0.22.1
30192023-11-08T23:19:24.177Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_server --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-server-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b09f35bd08b82106 -C extra-filename=-b09f35bd08b82106 --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-c44426d44a2404b7.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-1b8116e99120b037.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-3723deae2259a5e1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-596c872534fa029e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c3e3cf764a9ffe22.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bf32540d8d36c5d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-ca329bee74a28348.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-f0ebd2e15ae5dd08.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-120222c9044a1dad.rmeta --cap-lints allow -D warnings`
30202023-11-08T23:19:25.267Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=0dbabde01783a37d -C extra-filename=-0dbabde01783a37d --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-e0c4c0c9da2f0611.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --cap-lints allow -D warnings --cfg seek_convenience --cfg const_fn_trait_bounds`
30212023-11-08T23:19:26.227Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
30222023-11-08T23:19:26.230Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/git/checkouts/nix-a6715c5f5bedbb76/c1a3636/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acct"' --cfg 'feature="aio"' --cfg 'feature="default"' --cfg 'feature="dir"' --cfg 'feature="env"' --cfg 'feature="event"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="hostname"' --cfg 'feature="inotify"' --cfg 'feature="ioctl"' --cfg 'feature="kmod"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="mount"' --cfg 'feature="mqueue"' --cfg 'feature="net"' --cfg 'feature="personality"' --cfg 'feature="pin-utils"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="pthread"' --cfg 'feature="ptrace"' --cfg 'feature="quota"' --cfg 'feature="reboot"' --cfg 'feature="resource"' --cfg 'feature="sched"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="term"' --cfg 'feature="time"' --cfg 'feature="ucontext"' --cfg 'feature="uio"' --cfg 'feature="user"' --cfg 'feature="zerocopy"' -C metadata=d511a29b8d07163c -C extra-filename=-d511a29b8d07163c --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-bba883f09c02da13.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-5bec690997f2ae76.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-7436d1601c1cc564.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rmeta --cap-lints allow -D warnings`
30232023-11-08T23:19:26.819Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30242023-11-08T23:19:26.823Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d262e78a2dfb98cb -C extra-filename=-d262e78a2dfb98cb --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-13456ae1292a2c33.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-0d28a00b3379b9e1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-10111e7e5a32e7bc.rmeta --cap-lints allow -D warnings`
30252023-11-08T23:19:27.196Z Compiling serde-big-array v0.5.1
30262023-11-08T23:19:27.206Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=96ef67dd4677a40f -C extra-filename=-96ef67dd4677a40f --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-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
30272023-11-08T23:19:27.329Z Compiling serde-big-array v0.4.1
30282023-11-08T23:19:27.750Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c992fddf42ead875 -C extra-filename=-c992fddf42ead875 --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-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
30292023-11-08T23:19:27.755Z Compiling aead v0.5.2
30302023-11-08T23:19:27.758Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=8faec7af69e4fc91 -C extra-filename=-8faec7af69e4fc91 --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-c2146b290c0bfde3.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1accc52a59a2d287.rmeta --cap-lints allow -D warnings`
30312023-11-08T23:19:27.766Z Compiling pretty-hex v0.3.0
30322023-11-08T23:19:27.771Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=0909e6f64ef1cb52 -C extra-filename=-0909e6f64ef1cb52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30332023-11-08T23:19:27.898Z Compiling crunchy v0.2.2
30342023-11-08T23:19:27.908Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=770933d9be3547db -C extra-filename=-770933d9be3547db --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-770933d9be3547db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30352023-11-08T23:19:28.092Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
30362023-11-08T23:19:28.096Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_common --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="salty"' -C metadata=1783e98942dd38d8 -C extra-filename=-1783e98942dd38d8 --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-e7bd23ccf645aab0.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-76447bc4fbd43c95.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-0589d926c1c9c77c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-c992fddf42ead875.rmeta --cap-lints allow -D warnings`
30372023-11-08T23:19:28.682Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-770933d9be3547db/build-script-build`
30382023-11-08T23:19:28.724Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d407ba9b52f4b35c -C extra-filename=-d407ba9b52f4b35c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg op_assign`
30392023-11-08T23:19:28.899Z Compiling signal-hook-tokio v0.3.1
30402023-11-08T23:19:28.902Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' -C metadata=fb0b923521577f3d -C extra-filename=-fb0b923521577f3d --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-1e47e072d9a5cdfb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1130240042d45901.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --cap-lints allow -D warnings`
30412023-11-08T23:19:29.173Z Compiling path-dedot v3.1.0
30422023-11-08T23:19:29.219Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name path_dedot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-dedot-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c0cffe1450c8d5b8 -C extra-filename=-c0cffe1450c8d5b8 --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-34c4630957281a43.rmeta --cap-lints allow -D warnings`
30432023-11-08T23:19:29.536Z Compiling tiny-keccak v2.0.2
30442023-11-08T23:19:29.546Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=73849627d71cbdd3 -C extra-filename=-73849627d71cbdd3 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-73849627d71cbdd3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30452023-11-08T23:19:30.110Z Compiling corncobs v0.1.3
30462023-11-08T23:19:30.129Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/corncobs-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=4eb816d895c3567b -C extra-filename=-4eb816d895c3567b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30472023-11-08T23:19:30.150Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-73849627d71cbdd3/build-script-build`
30482023-11-08T23:19:30.664Z Compiling path-absolutize v3.1.0
30492023-11-08T23:19:30.670Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name path_absolutize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-absolutize-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c0cd92f91d6c2119 -C extra-filename=-c0cd92f91d6c2119 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern path_dedot=/work/oxidecomputer/omicron/target/debug/deps/libpath_dedot-c0cffe1450c8d5b8.rmeta --cap-lints allow -D warnings`
30502023-11-08T23:19:30.673Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
30512023-11-08T23:19:30.676Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_rot --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/rot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' -C metadata=05d0e7aee618d548 -C extra-filename=-05d0e7aee618d548 --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-4eb816d895c3567b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e7bd23ccf645aab0.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-76447bc4fbd43c95.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-0589d926c1c9c77c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-1783e98942dd38d8.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-71b648cc9ec619d6.rmeta --cap-lints allow -D warnings`
30522023-11-08T23:19:30.680Z Compiling steno v0.4.0
30532023-11-08T23:19:30.696Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2b702dc6c43de297 -C extra-filename=-2b702dc6c43de297 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d407ba9b52f4b35c.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ed52674e753c9a2a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta --cap-lints allow -D warnings`
30542023-11-08T23:19:30.731Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crunchy /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=209a6869ddb0920b -C extra-filename=-209a6869ddb0920b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30552023-11-08T23:19:30.853Z Compiling clang-sys v1.6.1
30562023-11-08T23:19:30.863Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --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=7287324563622068 -C extra-filename=-7287324563622068 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-7287324563622068 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rlib --cap-lints allow -D warnings`
30572023-11-08T23:19:31.526Z Compiling parse-display v0.7.0
30582023-11-08T23:19:31.543Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.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="once_cell"' --cfg 'feature="regex"' --cfg 'feature="std"' -C metadata=ed815c9eeaa4aa25 -C extra-filename=-ed815c9eeaa4aa25 --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-34c4630957281a43.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-24267e889ac60bd3.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --cap-lints allow -D warnings`
30592023-11-08T23:19:31.556Z Compiling olpc-cjson v0.1.3
30602023-11-08T23:19:31.566Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=14def4f4eea3558e -C extra-filename=-14def4f4eea3558e --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-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-5457468a2c088d58.rmeta --cap-lints allow -D warnings`
30612023-11-08T23:19:31.919Z Compiling darling_core v0.14.4
30622023-11-08T23:19:31.923Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=0b846f53b7062ab7 -C extra-filename=-0b846f53b7062ab7 --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-4de40f5f1fdaf32e.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-0f98890f1dbee67a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-b831e55c95c4ea46.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rmeta --cap-lints allow -D warnings`
30632023-11-08T23:19:31.983Z Compiling globset v0.4.13
30642023-11-08T23:19:32.023Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' -C metadata=5ee25413ba11c193 -C extra-filename=-5ee25413ba11c193 --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-2f01ffbdffe0a7b7.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b0ced7931636edb8.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-4de40f5f1fdaf32e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --cap-lints allow -D warnings`
30652023-11-08T23:19:32.050Z Compiling serde_plain v1.0.2
30662023-11-08T23:19:32.056Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=203562b059b8e2d0 -C extra-filename=-203562b059b8e2d0 --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-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
30672023-11-08T23:19:32.687Z Compiling const_format_proc_macros v0.2.31
30682023-11-08T23:19:32.692Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format_proc_macros-0.2.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 --cfg 'feature="default"' -C metadata=d2f72f3c59635312 -C extra-filename=-d2f72f3c59635312 --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-22fe2c7d911da4f3.rlib --extern proc_macro --cap-lints allow -D warnings`
30692023-11-08T23:19:35.290Z Compiling display-error-chain v0.2.0
30702023-11-08T23:19:35.294Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/display-error-chain-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cee68d0710045f5f -C extra-filename=-cee68d0710045f5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30712023-11-08T23:19:35.542Z Compiling portable-atomic v1.4.3
30722023-11-08T23:19:35.563Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=822d5ee6aa431ad7 -C extra-filename=-822d5ee6aa431ad7 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-822d5ee6aa431ad7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30732023-11-08T23:19:35.631Z Compiling prettyplease v0.2.12
30742023-11-08T23:19:35.637Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=a7eb6df8cf973242 -C extra-filename=-a7eb6df8cf973242 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-a7eb6df8cf973242 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30752023-11-08T23:19:36.081Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-7287324563622068/build-script-build`
30762023-11-08T23:19:36.097Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=fd436dd266d213cd -C extra-filename=-fd436dd266d213cd --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-209a6869ddb0920b.rmeta --cap-lints allow -D warnings`
30772023-11-08T23:19:36.129Z Compiling ascii-canvas v3.0.0
30782023-11-08T23:19:36.140Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=58b86048f306312f -C extra-filename=-58b86048f306312f --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-e0174146fc94bcd5.rmeta --cap-lints allow -D warnings`
30792023-11-08T23:19:36.229Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-a7eb6df8cf973242/build-script-build`
30802023-11-08T23:19:36.255Z Compiling ena v0.14.2
30812023-11-08T23:19:36.261Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ena /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=9d044e7e484ae23f -C extra-filename=-9d044e7e484ae23f --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-35b42e597512c686.rmeta --cap-lints allow -D warnings`
30822023-11-08T23:19:36.875Z Compiling minimal-lexical v0.2.1
30832023-11-08T23:19:36.878Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' -C metadata=ff0f0e0a703ebdde -C extra-filename=-ff0f0e0a703ebdde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30842023-11-08T23:19:36.930Z Compiling ref-cast v1.0.20
30852023-11-08T23:19:36.934Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=448a47781d1cd165 -C extra-filename=-448a47781d1cd165 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-448a47781d1cd165 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30862023-11-08T23:19:37.029Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-822d5ee6aa431ad7/build-script-build`
30872023-11-08T23:19:37.127Z Compiling lalrpop v0.19.12
30882023-11-08T23:19:37.130Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on -C metadata=2013d44535291851 -C extra-filename=-2013d44535291851 --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-58b86048f306312f.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-bcef41215704b0a3.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-16efdf9e15901b76.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-9d044e7e484ae23f.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-893f6ee1898d5c56.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-1698fe758139cc1f.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-63c6980fe0f75543.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ed52674e753c9a2a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-689a3229837f7090.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-6e6848237f7925a5.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e0174146fc94bcd5.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-fd436dd266d213cd.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-22fe2c7d911da4f3.rmeta --cap-lints allow -D warnings`
30892023-11-08T23:19:37.158Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libsqlite3_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' -C metadata=c2d46788da638ac1 -C extra-filename=-c2d46788da638ac1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l sqlite3`
30902023-11-08T23:19:37.741Z Compiling nom v7.1.3
30912023-11-08T23:19:37.745Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=b4342d830e9ea8d9 -C extra-filename=-b4342d830e9ea8d9 --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-fd2d1cfaac0fc816.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-ff0f0e0a703ebdde.rmeta --cap-lints allow -D warnings`
30922023-11-08T23:19:37.772Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-448a47781d1cd165/build-script-build`
30932023-11-08T23:19:38.270Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=61d49b54c1f9fd0a -C extra-filename=-61d49b54c1f9fd0a --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-ebeccccf419a0cf5.rmeta --cap-lints allow -D warnings`
30942023-11-08T23:19:38.502Z Compiling ref-cast-impl v1.0.20
30952023-11-08T23:19:38.505Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=00e36fc6d66cb783 -C extra-filename=-00e36fc6d66cb783 --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro --cap-lints allow -D warnings`
30962023-11-08T23:19:39.073Z Compiling ff v0.13.0
30972023-11-08T23:19:39.076Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=93a397238ea67878 -C extra-filename=-93a397238ea67878 --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-44c2a0ff10e664b0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --cap-lints allow -D warnings`
30982023-11-08T23:19:39.422Z Compiling hashlink v0.8.3
30992023-11-08T23:19:39.425Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hashlink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashlink-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 -C metadata=f6b1ae8ff587e3cf -C extra-filename=-f6b1ae8ff587e3cf --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-d9ad5f1ef1e6b01f.rmeta --cap-lints allow -D warnings`
31002023-11-08T23:19:40.492Z Compiling libloading v0.7.4
31012023-11-08T23:19:40.517Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=ecfcad5058a5c7e5 -C extra-filename=-ecfcad5058a5c7e5 --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-7d798944f4659c8d.rmeta --cap-lints allow -D warnings`
31022023-11-08T23:19:40.651Z Compiling fallible-streaming-iterator v0.1.9
31032023-11-08T23:19:40.668Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_streaming_iterator /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-streaming-iterator-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=61f4a6f798180452 -C extra-filename=-61f4a6f798180452 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31042023-11-08T23:19:40.680Z Compiling darling_macro v0.14.4
31052023-11-08T23:19:41.116Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=16bb87e81c7a6082 -C extra-filename=-16bb87e81c7a6082 --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-0b846f53b7062ab7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rlib --extern proc_macro --cap-lints allow -D warnings`
31062023-11-08T23:19:41.132Z Compiling bindgen v0.65.1
31072023-11-08T23:19:41.137Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.65.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=9c98ec24c60c4634 -C extra-filename=-9c98ec24c60c4634 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-9c98ec24c60c4634 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31082023-11-08T23:19:41.142Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f0334d274790efc6 -C extra-filename=-f0334d274790efc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31092023-11-08T23:19:41.330Z Compiling rusqlite v0.29.0
31102023-11-08T23:19:41.357Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rusqlite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusqlite-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dce4fe9421364b54 -C extra-filename=-dce4fe9421364b54 --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-ff779c4aa78760fa.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-82b80056b1b0c068.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-61f4a6f798180452.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-f6b1ae8ff587e3cf.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-c2d46788da638ac1.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b01f23a2952ab564.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64`
31112023-11-08T23:19:41.397Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=91480a692e6a540e -C extra-filename=-91480a692e6a540e --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-b66ce4a287f253f5.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-d5abbbc665035292.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-f0334d274790efc6.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-61d49b54c1f9fd0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ff1522580e71e560.rmeta --cap-lints allow -D warnings`
31122023-11-08T23:19:42.164Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-9c98ec24c60c4634/build-script-build`
31132023-11-08T23:19:42.235Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --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=b2909bf534789efb -C extra-filename=-b2909bf534789efb --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-74ae3fe427c8da3b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-ecfcad5058a5c7e5.rmeta --cap-lints allow -D warnings`
31142023-11-08T23:19:42.587Z Compiling darling v0.14.4
31152023-11-08T23:19:42.591Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=76fa1497be4bb3bc -C extra-filename=-76fa1497be4bb3bc --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-0b846f53b7062ab7.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-16bb87e81c7a6082.so --cap-lints allow -D warnings`
31162023-11-08T23:19:42.767Z Compiling derive_builder_core v0.12.0
31172023-11-08T23:19:42.770Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_core-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=f5d398598f41ae2a -C extra-filename=-f5d398598f41ae2a --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-76fa1497be4bb3bc.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rmeta --cap-lints allow -D warnings`
31182023-11-08T23:19:42.837Z Compiling group v0.13.0
31192023-11-08T23:19:43.271Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=629d8032754d5bb2 -C extra-filename=-629d8032754d5bb2 --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-93a397238ea67878.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --cap-lints allow -D warnings`
31202023-11-08T23:19:43.282Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=8e1ae5ad59149b7f -C extra-filename=-8e1ae5ad59149b7f --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-2e899d8270f25503.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rmeta --cap-lints allow -D warnings`
31212023-11-08T23:19:44.134Z Compiling cexpr v0.6.0
31222023-11-08T23:19:44.137Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=2bad4263a8f6c643 -C extra-filename=-2bad4263a8f6c643 --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-b4342d830e9ea8d9.rmeta --cap-lints allow -D warnings`
31232023-11-08T23:19:44.930Z Compiling nix v0.26.2
31242023-11-08T23:19:44.937Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.2/src/lib.rs --error-format=json --json=diagnostic-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=bfea09bfc0627b35 -C extra-filename=-bfea09bfc0627b35 --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-bba883f09c02da13.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-5bec690997f2ae76.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-7436d1601c1cc564.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rmeta --cap-lints allow -D warnings`
31252023-11-08T23:19:45.895Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
31262023-11-08T23:19:45.905Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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=e5b2ac5c8d3be4d3 -C extra-filename=-e5b2ac5c8d3be4d3 --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-26629f3e3db5569a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d22056274abf89dc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --cap-lints allow -D warnings`
31272023-11-08T23:19:45.954Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
31282023-11-08T23:19:45.961Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/crucible-client-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1df6cf097a588945 -C extra-filename=-1df6cf097a588945 --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-e787744d353adac5.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-b81994cc0cd9cf50.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta --cap-lints allow -D warnings`
31292023-11-08T23:19:46.418Z Compiling twox-hash v1.6.3
31302023-11-08T23:19:46.421Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twox-hash-1.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=e770ec3060bc92f2 -C extra-filename=-e770ec3060bc92f2 --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-7d798944f4659c8d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rmeta --cap-lints allow -D warnings`
31312023-11-08T23:19:46.534Z Compiling which v4.4.0
31322023-11-08T23:19:46.538Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=31828334e73761c2 -C extra-filename=-31828334e73761c2 --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-a1eac84d717304be.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
31332023-11-08T23:19:46.604Z Compiling crypto-bigint v0.5.2
31342023-11-08T23:19:46.641Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=34a75af6b6835663 -C extra-filename=-34a75af6b6835663 --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-1accc52a59a2d287.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rmeta --cap-lints allow -D warnings`
31352023-11-08T23:19:46.983Z Compiling libxml v0.3.3
31362023-11-08T23:19:47.024Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=3e463bd378e0dd98 -C extra-filename=-3e463bd378e0dd98 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-3e463bd378e0dd98 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-82e2e882ff877bc0.rlib --cap-lints allow -D warnings`
31372023-11-08T23:19:47.431Z Compiling peeking_take_while v0.1.2
31382023-11-08T23:19:47.441Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name peeking_take_while /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peeking_take_while-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=55b45a09ee79df0c -C extra-filename=-55b45a09ee79df0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31392023-11-08T23:19:47.618Z Compiling base16ct v0.2.0
31402023-11-08T23:19:47.625Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9efdf3f00b047ceb -C extra-filename=-9efdf3f00b047ceb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31412023-11-08T23:19:47.644Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e2b099ab5b3a5034 -C extra-filename=-e2b099ab5b3a5034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31422023-11-08T23:19:47.663Z Compiling rustc-hash v1.1.0
31432023-11-08T23:19:47.675Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f4c458be5340bcdb -C extra-filename=-f4c458be5340bcdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31442023-11-08T23:19:47.688Z Compiling lazycell v1.3.0
31452023-11-08T23:19:47.691Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name lazycell /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=92608899bde0a60b -C extra-filename=-92608899bde0a60b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31462023-11-08T23:19:47.881Z Compiling shlex v1.1.0
31472023-11-08T23:19:47.884Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a910827a6cb51795 -C extra-filename=-a910827a6cb51795 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31482023-11-08T23:19:47.937Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-3e463bd378e0dd98/build-script-build`
31492023-11-08T23:19:47.993Z Compiling derive_builder_macro v0.12.0
31502023-11-08T23:19:48.045Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_macro-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=d659a5f7baf1786b -C extra-filename=-d659a5f7baf1786b --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-f5d398598f41ae2a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rlib --extern proc_macro --cap-lints allow -D warnings`
31512023-11-08T23:19:48.048Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=ede17b042a728f46 -C extra-filename=-ede17b042a728f46 --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-91480a692e6a540e.rmeta --cap-lints allow -D warnings`
31522023-11-08T23:19:48.277Z Compiling thiserror-no-std v2.0.2
31532023-11-08T23:19:48.280Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1b2856b11f5a76bb -C extra-filename=-1b2856b11f5a76bb --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-5d3081a342a5e44b.so --cap-lints allow -D warnings`
31542023-11-08T23:19:48.458Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a3f4a986c4c276d7 -C extra-filename=-a3f4a986c4c276d7 --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-e2b099ab5b3a5034.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --cap-lints allow -D warnings`
31552023-11-08T23:19:48.626Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.65.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=a0615b2637fffe30 -C extra-filename=-a0615b2637fffe30 --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-bba883f09c02da13.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-2bad4263a8f6c643.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-b2909bf534789efb.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-92608899bde0a60b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern peeking_take_while=/work/oxidecomputer/omicron/target/debug/deps/libpeeking_take_while-55b45a09ee79df0c.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-8e1ae5ad59149b7f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-f4c458be5340bcdb.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-a910827a6cb51795.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-31828334e73761c2.rmeta --cap-lints allow -D warnings`
31562023-11-08T23:19:48.666Z Compiling poly1305 v0.8.0
31572023-11-08T23:19:48.688Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=cbe4a3fa7ec01bed -C extra-filename=-cbe4a3fa7ec01bed --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-828db6385a9f0bd5.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-f98a6afb777e9b79.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-e1bd3cc1fd9108c0.rmeta --cap-lints allow -D warnings`
31582023-11-08T23:19:49.269Z Compiling polyval v0.6.1
31592023-11-08T23:19:49.273Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-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=f943781be7a33eaa -C extra-filename=-f943781be7a33eaa --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-7d798944f4659c8d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-828db6385a9f0bd5.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-f98a6afb777e9b79.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-e1bd3cc1fd9108c0.rmeta --cap-lints allow -D warnings`
31602023-11-08T23:19:49.613Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=c1eba2e27d44170c -C extra-filename=-c1eba2e27d44170c --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-7d798944f4659c8d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-828db6385a9f0bd5.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-032694c7be97f154.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-af13c3ee90217f89.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rmeta --cap-lints allow -D warnings --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
31612023-11-08T23:19:49.923Z Compiling elliptic-curve v0.13.5
31622023-11-08T23:19:49.931Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.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="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' -C metadata=ce9473951fb7b75d -C extra-filename=-ce9473951fb7b75d --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-9efdf3f00b047ceb.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-34a75af6b6835663.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-af13c3ee90217f89.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-93a397238ea67878.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1accc52a59a2d287.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-629d8032754d5bb2.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-546ab4622c494aa5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rmeta --cap-lints allow -D warnings`
31632023-11-08T23:19:50.813Z Compiling num_enum v0.7.0
31642023-11-08T23:19:50.830Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-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=db253168615538d8 -C extra-filename=-db253168615538d8 --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-8e78cc920702b8b5.so --cap-lints allow -D warnings`
31652023-11-08T23:19:51.304Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=46a28e74309ebd7f -C extra-filename=-46a28e74309ebd7f --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`
31662023-11-08T23:19:51.312Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=7a0aa17eceb431ba -C extra-filename=-7a0aa17eceb431ba --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-35753d22fbfb488e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d472cb88a10d32a7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9c31502e31368bf6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --cap-lints allow -D warnings`
31672023-11-08T23:19:51.561Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fxhash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=20cb91d84b9b219b -C extra-filename=-20cb91d84b9b219b --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-cd5579cf6dade5e4.rmeta --cap-lints allow -D warnings`
31682023-11-08T23:19:51.877Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
31692023-11-08T23:19:51.888Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/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=9ec7408fff67a136 -C extra-filename=-9ec7408fff67a136 --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-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
31702023-11-08T23:19:52.131Z Compiling ctr v0.9.2
31712023-11-08T23:19:52.175Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=d7c4894734fbb26d -C extra-filename=-d7c4894734fbb26d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-bc62256fa8bd2820.rmeta --cap-lints allow -D warnings`
31722023-11-08T23:19:52.450Z Compiling aes v0.8.3
31732023-11-08T23:19:52.454Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=ec625305274ef3fa -C extra-filename=-ec625305274ef3fa --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-7d798944f4659c8d.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-bc62256fa8bd2820.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-828db6385a9f0bd5.rmeta --cap-lints allow -D warnings`
31742023-11-08T23:19:52.711Z Compiling chacha20 v0.9.1
31752023-11-08T23:19:52.718Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' -C metadata=1a0087cbe54d6c15 -C extra-filename=-1a0087cbe54d6c15 --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-7d798944f4659c8d.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-bc62256fa8bd2820.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-828db6385a9f0bd5.rmeta --cap-lints allow -D warnings`
31762023-11-08T23:19:53.314Z Compiling bincode v1.3.3
31772023-11-08T23:19:53.323Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bincode /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bincode-1.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=797ac0011f570221 -C extra-filename=-797ac0011f570221 --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-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
31782023-11-08T23:19:53.447Z Compiling strum_macros v0.24.3
31792023-11-08T23:19:53.457Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=a26fcb24dad57d88 -C extra-filename=-a26fcb24dad57d88 --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-14d7d47dc7b7257e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-96868ad2f5887e43.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rlib --extern proc_macro --cap-lints allow -D warnings`
31802023-11-08T23:19:54.289Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7982a7d65a57a851 -C extra-filename=-7982a7d65a57a851 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31812023-11-08T23:19:54.791Z Compiling indoc v1.0.9
31822023-11-08T23:19:54.794Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=a262c704964bc37c -C extra-filename=-a262c704964bc37c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
31832023-11-08T23:19:54.938Z Compiling aes-gcm-siv v0.11.1
31842023-11-08T23:19:54.942Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm_siv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-siv-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' -C metadata=dabd7d2de44bbc71 -C extra-filename=-dabd7d2de44bbc71 --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-8faec7af69e4fc91.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-ec625305274ef3fa.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-bc62256fa8bd2820.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d7c4894734fbb26d.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-f943781be7a33eaa.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rmeta --cap-lints allow -D warnings`
31852023-11-08T23:19:55.358Z Compiling chacha20poly1305 v0.10.1
31862023-11-08T23:19:55.372Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=e19ad49084f36741 -C extra-filename=-e19ad49084f36741 --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-8faec7af69e4fc91.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-1a0087cbe54d6c15.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-bc62256fa8bd2820.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-cbe4a3fa7ec01bed.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rmeta --cap-lints allow -D warnings`
31872023-11-08T23:19:56.100Z Compiling vsss-rs v3.3.1
31882023-11-08T23:19:56.118Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.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="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=45e0d4b93b991d85 -C extra-filename=-45e0d4b93b991d85 --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-c1eba2e27d44170c.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ce9473951fb7b75d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2896c1338f614b96.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-1b2856b11f5a76bb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rmeta --cap-lints allow -D warnings`
31892023-11-08T23:19:56.379Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b433df4ef20c53d0 -C extra-filename=-b433df4ef20c53d0 --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-71114b9393dbed77.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-a3f4a986c4c276d7.rmeta --cap-lints allow -D warnings`
31902023-11-08T23:19:56.904Z Compiling env_logger v0.9.3
31912023-11-08T23:19:56.907Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atty"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --cfg 'feature="termcolor"' -C metadata=3b3c196c6f9d402d -C extra-filename=-3b3c196c6f9d402d --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-fb7d1a8187676e7c.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-3940442dfe5b1912.rmeta --cap-lints allow -D warnings`
31922023-11-08T23:19:57.335Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
31932023-11-08T23:19:57.342Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name viona_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/viona-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=60e775daf199c699 -C extra-filename=-60e775daf199c699 --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
31942023-11-08T23:19:57.547Z Compiling cookie v0.16.2
31952023-11-08T23:19:57.556Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.16.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 metadata=e4b189bb3308cd84 -C extra-filename=-e4b189bb3308cd84 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-e4b189bb3308cd84 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings`
31962023-11-08T23:19:58.127Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
31972023-11-08T23:19:58.137Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/c1252df/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=79b9dfb48b65c6db -C extra-filename=-79b9dfb48b65c6db --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-79b9dfb48b65c6db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings`
31982023-11-08T23:19:58.812Z Compiling ascii v1.1.0
31992023-11-08T23:19:58.822Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-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=44d5e5caf7556b6e -C extra-filename=-44d5e5caf7556b6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32002023-11-08T23:19:59.108Z Compiling ringbuffer v0.15.0
32012023-11-08T23:19:59.133Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ringbuffer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ringbuffer-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=bf36884b77b8ef65 -C extra-filename=-bf36884b77b8ef65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32022023-11-08T23:19:59.466Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4720f16b55139602 -C extra-filename=-4720f16b55139602 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32032023-11-08T23:19:59.690Z Compiling assert_matches v1.5.0
32042023-11-08T23:19:59.694Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=30375a57f8481239 -C extra-filename=-30375a57f8481239 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32052023-11-08T23:19:59.839Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99b26c02d2666f48 -C extra-filename=-99b26c02d2666f48 --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-4720f16b55139602.rmeta --cap-lints allow -D warnings`
32062023-11-08T23:19:59.843Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
32072023-11-08T23:19:59.853Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rfb --edition=2021 /home/build/.cargo/git/checkouts/rfb-288dbd459c42dc7a/0cac8d9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6101207b85642732 -C extra-filename=-6101207b85642732 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii=/work/oxidecomputer/omicron/target/debug/deps/libascii-44d5e5caf7556b6e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bba883f09c02da13.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3b3c196c6f9d402d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --cap-lints allow -D warnings`
32082023-11-08T23:20:00.004Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-79b9dfb48b65c6db/build-script-build`
32092023-11-08T23:20:00.103Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-e4b189bb3308cd84/build-script-build`
32102023-11-08T23:20:00.206Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
32112023-11-08T23:20:00.214Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name viona_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/viona-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=b9ecb92a6f4d2200 -C extra-filename=-b9ecb92a6f4d2200 --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-b2edb30e9ae87feb.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-60e775daf199c699.rmeta --cap-lints allow -D warnings`
32122023-11-08T23:20:00.298Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' -C metadata=1a86fb80ba5f6b34 -C extra-filename=-1a86fb80ba5f6b34 --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-71114b9393dbed77.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6ce626363b62731c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-a3f4a986c4c276d7.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-b433df4ef20c53d0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rmeta --cap-lints allow -D warnings`
32132023-11-08T23:20:00.561Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=868487f78a0240d1 -C extra-filename=-868487f78a0240d1 --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-91480a692e6a540e.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ede17b042a728f46.rmeta --cap-lints allow -D warnings`
32142023-11-08T23:20:01.410Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=4607c3d966cae68c -C extra-filename=-4607c3d966cae68c --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`
32152023-11-08T23:20:01.466Z Compiling bitstruct v0.1.1
32162023-11-08T23:20:01.477Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct-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=5e6c35305c88180b -C extra-filename=-5e6c35305c88180b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitstruct_derive=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct_derive-939ff970cc9939f1.so --cap-lints allow -D warnings`
32172023-11-08T23:20:01.630Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/erased-serde-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3a4dd699fe26e74a -C extra-filename=-3a4dd699fe26e74a --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-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
32182023-11-08T23:20:02.016Z Compiling tungstenite v0.20.1
32192023-11-08T23:20:02.022Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=6cb70380594c4000 -C extra-filename=-6cb70380594c4000 --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-13456ae1292a2c33.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b383810513703531.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-53652a956d40eca5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b01d13fc8d1dafdc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-066525b4f708b591.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-36ad53944afe724b.rmeta --cap-lints allow -D warnings`
32202023-11-08T23:20:02.524Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c6bade4ff10ee402 -C extra-filename=-c6bade4ff10ee402 --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-7b1a7de9684361e2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --cap-lints allow -D warnings --cfg has_int_exp_fmt`
32212023-11-08T23:20:03.878Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9da01ca2b740c712 -C extra-filename=-9da01ca2b740c712 --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`
32222023-11-08T23:20:04.029Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=4d4973a494d389fa -C extra-filename=-4d4973a494d389fa --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-b57077898f4905d5.rmeta --cap-lints allow -D warnings`
32232023-11-08T23:20:04.112Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8858b7bad160b321 -C extra-filename=-8858b7bad160b321 --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-03163feeac6a8865.rmeta --cap-lints allow -D warnings`
32242023-11-08T23:20:04.130Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=fd459003ea07b3e9 -C extra-filename=-fd459003ea07b3e9 --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-6da9a0cdcf8a4abe.rmeta --cap-lints allow -D warnings`
32252023-11-08T23:20:04.429Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
32262023-11-08T23:20:04.432Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dladm --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/dladm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dcf3a8747bef1793 -C extra-filename=-dcf3a8747bef1793 --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-b2edb30e9ae87feb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rmeta --cap-lints allow -D warnings`
32272023-11-08T23:20:04.503Z Compiling serde_arrays v0.1.0
32282023-11-08T23:20:04.543Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_arrays --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_arrays-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=da66a4f1ed0406d2 -C extra-filename=-da66a4f1ed0406d2 --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-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
32292023-11-08T23:20:04.741Z Compiling kstat-rs v0.2.3
32302023-11-08T23:20:04.745Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kstat-rs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bd2829a9eddfc05a -C extra-filename=-bd2829a9eddfc05a --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-b2edb30e9ae87feb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --cap-lints allow -D warnings`
32312023-11-08T23:20:04.924Z Compiling impl-trait-for-tuples v0.2.2
32322023-11-08T23:20:04.945Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=699149c0b36f4fa4 -C extra-filename=-699149c0b36f4fa4 --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rlib --extern proc_macro --cap-lints allow -D warnings`
32332023-11-08T23:20:05.002Z Compiling oso-derive v0.27.0
32342023-11-08T23:20:05.021Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-derive-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=37d3cef7e8b13277 -C extra-filename=-37d3cef7e8b13277 --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-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rlib --extern proc_macro --cap-lints allow -D warnings`
32352023-11-08T23:20:05.600Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ansi_term /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5945216e8156a0ad -C extra-filename=-5945216e8156a0ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32362023-11-08T23:20:05.697Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c303823dc83b4ff0 -C extra-filename=-c303823dc83b4ff0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32372023-11-08T23:20:05.881Z Compiling number_prefix v0.4.0
32382023-11-08T23:20:05.888Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6cd917b1851cfdfe -C extra-filename=-6cd917b1851cfdfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32392023-11-08T23:20:05.893Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nodrop /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=57122b4630a948f5 -C extra-filename=-57122b4630a948f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32402023-11-08T23:20:06.089Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f3eac1256f8aba7a -C extra-filename=-f3eac1256f8aba7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32412023-11-08T23:20:06.243Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name vec_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vec_map-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb32431c6ea3dedf -C extra-filename=-cb32431c6ea3dedf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32422023-11-08T23:20:06.460Z Compiling indicatif v0.17.7
32432023-11-08T23:20:06.464Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' -C metadata=aa86bf493f581f19 -C extra-filename=-aa86bf493f581f19 --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-e7680e870930d795.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-6cd917b1851cfdfe.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-4607c3d966cae68c.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-af22740acdb5d11b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --cap-lints allow -D warnings`
32442023-11-08T23:20:06.581Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name array_init /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a6cfea7ccad193b8 -C extra-filename=-a6cfea7ccad193b8 --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-57122b4630a948f5.rmeta --cap-lints allow -D warnings`
32452023-11-08T23:20:06.725Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-2.34.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=7273d4ccd34a0141 -C extra-filename=-7273d4ccd34a0141 --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-5945216e8156a0ad.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-770ba59cb2b38f0a.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0e14186713d6361c.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f3eac1256f8aba7a.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8858b7bad160b321.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-cb32431c6ea3dedf.rmeta --cap-lints allow -D warnings`
32462023-11-08T23:20:06.795Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=82046ea9f3ac7a1d -C extra-filename=-82046ea9f3ac7a1d --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-fd459003ea07b3e9.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b1a7de9684361e2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-fb179d5954054bad.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-c6bade4ff10ee402.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --cap-lints allow -D warnings`
32472023-11-08T23:20:06.943Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=597b2368fe5311e5 -C extra-filename=-597b2368fe5311e5 --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-9da01ca2b740c712.rmeta --cap-lints allow -D warnings`
32482023-11-08T23:20:07.027Z Compiling tokio-tungstenite v0.20.1
32492023-11-08T23:20:07.056Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=cb0b5d9fbc531e60 -C extra-filename=-cb0b5d9fbc531e60 --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-596c872534fa029e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-6cb70380594c4000.rmeta --cap-lints allow -D warnings`
32502023-11-08T23:20:07.635Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=28cbaf666bc7ac4d -C extra-filename=-28cbaf666bc7ac4d --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-91480a692e6a540e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-868487f78a0240d1.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ede17b042a728f46.rmeta --cap-lints allow -D warnings`
32512023-11-08T23:20:07.920Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=19fed094f52077cd -C extra-filename=-19fed094f52077cd --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-89b30b0595a87688.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-975742816b9d4485.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --cap-lints allow -D warnings`
32522023-11-08T23:20:08.600Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -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=6628c150d948d1bb -C extra-filename=-6628c150d948d1bb --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-cd5579cf6dade5e4.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-d473e2bb3a3066ec.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b1a7de9684361e2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-fb179d5954054bad.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b0ef496a3caab989.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ff1522580e71e560.rmeta --cap-lints allow -D warnings --cfg has_i128`
32532023-11-08T23:20:09.167Z Compiling bcs v0.1.6
32542023-11-08T23:20:09.174Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c06e754dd4cf3fb4 -C extra-filename=-c06e754dd4cf3fb4 --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-22774573f9e220ea.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --cap-lints allow -D warnings`
32552023-11-08T23:20:10.279Z Compiling highway v1.1.0
32562023-11-08T23:20:10.288Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e57956d81e26da60 -C extra-filename=-e57956d81e26da60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32572023-11-08T23:20:10.741Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=92a8d4e88375bad8 -C extra-filename=-92a8d4e88375bad8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32582023-11-08T23:20:10.744Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2a1af00b776d997e -C extra-filename=-2a1af00b776d997e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32592023-11-08T23:20:11.072Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/keccak-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=011192cdf3846ff3 -C extra-filename=-011192cdf3846ff3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32602023-11-08T23:20:11.565Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88e5cb963e4e2ffb -C extra-filename=-88e5cb963e4e2ffb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32612023-11-08T23:20:12.595Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name structopt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=aba2f00077a4c239 -C extra-filename=-aba2f00077a4c239 --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-7273d4ccd34a0141.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-bb41921039ff29ad.so --cap-lints allow -D warnings`
32622023-11-08T23:20:12.803Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -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=c4127430037d1df1 -C extra-filename=-c4127430037d1df1 --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-cd5579cf6dade5e4.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b66ce4a287f253f5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-2e42385a32c0a287.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-6628c150d948d1bb.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b1a7de9684361e2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-fb179d5954054bad.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-28cbaf666bc7ac4d.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-868487f78a0240d1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-90d89f198233b968.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f2a3f4d8e7e4a35b.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ede17b042a728f46.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ff1522580e71e560.rmeta --cap-lints allow -D warnings`
32632023-11-08T23:20:12.839Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=be66b51991ba2a00 -C extra-filename=-be66b51991ba2a00 --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-92a8d4e88375bad8.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-88e5cb963e4e2ffb.rmeta --cap-lints allow -D warnings`
32642023-11-08T23:20:13.552Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b14e98b47886e131 -C extra-filename=-b14e98b47886e131 --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-2e42385a32c0a287.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-011192cdf3846ff3.rmeta --cap-lints allow -D warnings`
32652023-11-08T23:20:14.881Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99c799fd2a5a530d -C extra-filename=-99c799fd2a5a530d --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-2a1af00b776d997e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-9bfeb72b8956ed2f.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-19fed094f52077cd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --cap-lints allow -D warnings`
32662023-11-08T23:20:15.175Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2c8ddfea4f723e1a -C extra-filename=-2c8ddfea4f723e1a --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-a6cfea7ccad193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-597b2368fe5311e5.rmeta --cap-lints allow -D warnings`
32672023-11-08T23:20:20.204Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3cc4309b019e847e -C extra-filename=-3cc4309b019e847e --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-cd5579cf6dade5e4.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-99b26c02d2666f48.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d96f3a8ae9e21706.rmeta --cap-lints allow -D warnings`
32682023-11-08T23:20:20.707Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=71642fc90c7e9895 -C extra-filename=-71642fc90c7e9895 --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-b66ce4a287f253f5.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-91480a692e6a540e.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ede17b042a728f46.rmeta --cap-lints allow -D warnings`
32692023-11-08T23:20:21.691Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto-color"' --cfg 'feature="color"' -C metadata=66c7cf2d6d8816dc -C extra-filename=-66c7cf2d6d8816dc --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-47d3c6a2c1296559.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-96f6ea21c93d934b.rmeta --cap-lints allow -D warnings`
32702023-11-08T23:20:23.260Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=dd7cd7cefa14b7f3 -C extra-filename=-dd7cd7cefa14b7f3 --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-37174dc2eb25e52f.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d405ff4cdef5c155.rmeta --cap-lints allow -D warnings`
32712023-11-08T23:20:23.629Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a86cfd8b4166abb1 -C extra-filename=-a86cfd8b4166abb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-2ca655ba1bca632a.rmeta --cap-lints allow -D warnings`
32722023-11-08T23:20:23.837Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d1901a22da71085 -C extra-filename=-1d1901a22da71085 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32732023-11-08T23:20:23.985Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e111418054476226 -C extra-filename=-e111418054476226 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l efi`
32742023-11-08T23:20:24.567Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3378367255b6b8d3 -C extra-filename=-3378367255b6b8d3 --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-5e8ae2e112c5f35d.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-14d8971722874adb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-a58df7b6c155e074.so --cap-lints allow -D warnings`
32752023-11-08T23:20:24.883Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=0752c1bb7f2ac7a0 -C extra-filename=-0752c1bb7f2ac7a0 --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-ff1522580e71e560.rmeta --cap-lints allow -D warnings`
32762023-11-08T23:20:24.911Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52907fdca6c5c497 -C extra-filename=-52907fdca6c5c497 --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-d5236cc99a0d1a24.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings`
32772023-11-08T23:20:25.290Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' -C metadata=b14cd015ddfe695f -C extra-filename=-b14cd015ddfe695f --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-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings`
32782023-11-08T23:20:25.414Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-any-2.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b00981e40d10a113 -C extra-filename=-b00981e40d10a113 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32792023-11-08T23:20:25.711Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' -C metadata=e1123e7bf1ee808c -C extra-filename=-e1123e7bf1ee808c --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-52907fdca6c5c497.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-b14cd015ddfe695f.rmeta --cap-lints allow -D warnings`
32802023-11-08T23:20:26.302Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=89e59b57c5909c9e -C extra-filename=-89e59b57c5909c9e --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-931fcf7ab78f10a2.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-e111418054476226.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta --cap-lints allow -D warnings`
32812023-11-08T23:20:26.861Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2af1f35bae25c007 -C extra-filename=-2af1f35bae25c007 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-a86cfd8b4166abb1.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-aba2f00077a4c239.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out -l static=pci`
32822023-11-08T23:20:27.690Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1f7b1c2f97280a3a -C extra-filename=-1f7b1c2f97280a3a --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-3378367255b6b8d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-3cc4309b019e847e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d96f3a8ae9e21706.rmeta --cap-lints allow -D warnings`
32832023-11-08T23:20:28.803Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' --cfg 'feature="std"' -C metadata=59b27a606181fc3b -C extra-filename=-59b27a606181fc3b --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-1d1901a22da71085.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-97ca71e485a1a6c7.so --cap-lints allow -D warnings`
32842023-11-08T23:20:28.829Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e48a542b00d8f230 -C extra-filename=-e48a542b00d8f230 --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-92a8d4e88375bad8.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-be66b51991ba2a00.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --cap-lints allow -D warnings`
32852023-11-08T23:20:29.442Z Compiling const_format v0.2.31
32862023-11-08T23:20:29.448Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format-0.2.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="default"' -C metadata=0d18d91d410c3394 -C extra-filename=-0d18d91d410c3394 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_format_proc_macros=/work/oxidecomputer/omicron/target/debug/deps/libconst_format_proc_macros-d2f72f3c59635312.so --cap-lints allow -D warnings`
32872023-11-08T23:20:29.455Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9c65c620ce3b20ac -C extra-filename=-9c65c620ce3b20ac --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-a39ca4ba44c9eca2.rmeta --cap-lints allow -D warnings`
32882023-11-08T23:20:29.847Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a5514dc5ce5041e1 -C extra-filename=-a5514dc5ce5041e1 --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-93df88e7196a6e35.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8a424731786e689.rmeta --cap-lints allow -D warnings`
32892023-11-08T23:20:30.096Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=f2cc4936520073bb -C extra-filename=-f2cc4936520073bb --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-951f696eaa2ec973.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-8dbbb31ea1c0cad5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3fe5c5084a64f8ff.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-17a51d49f50a51d5.rmeta --cap-lints allow -D warnings`
32902023-11-08T23:20:30.120Z Compiling ron v0.7.1
32912023-11-08T23:20:30.123Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1af12a235ac6d74f -C extra-filename=-1af12a235ac6d74f --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-924b12736713da53.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bba883f09c02da13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
32922023-11-08T23:20:30.480Z Compiling indoc v2.0.3
32932023-11-08T23:20:30.520Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-2.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=9e9c1ab5b45c90e9 -C extra-filename=-9e9c1ab5b45c90e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
32942023-11-08T23:20:30.907Z Compiling http-range v0.1.5
32952023-11-08T23:20:30.914Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6a322bb261a4f03a -C extra-filename=-6a322bb261a4f03a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32962023-11-08T23:20:31.341Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2bbb79031b328225 -C extra-filename=-2bbb79031b328225 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32972023-11-08T23:20:31.478Z Compiling bit_field v0.10.2
32982023-11-08T23:20:31.481Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_field /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit_field-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=6bd1e62f35237437 -C extra-filename=-6bd1e62f35237437 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32992023-11-08T23:20:31.660Z Compiling hyper-staticfile v0.9.5
33002023-11-08T23:20:31.663Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=31a2043bc9b0d5af -C extra-filename=-31a2043bc9b0d5af --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-596c872534fa029e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-6a322bb261a4f03a.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-cd86d2854e7dc134.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-dd7cd7cefa14b7f3.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-066525b4f708b591.rmeta --cap-lints allow -D warnings`
33012023-11-08T23:20:31.888Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c6ebd95b76ec93b6 -C extra-filename=-c6ebd95b76ec93b6 --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-b0ef496a3caab989.rmeta --cap-lints allow -D warnings`
33022023-11-08T23:20:32.126Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name endian_type /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=349869bbce4a94b9 -C extra-filename=-349869bbce4a94b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33032023-11-08T23:20:32.205Z Compiling maplit v1.0.2
33042023-11-08T23:20:32.650Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c8216ea959ba6151 -C extra-filename=-c8216ea959ba6151 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33052023-11-08T23:20:32.663Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="std"' -C metadata=2ef62b62eba407ae -C extra-filename=-2ef62b62eba407ae --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-ccc811b722306ba6.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-24267e889ac60bd3.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6ce626363b62731c.rmeta --cap-lints allow -D warnings`
33062023-11-08T23:20:32.667Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6c787dc94679aa0e -C extra-filename=-6c787dc94679aa0e --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-349869bbce4a94b9.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-c6ebd95b76ec93b6.rmeta --cap-lints allow -D warnings`
33072023-11-08T23:20:32.690Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f999294866f53eae -C extra-filename=-f999294866f53eae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg op_assign`
33082023-11-08T23:20:32.885Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/crucible-client-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=145ff33eba6035cd -C extra-filename=-145ff33eba6035cd --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-5e8ae2e112c5f35d.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-d1b13352fdaade12.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta --cap-lints allow -D warnings`
33092023-11-08T23:20:33.253Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f39b4318b103606a -C extra-filename=-f39b4318b103606a --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-d5236cc99a0d1a24.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-aa86d2ce81e5fa34.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b0ef496a3caab989.rmeta --cap-lints allow -D warnings`
33102023-11-08T23:20:33.628Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=784c5fb2af11eb2a -C extra-filename=-784c5fb2af11eb2a --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-052623847ef12c57.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --cap-lints allow -D warnings`
33112023-11-08T23:20:33.936Z Compiling bytesize v1.3.0
33122023-11-08T23:20:33.952Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bytesize /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytesize-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=b5c8c71cabff45dc -C extra-filename=-b5c8c71cabff45dc --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-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
33132023-11-08T23:20:34.143Z Compiling is_ci v1.1.1
33142023-11-08T23:20:34.152Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d35bd8dbe7e44bdf -C extra-filename=-d35bd8dbe7e44bdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33152023-11-08T23:20:34.295Z Compiling fs-err v2.9.0
33162023-11-08T23:20:34.304Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.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=b4a1d94d313c893f -C extra-filename=-b4a1d94d313c893f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33172023-11-08T23:20:34.336Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eacd413f0d4dd4e6 -C extra-filename=-eacd413f0d4dd4e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33182023-11-08T23:20:34.480Z Compiling supports-color v2.1.0
33192023-11-08T23:20:34.487Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c64e803884566978 -C extra-filename=-c64e803884566978 --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-893f6ee1898d5c56.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-d35bd8dbe7e44bdf.rmeta --cap-lints allow -D warnings`
33202023-11-08T23:20:34.913Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=07a8ba147349b41a -C extra-filename=-07a8ba147349b41a --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-aa86d2ce81e5fa34.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-81506d09bc5824d3.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-f39b4318b103606a.rmeta --cap-lints allow -D warnings`
33212023-11-08T23:20:34.917Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_client --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-client-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=85b95207d1bb4501 -C extra-filename=-85b95207d1bb4501 --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-d5236cc99a0d1a24.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-26246b03283545f7.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-90dfc63f0b76edbb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9c31502e31368bf6.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-6c787dc94679aa0e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-a64963c72ae5b32f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-401763b5ede24ea4.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f49c02bc60dc8f0f.rmeta --cap-lints allow -D warnings`
33222023-11-08T23:20:35.110Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bfc1aea16c9841d8 -C extra-filename=-bfc1aea16c9841d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f999294866f53eae.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d70227bb369be118.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta --cap-lints allow -D warnings`
33232023-11-08T23:20:35.218Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2c9b286918ba1562 -C extra-filename=-2c9b286918ba1562 --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-00e36fc6d66cb783.so --cap-lints allow -D warnings`
33242023-11-08T23:20:35.422Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ffad02ccb6756b64 -C extra-filename=-ffad02ccb6756b64 --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-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --cap-lints allow -D warnings`
33252023-11-08T23:20:35.957Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=650842f5a84bd416 -C extra-filename=-650842f5a84bd416 --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-cd5579cf6dade5e4.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b66ce4a287f253f5.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-b00981e40d10a113.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-91480a692e6a540e.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-66c7cf2d6d8816dc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5d3399a92d803494.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-99c799fd2a5a530d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-19fed094f52077cd.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-61d49b54c1f9fd0a.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c4127430037d1df1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-2c8ddfea4f723e1a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-90d89f198233b968.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-71642fc90c7e9895.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d96f3a8ae9e21706.rmeta --cap-lints allow -D warnings`
33262023-11-08T23:20:36.063Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b62edfcf073e1e2d -C extra-filename=-b62edfcf073e1e2d --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-f6ca26585c194e80.rmeta --cap-lints allow -D warnings`
33272023-11-08T23:20:39.010Z Compiling smawk v0.3.1
33282023-11-08T23:20:39.013Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=30990edcbedc75b3 -C extra-filename=-30990edcbedc75b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33292023-11-08T23:20:39.353Z Compiling unicode-linebreak v0.1.5
33302023-11-08T23:20:39.366Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5e7bf6cde0315772 -C extra-filename=-5e7bf6cde0315772 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33312023-11-08T23:20:40.205Z Compiling textwrap v0.16.0
33322023-11-08T23:20:40.209Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' -C metadata=927ef204d42bb117 -C extra-filename=-927ef204d42bb117 --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-30990edcbedc75b3.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-5e7bf6cde0315772.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --cap-lints allow -D warnings`
33332023-11-08T23:20:42.078Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_server --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-server-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fa249c3ad0d45c84 -C extra-filename=-fa249c3ad0d45c84 --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-c44426d44a2404b7.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5cdff950105bf180.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-1b8116e99120b037.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-d3145c1b58935d51.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9c31502e31368bf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-a64963c72ae5b32f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b62edfcf073e1e2d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-401763b5ede24ea4.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-85b95207d1bb4501.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f49c02bc60dc8f0f.rmeta --cap-lints allow -D warnings`
33342023-11-08T23:20:42.445Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' -C metadata=adddbd97d8b2a324 -C extra-filename=-adddbd97d8b2a324 --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-951f696eaa2ec973.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-9f7762ca215236fd.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e1abc378f686283d.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-20cb91d84b9b219b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-07a8ba147349b41a.rmeta --cap-lints allow -D warnings`
33352023-11-08T23:20:42.804Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="base64"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=ccac15681e9ce377 -C extra-filename=-ccac15681e9ce377 --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-a39ca4ba44c9eca2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5cdff950105bf180.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-86db96edcf7f5921.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c39e1a06b2bfa1cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a2a9d9d6450a252.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-7982a7d65a57a851.rmeta --cap-lints allow -D warnings`
33362023-11-08T23:20:45.518Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libsqlite3_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' -C metadata=688944cf9c24a485 -C extra-filename=-688944cf9c24a485 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l sqlite3`
33372023-11-08T23:20:46.255Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hashlink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashlink-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f1f7efeb2f7474ea -C extra-filename=-f1f7efeb2f7474ea --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-847fa9197891127c.rmeta --cap-lints allow -D warnings`
33382023-11-08T23:20:46.763Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -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=545f5dbe8aea152a -C extra-filename=-545f5dbe8aea152a --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-052623847ef12c57.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1ac3f6ee8436f01b.rmeta --cap-lints allow -D warnings`
33392023-11-08T23:20:46.958Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name path_dedot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-dedot-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3b46f65107a06927 -C extra-filename=-3b46f65107a06927 --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-ccc811b722306ba6.rmeta --cap-lints allow -D warnings`
33402023-11-08T23:20:47.290Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=31f4b2d766f30561 -C extra-filename=-31f4b2d766f30561 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33412023-11-08T23:20:47.337Z Compiling cassowary v0.3.0
33422023-11-08T23:20:47.348Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cassowary /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e66b0560c7e4ec5d -C extra-filename=-e66b0560c7e4ec5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33432023-11-08T23:20:47.358Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=12d187ca5fd0bd9d -C extra-filename=-12d187ca5fd0bd9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33442023-11-08T23:20:47.645Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_streaming_iterator /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-streaming-iterator-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b10f71f7e8a3268e -C extra-filename=-b10f71f7e8a3268e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33452023-11-08T23:20:47.694Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dffe728f2dca6fd2 -C extra-filename=-dffe728f2dca6fd2 --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-31f4b2d766f30561.rmeta --cap-lints allow -D warnings`
33462023-11-08T23:20:48.064Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rusqlite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusqlite-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2a235e24201308c0 -C extra-filename=-2a235e24201308c0 --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-14d8971722874adb.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-052950f888c0079c.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-b10f71f7e8a3268e.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-f1f7efeb2f7474ea.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-688944cf9c24a485.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b0ef496a3caab989.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64`
33472023-11-08T23:20:48.920Z Compiling ratatui v0.23.0
33482023-11-08T23:20:48.924Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossterm"' --cfg 'feature="default"' -C metadata=9a39a9b917d8f9c4 -C extra-filename=-9a39a9b917d8f9c4 --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-ff779c4aa78760fa.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-e66b0560c7e4ec5d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-37a66ad98475136a.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-9e9c1ab5b45c90e9.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-5ea6be43bdaf8fd6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --cap-lints allow -D warnings`
33492023-11-08T23:20:49.612Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name path_absolutize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-absolutize-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=519564cf87fafaad -C extra-filename=-519564cf87fafaad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern path_dedot=/work/oxidecomputer/omicron/target/debug/deps/libpath_dedot-3b46f65107a06927.rmeta --cap-lints allow -D warnings`
33502023-11-08T23:20:49.886Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=09b1fee7f63ae84d -C extra-filename=-09b1fee7f63ae84d --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-9c31502e31368bf6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-ccac15681e9ce377.rmeta --cap-lints allow -D warnings`
33512023-11-08T23:20:50.688Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=f20acfa09ce3fb49 -C extra-filename=-f20acfa09ce3fb49 --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-cd5579cf6dade5e4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5cdff950105bf180.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-26246b03283545f7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-86db96edcf7f5921.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c39e1a06b2bfa1cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a2a9d9d6450a252.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-7982a7d65a57a851.rmeta --cap-lints allow -D warnings`
33522023-11-08T23:20:52.246Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=88d46700c99e464e -C extra-filename=-88d46700c99e464e --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-0e14186713d6361c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-46a28e74309ebd7f.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-4b3ffe4e687dc586.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c10e29fdd212ff3e.rmeta --cap-lints allow -D warnings`
33532023-11-08T23:20:52.638Z Compiling derive_builder v0.12.0
33542023-11-08T23:20:52.662Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=947de8d237c5a857 -C extra-filename=-947de8d237c5a857 --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-d659a5f7baf1786b.so --cap-lints allow -D warnings`
33552023-11-08T23:20:52.947Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=13376c95f681c125 -C extra-filename=-13376c95f681c125 --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xml2`
33562023-11-08T23:20:54.109Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d0efc7ffbd0cc9d3 -C extra-filename=-d0efc7ffbd0cc9d3 --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-54c80c7ce94d3bcb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-52f7267084aacd7f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --cap-lints allow -D warnings`
33572023-11-08T23:20:54.736Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' -C metadata=fca54ac07d2a7815 -C extra-filename=-fca54ac07d2a7815 --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-d3ea60740b153298.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1fd8166bc987ccff.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-9264f2dd0ecaadd7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6ce626363b62731c.rmeta --cap-lints allow -D warnings`
33582023-11-08T23:20:57.720Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twox-hash-1.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=0e38d45431202383 -C extra-filename=-0e38d45431202383 --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-d5236cc99a0d1a24.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c10e29fdd212ff3e.rmeta --cap-lints allow -D warnings`
33592023-11-08T23:20:58.280Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a3a8375277c35766 -C extra-filename=-a3a8375277c35766 --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-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-83b4b764131c7749.rmeta --cap-lints allow -D warnings`
33602023-11-08T23:20:58.465Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=de5359c6052281e8 -C extra-filename=-de5359c6052281e8 --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-f6ca26585c194e80.rmeta --cap-lints allow -D warnings`
33612023-11-08T23:20:58.819Z Compiling bb8 v0.8.1
33622023-11-08T23:20:58.822Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' -C metadata=a73ec4c7dc91f239 -C extra-filename=-a73ec4c7dc91f239 --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-c44426d44a2404b7.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-66a2b565889b6645.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-596c872534fa029e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-9b661897d4f1cf2f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --cap-lints allow -D warnings`
33632023-11-08T23:20:58.938Z Compiling quick-xml v0.23.1
33642023-11-08T23:20:58.941Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' -C metadata=3b2b5f92d4746b1d -C extra-filename=-3b2b5f92d4746b1d --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-fd2d1cfaac0fc816.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
33652023-11-08T23:20:59.099Z Compiling rtoolbox v0.0.1
33662023-11-08T23:20:59.136Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtoolbox-0.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f6127d6cf3043feb -C extra-filename=-f6127d6cf3043feb --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
33672023-11-08T23:20:59.180Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/display-error-chain-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ef81e09e4dd0d865 -C extra-filename=-ef81e09e4dd0d865 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33682023-11-08T23:20:59.424Z Compiling rpassword v7.2.0
33692023-11-08T23:20:59.429Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.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=eb27596307db6d78 -C extra-filename=-eb27596307db6d78 --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-b2edb30e9ae87feb.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-f6127d6cf3043feb.rmeta --cap-lints allow -D warnings`
33702023-11-08T23:20:59.625Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0)
33712023-11-08T23:20:59.630Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/1446f7e/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=74efb9fff84c040b -C extra-filename=-74efb9fff84c040b --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-c44426d44a2404b7.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-a73ec4c7dc91f239.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-92a2312d5f88dac2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
33722023-11-08T23:20:59.745Z Compiling tui-tree-widget v0.13.0
33732023-11-08T23:20:59.748Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f7223a622ecdac9d -C extra-filename=-f7223a622ecdac9d --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-9a39a9b917d8f9c4.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --cap-lints allow -D warnings`
33742023-11-08T23:20:59.938Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=5f767778cd54b76f -C extra-filename=-5f767778cd54b76f --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-9c31502e31368bf6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-f20acfa09ce3fb49.rmeta --cap-lints allow -D warnings`
33752023-11-08T23:21:00.552Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a00ed602d1d2fa08 -C extra-filename=-a00ed602d1d2fa08 --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-d5236cc99a0d1a24.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fb119d34908ebc97.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-eacd413f0d4dd4e6.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-784c5fb2af11eb2a.rmeta --cap-lints allow -D warnings`
33762023-11-08T23:21:00.698Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d52c0cc3eb6a5ef3 -C extra-filename=-d52c0cc3eb6a5ef3 --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-c3e3cf764a9ffe22.rmeta --cap-lints allow -D warnings`
33772023-11-08T23:21:00.824Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/c1252df/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3ec7fa125c1191d4 -C extra-filename=-3ec7fa125c1191d4 --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-92a2312d5f88dac2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-69b292eb92103c15.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
33782023-11-08T23:21:01.239Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4af3572b0f31c71f -C extra-filename=-4af3572b0f31c71f --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`
33792023-11-08T23:21:01.428Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f290331c0dd6fa48 -C extra-filename=-f290331c0dd6fa48 --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-8e78cc920702b8b5.so --cap-lints allow -D warnings`
33802023-11-08T23:21:01.603Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=e11ef628bd615b40 -C extra-filename=-e11ef628bd615b40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-bcf1f6e379c47b30.rmeta --cap-lints allow -D warnings`
33812023-11-08T23:21:01.687Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-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 opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=91596b0fb27d3705 -C extra-filename=-91596b0fb27d3705 --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-d5236cc99a0d1a24.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-bcf1f6e379c47b30.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fb119d34908ebc97.rmeta --cap-lints allow -D warnings`
33822023-11-08T23:21:02.358Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bincode /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bincode-1.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=44e496a89bf1d511 -C extra-filename=-44e496a89bf1d511 --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-f6ca26585c194e80.rmeta --cap-lints allow -D warnings`
33832023-11-08T23:21:03.024Z Compiling shell-words v1.1.0
33842023-11-08T23:21:03.979Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name shell_words /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=335e58b8af60e2fd -C extra-filename=-335e58b8af60e2fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33852023-11-08T23:21:04.956Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=ee55ccbe3f3bb46b -C extra-filename=-ee55ccbe3f3bb46b --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-4d8d7e38a6b856a8.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-4af3572b0f31c71f.rmeta --cap-lints allow -D warnings`
33862023-11-08T23:21:07.266Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atty"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --cfg 'feature="termcolor"' -C metadata=56f22c7da804a2cf -C extra-filename=-56f22c7da804a2cf --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-770ba59cb2b38f0a.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-c303823dc83b4ff0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6ce626363b62731c.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-96f6ea21c93d934b.rmeta --cap-lints allow -D warnings`
33872023-11-08T23:21:29.257Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name headers_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-core-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4d1934c04979a050 -C extra-filename=-4d1934c04979a050 --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-5224d31b7a566b79.rmeta --cap-lints allow -D warnings`
33882023-11-08T23:21:29.662Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=c359afadcb1855a2 -C extra-filename=-c359afadcb1855a2 --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-1d6d1873b4a75775.rmeta --cap-lints allow -D warnings`
33892023-11-08T23:21:31.604Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm_siv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-siv-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' -C metadata=db2bf8c5c13b69d4 -C extra-filename=-db2bf8c5c13b69d4 --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-545f5dbe8aea152a.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-91596b0fb27d3705.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-bcf1f6e379c47b30.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-e11ef628bd615b40.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-a00ed602d1d2fa08.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ff1522580e71e560.rmeta --cap-lints allow -D warnings`
33902023-11-08T23:21:32.083Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kstat-rs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=03f453085a483466 -C extra-filename=-03f453085a483466 --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-931fcf7ab78f10a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --cap-lints allow -D warnings`
33912023-11-08T23:21:32.213Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name viona_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/viona-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=faf0330ba4a82d99 -C extra-filename=-faf0330ba4a82d99 --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-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings`
33922023-11-08T23:21:32.290Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6abbb4524cc92a01 -C extra-filename=-6abbb4524cc92a01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33932023-11-08T23:21:32.837Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ringbuffer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ringbuffer-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=7b0b18627f0c7c3b -C extra-filename=-7b0b18627f0c7c3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33942023-11-08T23:21:32.930Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2baceb64939824b8 -C extra-filename=-2baceb64939824b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33952023-11-08T23:21:32.963Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=55338accbfac551f -C extra-filename=-55338accbfac551f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33962023-11-08T23:21:33.053Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=faab1de7b708cdb7 -C extra-filename=-faab1de7b708cdb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33972023-11-08T23:21:33.140Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name viona_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/viona-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e117c45263c4b3d3 -C extra-filename=-e117c45263c4b3d3 --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-931fcf7ab78f10a2.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-faf0330ba4a82d99.rmeta --cap-lints allow -D warnings`
33982023-11-08T23:21:33.253Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name headers /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b8521bd8c2249b5 -C extra-filename=-8b8521bd8c2249b5 --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-5e8ae2e112c5f35d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5cdff950105bf180.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-4d1934c04979a050.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-d880d799629ae13b.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-4d8d7e38a6b856a8.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c39e1a06b2bfa1cf.rmeta --cap-lints allow -D warnings`
33992023-11-08T23:21:33.316Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=87ba6625b2ccc54d -C extra-filename=-87ba6625b2ccc54d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitstruct_derive=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct_derive-939ff970cc9939f1.so --cap-lints allow -D warnings`
34002023-11-08T23:21:33.396Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rfb --edition=2021 /home/build/.cargo/git/checkouts/rfb-288dbd459c42dc7a/0cac8d9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e649c28c9375e6b6 -C extra-filename=-e649c28c9375e6b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii=/work/oxidecomputer/omicron/target/debug/deps/libascii-2baceb64939824b8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0e14186713d6361c.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-56f22c7da804a2cf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --cap-lints allow -D warnings`
34012023-11-08T23:21:33.487Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/erased-serde-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4663b58b3031a5f4 -C extra-filename=-4663b58b3031a5f4 --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-f6ca26585c194e80.rmeta --cap-lints allow -D warnings`
34022023-11-08T23:21:33.654Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dladm --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/dladm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=53010ce5402d1f22 -C extra-filename=-53010ce5402d1f22 --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-931fcf7ab78f10a2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-57ed66f734a2f4b5.rmeta --cap-lints allow -D warnings`
34032023-11-08T23:21:33.703Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d01a8c9c45584e81 -C extra-filename=-d01a8c9c45584e81 --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-3046fa3c0ec0df90.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --cap-lints allow -D warnings`
34042023-11-08T23:21:33.816Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_arrays --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_arrays-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=726d7b36b2f892ec -C extra-filename=-726d7b36b2f892ec --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-f6ca26585c194e80.rmeta --cap-lints allow -D warnings`
34052023-11-08T23:21:33.984Z Compiling yansi v0.5.1
34062023-11-08T23:21:34.009Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name yansi /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ee863b76c9154bdb -C extra-filename=-ee863b76c9154bdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34072023-11-08T23:21:34.041Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2a20ba11bd74b3db -C extra-filename=-2a20ba11bd74b3db --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-cd5579cf6dade5e4.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-99b26c02d2666f48.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d96f3a8ae9e21706.rmeta --cap-lints allow -D warnings`
34082023-11-08T23:21:34.088Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0b1af20c34501ad2 -C extra-filename=-0b1af20c34501ad2 --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-d01a8c9c45584e81.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --cap-lints allow -D warnings`
34092023-11-08T23:21:34.191Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/git/checkouts/nix-a6715c5f5bedbb76/c1a3636/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=207fae84259e94d8 -C extra-filename=-207fae84259e94d8 --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-0e14186713d6361c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-46a28e74309ebd7f.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-4b3ffe4e687dc586.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c10e29fdd212ff3e.rmeta --cap-lints allow -D warnings`
34102023-11-08T23:21:34.230Z Compiling pretty_assertions v1.4.0
34112023-11-08T23:21:34.670Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty_assertions-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d4dc32376fbc7212 -C extra-filename=-d4dc32376fbc7212 --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-16efdf9e15901b76.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-ee863b76c9154bdb.rmeta --cap-lints allow -D warnings`
34122023-11-08T23:21:34.689Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=618137195c8c475c -C extra-filename=-618137195c8c475c --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-d659a5f7baf1786b.so --cap-lints allow -D warnings`
34132023-11-08T23:21:34.748Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=17362ded1235e982 -C extra-filename=-17362ded1235e982 --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-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xml2`
34142023-11-08T23:21:34.789Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dc16021709dc8714 -C extra-filename=-dc16021709dc8714 --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-00e36fc6d66cb783.so --cap-lints allow -D warnings`
34152023-11-08T23:21:34.868Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=9e5b53a6fcac152b -C extra-filename=-9e5b53a6fcac152b --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-5cdff950105bf180.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --cap-lints allow -D warnings --cfg seek_convenience --cfg const_fn_trait_bounds`
34162023-11-08T23:21:34.900Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' -C metadata=85d7a0ae48c463a1 -C extra-filename=-85d7a0ae48c463a1 --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-c44426d44a2404b7.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-90dfc63f0b76edbb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9c31502e31368bf6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-19bf49e74a62d6a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --cap-lints allow -D warnings`
34172023-11-08T23:21:34.951Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -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=49fccf5259808568 -C extra-filename=-49fccf5259808568 --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-1ac3f6ee8436f01b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ff1522580e71e560.rmeta --cap-lints allow -D warnings`
34182023-11-08T23:21:35.438Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e3d1eb4ca07a2ae3 -C extra-filename=-e3d1eb4ca07a2ae3 --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-f6ca26585c194e80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --cap-lints allow -D warnings`
34192023-11-08T23:21:35.477Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' -C metadata=9295dea62500d4b4 -C extra-filename=-9295dea62500d4b4 --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-17a51d49f50a51d5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --cap-lints allow -D warnings`
34202023-11-08T23:21:35.499Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=05145129546359da -C extra-filename=-05145129546359da --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-f6ca26585c194e80.rmeta --cap-lints allow -D warnings`
34212023-11-08T23:21:35.526Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-1.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=9da0ada834dc4b60 -C extra-filename=-9da0ada834dc4b60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34222023-11-08T23:21:35.582Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ffe20b5e7b9d8f7b -C extra-filename=-ffe20b5e7b9d8f7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34232023-11-08T23:21:35.622Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=60c836391feef5c5 -C extra-filename=-60c836391feef5c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34242023-11-08T23:21:35.643Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b2d9abc7e28e6f4a -C extra-filename=-b2d9abc7e28e6f4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34252023-11-08T23:21:35.759Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-1.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=760b21e8460a38c4 -C extra-filename=-760b21e8460a38c4 --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-9da0ada834dc4b60.rmeta --cap-lints allow -D warnings`
34262023-11-08T23:21:35.808Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/1446f7e/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=57ce24ede7f2fcba -C extra-filename=-57ce24ede7f2fcba --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-c44426d44a2404b7.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-85d7a0ae48c463a1.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-81f1be71c4906929.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
34272023-11-08T23:21:35.827Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=864709fa0f13386c -C extra-filename=-864709fa0f13386c --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-fb119d34908ebc97.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-eacd413f0d4dd4e6.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-784c5fb2af11eb2a.rmeta --cap-lints allow -D warnings`
34282023-11-08T23:21:35.849Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' -C metadata=3d8cfb624c6a7166 -C extra-filename=-3d8cfb624c6a7166 --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-b2d9abc7e28e6f4a.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-49fccf5259808568.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-2e42385a32c0a287.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-d01a8c9c45584e81.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1ac3f6ee8436f01b.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-0b1af20c34501ad2.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4d4973a494d389fa.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ff1522580e71e560.rmeta --cap-lints allow -D warnings`
34292023-11-08T23:21:35.864Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=466aefe0d7010ed8 -C extra-filename=-466aefe0d7010ed8 --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-a64963c72ae5b32f.rmeta --cap-lints allow -D warnings`
34302023-11-08T23:21:35.879Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/c1252df/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9526550822352fb7 -C extra-filename=-9526550822352fb7 --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-81f1be71c4906929.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fd63d44152b07657.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
34312023-11-08T23:21:35.905Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=70f55454d70bc01d -C extra-filename=-70f55454d70bc01d --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-5d3081a342a5e44b.so --cap-lints allow -D warnings`
34322023-11-08T23:21:35.923Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.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 panic=abort -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=3d8184330ed1f4e0 -C extra-filename=-3d8184330ed1f4e0 --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-d5236cc99a0d1a24.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fb119d34908ebc97.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-032694c7be97f154.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-2e42385a32c0a287.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ff1522580e71e560.rmeta --cap-lints allow -D warnings --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
34332023-11-08T23:21:35.935Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' -C metadata=74a7050af0d7b212 -C extra-filename=-74a7050af0d7b212 --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-35753d22fbfb488e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-662644f78f291486.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --cap-lints allow -D warnings`
34342023-11-08T23:21:35.953Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' -C metadata=8e8d66002f270719 -C extra-filename=-8e8d66002f270719 --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-d5236cc99a0d1a24.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-bcf1f6e379c47b30.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fb119d34908ebc97.rmeta --cap-lints allow -D warnings`
34352023-11-08T23:21:36.029Z Compiling fatfs v0.3.6
34362023-11-08T23:21:36.053Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fatfs /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a87df0e688eb578e -C extra-filename=-a87df0e688eb578e --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-bba883f09c02da13.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --cap-lints allow -D warnings`
34372023-11-08T23:21:36.065Z Compiling rand v0.4.6
34382023-11-08T23:21:36.078Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rand /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=68f8ef6df3f29cb7 -C extra-filename=-68f8ef6df3f29cb7 --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
34392023-11-08T23:21:36.106Z Compiling remove_dir_all v0.5.3
34402023-11-08T23:21:36.130Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name remove_dir_all /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/remove_dir_all-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ef9c4cd51501ea16 -C extra-filename=-ef9c4cd51501ea16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34412023-11-08T23:21:36.142Z Compiling plotters-backend v0.3.5
34422023-11-08T23:21:36.173Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3a53b4e078f353b2 -C extra-filename=-3a53b4e078f353b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34432023-11-08T23:21:36.179Z Compiling plotters-svg v0.3.5
34442023-11-08T23:21:36.213Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=526176f825f0e681 -C extra-filename=-526176f825f0e681 --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-3a53b4e078f353b2.rmeta --cap-lints allow -D warnings`
34452023-11-08T23:21:36.245Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -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=82251dca809d93bb -C extra-filename=-82251dca809d93bb --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-545f5dbe8aea152a.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-8e8d66002f270719.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-bcf1f6e379c47b30.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-864709fa0f13386c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ff1522580e71e560.rmeta --cap-lints allow -D warnings`
34462023-11-08T23:21:36.256Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=69abdcced190ed42 -C extra-filename=-69abdcced190ed42 --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-760b21e8460a38c4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ff1522580e71e560.rmeta --cap-lints allow -D warnings --cfg tweetnacl`
34472023-11-08T23:21:36.272Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format-0.2.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=33417308157a6a83 -C extra-filename=-33417308157a6a83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_format_proc_macros=/work/oxidecomputer/omicron/target/debug/deps/libconst_format_proc_macros-d2f72f3c59635312.so --cap-lints allow -D warnings`
34482023-11-08T23:21:36.702Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.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 panic=abort -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=65aeaeb152f1f5a7 -C extra-filename=-65aeaeb152f1f5a7 --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-3d8184330ed1f4e0.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3d8cfb624c6a7166.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5d3399a92d803494.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-77d178f02a7cf6d4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-70f55454d70bc01d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ff1522580e71e560.rmeta --cap-lints allow -D warnings`
34492023-11-08T23:21:37.127Z Compiling tempdir v0.3.7
34502023-11-08T23:21:37.136Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tempdir /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempdir-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37b515d228da282d -C extra-filename=-37b515d228da282d --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-68f8ef6df3f29cb7.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-ef9c4cd51501ea16.rmeta --cap-lints allow -D warnings`
34512023-11-08T23:21:37.152Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5adba3368f6a3cd4 -C extra-filename=-5adba3368f6a3cd4 --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-a39ca4ba44c9eca2.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0e14186713d6361c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --cap-lints allow -D warnings`
34522023-11-08T23:21:37.195Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a5da996ccb85de5a -C extra-filename=-a5da996ccb85de5a --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-b8160dca61f87c68.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --cap-lints allow -D warnings`
34532023-11-08T23:21:37.231Z Compiling assert_cmd v2.0.12
34542023-11-08T23:21:37.240Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db308b1a43082729 -C extra-filename=-db308b1a43082729 --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-0bb32fe94b168e4f.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b0ced7931636edb8.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-da7847691a80269d.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-1f347ebb58effc2e.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-3a6c4ab35a0a6e2b.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-9675a9e53cb57efd.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-be76beec23514b9a.rmeta --cap-lints allow -D warnings`
34552023-11-08T23:21:37.264Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ddd6aca73fdaebde -C extra-filename=-ddd6aca73fdaebde --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-f6ca26585c194e80.rmeta --cap-lints allow -D warnings`
34562023-11-08T23:21:37.273Z Compiling serial_test_derive v0.10.0
34572023-11-08T23:21:37.285Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serial_test_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serial_test_derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="async"' -C metadata=06a6ae68763a2506 -C extra-filename=-06a6ae68763a2506 --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rlib --extern proc_macro --cap-lints allow -D warnings`
34582023-11-08T23:21:37.299Z Compiling dashmap v5.5.1
34592023-11-08T23:21:37.303Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dashmap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dashmap-5.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=a324a70e14ad6204 -C extra-filename=-a324a70e14ad6204 --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-7d798944f4659c8d.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-d9ad5f1ef1e6b01f.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-229a37db0ca11e34.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-95e689be1802d261.rmeta --cap-lints allow -D warnings`
34602023-11-08T23:21:37.378Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_field /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit_field-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f64582565571624f -C extra-filename=-f64582565571624f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34612023-11-08T23:21:37.449Z Compiling cast v0.3.0
34622023-11-08T23:21:37.472Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3e8dedf6e461dbe6 -C extra-filename=-3e8dedf6e461dbe6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34632023-11-08T23:21:37.497Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=58766ef76fe8fb46 -C extra-filename=-58766ef76fe8fb46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34642023-11-08T23:21:37.509Z Compiling criterion-plot v0.5.0
34652023-11-08T23:21:37.516Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=629adf6347c413c4 -C extra-filename=-629adf6347c413c4 --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-3e8dedf6e461dbe6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-1698fe758139cc1f.rmeta --cap-lints allow -D warnings`
34662023-11-08T23:21:37.521Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=196d40a84a58ca45 -C extra-filename=-196d40a84a58ca45 --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-9c31502e31368bf6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-58766ef76fe8fb46.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-d880d799629ae13b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-30b0e906068c7320.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-ee55ccbe3f3bb46b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-6146abc1ae9e7f7b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a2a9d9d6450a252.rmeta --cap-lints allow -D warnings`
34672023-11-08T23:21:37.541Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_common --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="salty"' -C metadata=f3f52842d490e5ae -C extra-filename=-f3f52842d490e5ae --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-e7bd23ccf645aab0.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-a5da996ccb85de5a.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-69abdcced190ed42.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-ddd6aca73fdaebde.rmeta --cap-lints allow -D warnings`
34682023-11-08T23:21:37.551Z Compiling serial_test v0.10.0
34692023-11-08T23:21:37.580Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serial_test --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serial_test-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="async"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="log"' --cfg 'feature="logging"' -C metadata=0230b0105bf949ff -C extra-filename=-0230b0105bf949ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dashmap=/work/oxidecomputer/omicron/target/debug/deps/libdashmap-a324a70e14ad6204.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-9b661897d4f1cf2f.rmeta --extern serial_test_derive=/work/oxidecomputer/omicron/target/debug/deps/libserial_test_derive-06a6ae68763a2506.so --cap-lints allow -D warnings`
34702023-11-08T23:21:37.598Z Compiling plotters v0.3.5
34712023-11-08T23:21:37.604Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' -C metadata=23be663fb8a78cba -C extra-filename=-23be663fb8a78cba --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-944a383f40926f71.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-3a53b4e078f353b2.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-526176f825f0e681.rmeta --cap-lints allow -D warnings`
34722023-11-08T23:21:37.637Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=21f551658c1239c9 -C extra-filename=-21f551658c1239c9 --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-5e8ae2e112c5f35d.rmeta --cap-lints allow -D warnings`
34732023-11-08T23:21:37.661Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bytesize /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytesize-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=dee2abd454af9ec0 -C extra-filename=-dee2abd454af9ec0 --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-f6ca26585c194e80.rmeta --cap-lints allow -D warnings`
34742023-11-08T23:21:37.700Z Compiling tinytemplate v1.2.1
34752023-11-08T23:21:37.773Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2dc50e40897edf5e -C extra-filename=-2dc50e40897edf5e --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-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --cap-lints allow -D warnings`
34762023-11-08T23:21:37.779Z Compiling vte_generate_state_changes v0.1.1
34772023-11-08T23:21:37.784Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=85026c8058483fdf -C extra-filename=-85026c8058483fdf --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern proc_macro --cap-lints allow -D warnings`
34782023-11-08T23:21:37.788Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/corncobs-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=89f588427b399873 -C extra-filename=-89f588427b399873 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34792023-11-08T23:21:37.793Z Compiling anes v0.1.6
34802023-11-08T23:21:37.797Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=32a1f0a117b873ac -C extra-filename=-32a1f0a117b873ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34812023-11-08T23:21:37.804Z Compiling oorandom v11.1.3
34822023-11-08T23:21:37.808Z Compiling vte v0.11.1
34832023-11-08T23:21:37.812Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c4f89f52e92176a3 -C extra-filename=-c4f89f52e92176a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34842023-11-08T23:21:37.815Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=af8146e035916137 -C extra-filename=-af8146e035916137 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34852023-11-08T23:21:37.819Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name glob /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1598553c7c0c3b82 -C extra-filename=-1598553c7c0c3b82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34862023-11-08T23:21:37.824Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_rot --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/rot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' -C metadata=ec45bbaafc441d2f -C extra-filename=-ec45bbaafc441d2f --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-89f588427b399873.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e7bd23ccf645aab0.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-a5da996ccb85de5a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-69abdcced190ed42.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-f3f52842d490e5ae.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-a92aa6a0ad6645ea.rmeta --cap-lints allow -D warnings`
34872023-11-08T23:21:37.829Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=38ff5d4c3287039c -C extra-filename=-38ff5d4c3287039c --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-27097620aad2fe26.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-85026c8058483fdf.so --cap-lints allow -D warnings`
34882023-11-08T23:21:37.852Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' -C metadata=d8a79f433b134442 -C extra-filename=-d8a79f433b134442 --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-21f551658c1239c9.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7db48804ce2add16.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-a64963c72ae5b32f.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-0b7fe304725b084d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out`
34892023-11-08T23:21:37.862Z Compiling criterion v0.5.1
34902023-11-08T23:21:37.868Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' -C metadata=85230985a94afad4 -C extra-filename=-85230985a94afad4 --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-32a1f0a117b873ac.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-3e8dedf6e461dbe6.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-433f7a24bb39110c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-629adf6347c413c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-893f6ee1898d5c56.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-1698fe758139cc1f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-af8146e035916137.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-23be663fb8a78cba.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-af22740acdb5d11b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-a58df7b6c155e074.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-2dc50e40897edf5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-071df594afd5c261.rmeta --cap-lints allow -D warnings`
34912023-11-08T23:21:37.872Z Compiling threadpool v1.8.1
34922023-11-08T23:21:37.876Z Compiling strip-ansi-escapes v0.2.0
34932023-11-08T23:21:37.882Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=27d0a2e36405e8bd -C extra-filename=-27d0a2e36405e8bd --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-217213713c5a9d74.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8a424731786e689.rmeta --cap-lints allow -D warnings`
34942023-11-08T23:21:37.886Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8ab4dafc8bd5acb6 -C extra-filename=-8ab4dafc8bd5acb6 --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-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings`
34952023-11-08T23:21:37.890Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name threadpool /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/threadpool-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ecd4d449db6aad30 -C extra-filename=-ecd4d449db6aad30 --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-04132c579bcd6e17.rmeta --cap-lints allow -D warnings`
34962023-11-08T23:21:37.901Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strip-ansi-escapes-0.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=7d39eb2d2b097150 -C extra-filename=-7d39eb2d2b097150 --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-38ff5d4c3287039c.rmeta --cap-lints allow -D warnings`
34972023-11-08T23:21:37.908Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=f1dc4c94ab5b34bc -C extra-filename=-f1dc4c94ab5b34bc --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-d5236cc99a0d1a24.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-9f7762ca215236fd.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e1abc378f686283d.rmeta --cap-lints allow -D warnings`
34982023-11-08T23:21:37.913Z Compiling libtest-mimic v0.6.1
34992023-11-08T23:21:37.920Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9f9122b196bea159 -C extra-filename=-9f9122b196bea159 --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-dbdd8039b9f9ad4b.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-3940442dfe5b1912.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-ecd4d449db6aad30.rmeta --cap-lints allow -D warnings`
35002023-11-08T23:21:37.923Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fatfs /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8ca5c3ea6247e3c2 -C extra-filename=-8ca5c3ea6247e3c2 --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-0e14186713d6361c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --cap-lints allow -D warnings`
35012023-11-08T23:21:37.926Z Compiling fd-lock v3.0.13
35022023-11-08T23:21:37.931Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-3.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=53a87b0654723ab8 -C extra-filename=-53a87b0654723ab8 --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-7d798944f4659c8d.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c3481d732e13ec36.rmeta --cap-lints allow -D warnings`
35032023-11-08T23:21:37.936Z Compiling rstest_macros v0.18.2
35042023-11-08T23:21:37.939Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="async-timeout"' -C metadata=7e3a581741f65227 -C extra-filename=-7e3a581741f65227 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-7e3a581741f65227 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-e1d053d11d74ce94.rlib --cap-lints allow -D warnings`
35052023-11-08T23:21:37.943Z Compiling nanorand v0.7.0
35062023-11-08T23:21:37.948Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' -C metadata=5bad0d3a66bc5d0f -C extra-filename=-5bad0d3a66bc5d0f --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-5a5836bbf46a42cd.rmeta --cap-lints allow -D warnings`
35072023-11-08T23:21:37.954Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5c3e1582c0afd59f -C extra-filename=-5c3e1582c0afd59f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35082023-11-08T23:21:37.963Z Compiling nu-ansi-term v0.49.0
35092023-11-08T23:21:37.966Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.49.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ee4212fcf00d39e6 -C extra-filename=-ee4212fcf00d39e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35102023-11-08T23:21:37.970Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b1199ba54d443c52 -C extra-filename=-b1199ba54d443c52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35112023-11-08T23:21:37.977Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=165c71f536a37ed8 -C extra-filename=-165c71f536a37ed8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35122023-11-08T23:21:37.982Z Compiling reedline v0.25.0
35132023-11-08T23:21:37.987Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-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 -C metadata=611799fa15ad5140 -C extra-filename=-611799fa15ad5140 --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-ee86ffe479e2dca6.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-37a66ad98475136a.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-53a87b0654723ab8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-1698fe758139cc1f.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-ee4212fcf00d39e6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-7d39eb2d2b097150.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-3df8c41f44dfc1f4.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-5ea6be43bdaf8fd6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --cap-lints allow -D warnings`
35142023-11-08T23:21:37.997Z Compiling flume v0.11.0
35152023-11-08T23:21:38.013Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' -C metadata=19489794af560c00 -C extra-filename=-19489794af560c00 --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-1e47e072d9a5cdfb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7a14d41e75c04e78.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-5bad0d3a66bc5d0f.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-307a5b4ea5e7a3f6.rmeta --cap-lints allow -D warnings`
35162023-11-08T23:21:38.437Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=ee969f9f0cabb88a -C extra-filename=-ee969f9f0cabb88a --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-165c71f536a37ed8.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-b1199ba54d443c52.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rmeta --cap-lints allow -D warnings`
35172023-11-08T23:21:38.440Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-7e3a581741f65227/build-script-build`
35182023-11-08T23:21:38.443Z Compiling datatest-stable v0.2.3
35192023-11-08T23:21:38.446Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6e11dd97b590863d -C extra-filename=-6e11dd97b590863d --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-95221db6fc36b78a.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-9f9122b196bea159.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-071df594afd5c261.rmeta --cap-lints allow -D warnings`
35202023-11-08T23:21:38.454Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=48c516fb26bdc2d4 -C extra-filename=-48c516fb26bdc2d4 --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-f1dc4c94ab5b34bc.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e1abc378f686283d.rmeta --cap-lints allow -D warnings`
35212023-11-08T23:21:38.457Z Compiling tabled_derive v0.6.0
35222023-11-08T23:21:38.462Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled_derive-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=fdfd66a5e837c0bf -C extra-filename=-fdfd66a5e837c0bf --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-14d7d47dc7b7257e.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-af980ab74bd8c4eb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rlib --extern proc_macro --cap-lints allow -D warnings`
35232023-11-08T23:21:38.469Z Compiling httptest v0.15.5
35242023-11-08T23:21:38.472Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a63f45046271790e -C extra-filename=-a63f45046271790e --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-1d7a1522ea5181c9.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-ae678512918bd228.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-4eff3b320e84fc0d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39fe782b320b7a03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --cap-lints allow -D warnings`
35252023-11-08T23:21:38.904Z Compiling similar-asserts v1.5.0
35262023-11-08T23:21:38.907Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' -C metadata=cd97df8099cc6ee1 -C extra-filename=-cd97df8099cc6ee1 --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-e7680e870930d795.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f9490b982b19964c.rmeta --cap-lints allow -D warnings`
35272023-11-08T23:21:40.080Z Compiling pin-project-internal v1.1.3
35282023-11-08T23:21:40.104Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=77ef00bbed903f98 -C extra-filename=-77ef00bbed903f98 --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-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro --cap-lints allow -D warnings`
35292023-11-08T23:21:40.851Z Compiling trybuild v1.0.85
35302023-11-08T23:21:40.854Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.85/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=4f31741ead697b7f -C extra-filename=-4f31741ead697b7f --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-4f31741ead697b7f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35312023-11-08T23:21:41.579Z Compiling topological-sort v0.2.2
35322023-11-08T23:21:41.584Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2c6d1931a3022a8a -C extra-filename=-2c6d1931a3022a8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35332023-11-08T23:21:41.819Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cassowary /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4cecf0d4f9ea518a -C extra-filename=-4cecf0d4f9ea518a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35342023-11-08T23:21:41.888Z Compiling relative-path v1.9.0
35352023-11-08T23:21:41.892Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/relative-path-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=bc3b2a8c9fae9873 -C extra-filename=-bc3b2a8c9fae9873 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35362023-11-08T23:21:42.946Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="async-timeout"' -C metadata=70500230810c89a7 -C extra-filename=-70500230810c89a7 --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-7d798944f4659c8d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-bc3b2a8c9fae9873.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-7c7233b3c3a88400.rlib --extern proc_macro --cap-lints allow -D warnings`
35372023-11-08T23:21:43.859Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossterm"' --cfg 'feature="default"' -C metadata=04b56dc3b7710a3a -C extra-filename=-04b56dc3b7710a3a --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-14d8971722874adb.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-4cecf0d4f9ea518a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-909ec1a8f70ffa2f.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-9e9c1ab5b45c90e9.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7dd349cb0678461a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-57ed66f734a2f4b5.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4831b760b2eb3e28.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rmeta --cap-lints allow -D warnings`
35382023-11-08T23:21:44.993Z Compiling pin-project v1.1.3
35392023-11-08T23:21:45.002Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=964d868eac272885 -C extra-filename=-964d868eac272885 --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-77ef00bbed903f98.so --cap-lints allow -D warnings`
35402023-11-08T23:21:45.194Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-4f31741ead697b7f/build-script-build`
35412023-11-08T23:21:45.235Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da37c3afdf95a4e1 -C extra-filename=-da37c3afdf95a4e1 --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-460a29b310d4b266.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-48c516fb26bdc2d4.rmeta --cap-lints allow -D warnings`
35422023-11-08T23:21:46.965Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=7d36d460fdd06f6f -C extra-filename=-7d36d460fdd06f6f --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`
35432023-11-08T23:21:49.301Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=d80405a234b85bdc -C extra-filename=-d80405a234b85bdc --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-e1231a25158b30ac.rmeta --cap-lints allow -D warnings`
35442023-11-08T23:21:49.765Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtoolbox-0.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=993abd9227279c0d -C extra-filename=-993abd9227279c0d --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-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings`
35452023-11-08T23:21:50.007Z Compiling basic-toml v0.1.4
35462023-11-08T23:21:50.011Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bbafa193de3dd4fe -C extra-filename=-bbafa193de3dd4fe --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-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
35472023-11-08T23:21:50.232Z Compiling arrayvec v0.7.4
35482023-11-08T23:21:50.257Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=41059d236b7a35fd -C extra-filename=-41059d236b7a35fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35492023-11-08T23:21:50.900Z Compiling bytecount v0.6.3
35502023-11-08T23:21:50.908Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c77ec8a86b304845 -C extra-filename=-c77ec8a86b304845 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35512023-11-08T23:21:51.241Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3300bdce3cfad370 -C extra-filename=-3300bdce3cfad370 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35522023-11-08T23:21:51.619Z Compiling crossbeam-queue v0.3.8
35532023-11-08T23:21:52.045Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-queue-0.3.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=e1d679c56c2f4fc5 -C extra-filename=-e1d679c56c2f4fc5 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-e1d679c56c2f4fc5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35542023-11-08T23:21:52.480Z Compiling arrayref v0.3.7
35552023-11-08T23:21:52.488Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e93ad2112cd90b81 -C extra-filename=-e93ad2112cd90b81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35562023-11-08T23:21:52.505Z Compiling constant_time_eq v0.2.6
35572023-11-08T23:21:52.509Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=3e65af8250f93808 -C extra-filename=-3e65af8250f93808 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35582023-11-08T23:21:52.563Z Compiling futures-timer v3.0.2
35592023-11-08T23:21:52.574Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-timer-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=78e852d3a66394d2 -C extra-filename=-78e852d3a66394d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35602023-11-08T23:21:52.641Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2d29cd2dfbf1a1e9 -C extra-filename=-2d29cd2dfbf1a1e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35612023-11-08T23:21:52.772Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a5536d9751b69f1d -C extra-filename=-a5536d9751b69f1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35622023-11-08T23:21:53.003Z Compiling papergrid v0.10.0
35632023-11-08T23:21:53.006Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=dd8a5579de71c3c9 -C extra-filename=-dd8a5579de71c3c9 --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-a5536d9751b69f1d.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-9264f2dd0ecaadd7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rmeta --cap-lints allow -D warnings`
35642023-11-08T23:21:53.123Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' -C metadata=149082c3db20566b -C extra-filename=-149082c3db20566b --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-0b3d81bf658fe203.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-2d29cd2dfbf1a1e9.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-7d36d460fdd06f6f.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-da37c3afdf95a4e1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rmeta --cap-lints allow -D warnings`
35652023-11-08T23:21:53.134Z Compiling blake2b_simd v1.0.1
35662023-11-08T23:21:53.152Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2b_simd-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b0b82513fac87a3d -C extra-filename=-b0b82513fac87a3d --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-e93ad2112cd90b81.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-41059d236b7a35fd.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-3e65af8250f93808.rmeta --cap-lints allow -D warnings`
35672023-11-08T23:21:53.455Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-e1d679c56c2f4fc5/build-script-build`
35682023-11-08T23:21:53.495Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.85/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=296fff5cdbd83380 -C extra-filename=-296fff5cdbd83380 --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-bbafa193de3dd4fe.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-a58df7b6c155e074.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-3940442dfe5b1912.rmeta --cap-lints allow -D warnings`
35692023-11-08T23:21:53.997Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8e8b91265f830b25 -C extra-filename=-8e8b91265f830b25 --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-47d3c6a2c1296559.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-3300bdce3cfad370.rmeta --cap-lints allow -D warnings`
35702023-11-08T23:21:54.572Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=b463fac126bb60fc -C extra-filename=-b463fac126bb60fc --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-c77ec8a86b304845.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-4de40f5f1fdaf32e.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --cap-lints allow -D warnings`
35712023-11-08T23:22:03.641Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=8bb06a0a39f55bc1 -C extra-filename=-8bb06a0a39f55bc1 --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-35753d22fbfb488e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d472cb88a10d32a7.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-d80405a234b85bdc.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-b4bca05e83fdbaa0.rmeta --cap-lints allow -D warnings`
35722023-11-08T23:22:03.840Z Compiling rstest v0.18.2
35732023-11-08T23:22:03.857Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-0.18.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="default"' -C metadata=64e6ac255159d7d1 -C extra-filename=-64e6ac255159d7d1 --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-b36af77c87eb107f.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-78e852d3a66394d2.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-70500230810c89a7.so --cap-lints allow -D warnings`
35742023-11-08T23:22:03.892Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=93d24819e21b4e75 -C extra-filename=-93d24819e21b4e75 --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-931fcf7ab78f10a2.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-993abd9227279c0d.rmeta --cap-lints allow -D warnings`
35752023-11-08T23:22:03.907Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e701b0cb264e813c -C extra-filename=-e701b0cb264e813c --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-04b56dc3b7710a3a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rmeta --cap-lints allow -D warnings`
35762023-11-08T23:22:03.960Z Compiling partial-io v0.5.4
35772023-11-08T23:22:03.969Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=01bc5e82657253a9 -C extra-filename=-01bc5e82657253a9 --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-b36af77c87eb107f.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-964d868eac272885.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-59fc859a80908d40.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --cap-lints allow -D warnings`
35782023-11-08T23:22:03.976Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
35792023-11-08T23:22:03.987Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=1305a4c771b277c0 -C extra-filename=-1305a4c771b277c0 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-1305a4c771b277c0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-a0615b2637fffe30.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-82e2e882ff877bc0.rlib --cap-lints allow -D warnings`
35802023-11-08T23:22:03.999Z Compiling approx v0.5.1
35812023-11-08T23:22:04.010Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name approx /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/approx-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=07222ee5606f4b11 -C extra-filename=-07222ee5606f4b11 --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-944a383f40926f71.rmeta --cap-lints allow -D warnings`
35822023-11-08T23:22:04.019Z Compiling hex-literal v0.4.1
35832023-11-08T23:22:04.029Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0e2babb6a2a59fdb -C extra-filename=-0e2babb6a2a59fdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35842023-11-08T23:22:04.077Z Compiling constant_time_eq v0.3.0
35852023-11-08T23:22:04.099Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=be669e0cc9770196 -C extra-filename=-be669e0cc9770196 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35862023-11-08T23:22:04.110Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name shell_words /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6a72bb538a078700 -C extra-filename=-6a72bb538a078700 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35872023-11-08T23:22:04.126Z Compiling rust-argon2 v1.0.1
35882023-11-08T23:22:04.143Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-argon2-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' -C metadata=2658e96bd83c3be6 -C extra-filename=-2658e96bd83c3be6 --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-e787744d353adac5.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-b0b82513fac87a3d.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-be669e0cc9770196.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-432ebafd6491db7b.rmeta --cap-lints allow -D warnings`
35892023-11-08T23:22:04.150Z Compiling tabled v0.14.0
35902023-11-08T23:22:04.174Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' -C metadata=9b74f7f8c1fbdd88 -C extra-filename=-9b74f7f8c1fbdd88 --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-b463fac126bb60fc.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-fdfd66a5e837c0bf.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --cap-lints allow -D warnings`
35912023-11-08T23:22:04.182Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=673a9a849fcc490f -C extra-filename=-673a9a849fcc490f --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-dd8a5579de71c3c9.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-fdfd66a5e837c0bf.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rmeta --cap-lints allow -D warnings`
35922023-11-08T23:22:04.190Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-1305a4c771b277c0/build-script-bindings`
35932023-11-08T23:22:04.214Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_queue --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-queue-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=7f7ca7b6d91fd3f8 -C extra-filename=-7f7ca7b6d91fd3f8 --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-7d798944f4659c8d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-432ebafd6491db7b.rmeta --cap-lints allow -D warnings`
35942023-11-08T23:22:04.230Z Compiling cargo-platform v0.1.3
35952023-11-08T23:22:04.250Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=144a0b352275a5f4 -C extra-filename=-144a0b352275a5f4 --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-22774573f9e220ea.rmeta --cap-lints allow -D warnings`
35962023-11-08T23:22:04.257Z Compiling cargo_metadata v0.18.0
35972023-11-08T23:22:04.334Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-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=3d6a2b46155aca14 -C extra-filename=-3d6a2b46155aca14 --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-95221db6fc36b78a.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-144a0b352275a5f4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --cap-lints allow -D warnings`
35982023-11-08T23:22:04.399Z Compiling crossbeam v0.8.2
35992023-11-08T23:22:04.421Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="crossbeam-channel"' --cfg 'feature="crossbeam-deque"' --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-queue"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e5c5fb3b7cb80b99 -C extra-filename=-e5c5fb3b7cb80b99 --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-7d798944f4659c8d.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-ae678512918bd228.rmeta --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-27f7c1b0b624e6e8.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-3c7425f1d945d36b.rmeta --extern crossbeam_queue=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_queue-7f7ca7b6d91fd3f8.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-432ebafd6491db7b.rmeta --cap-lints allow -D warnings`
36002023-11-08T23:22:04.449Z Compiling cargo_toml v0.17.0
36012023-11-08T23:22:04.460Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.17.0/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=86f4e1e2420dd0ed -C extra-filename=-86f4e1e2420dd0ed --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-22774573f9e220ea.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rmeta --cap-lints allow -D warnings`
36022023-11-08T23:22:04.542Z Compiling termios v0.3.3
36032023-11-08T23:22:04.582Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name termios /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6a7b8090601ca9a5 -C extra-filename=-6a7b8090601ca9a5 --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
36042023-11-08T23:22:04.747Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=bfe756f75e2492c2 -C extra-filename=-bfe756f75e2492c2 --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-e787744d353adac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b383810513703531.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-947de8d237c5a857.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-13376c95f681c125.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9ffc14e56cf8d523.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-38360ffb9ef07a0e.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a3aa651ee9311542.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-3b2b5f92d4746b1d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d6e19b1bc5136884.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-066525b4f708b591.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.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`
36052023-11-08T23:22:04.933Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=8cc08e619e9a1ee1 -C extra-filename=-8cc08e619e9a1ee1 --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-5e8ae2e112c5f35d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-26246b03283545f7.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-618137195c8c475c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c3645a5cea9c4fe4.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-17362ded1235e982.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c9542cf493f34a3.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-df3f5352834541d5.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-28c3068fecdbabf5.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-9295dea62500d4b4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-59b27a606181fc3b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a2a9d9d6450a252.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.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`
36062023-11-08T23:22:16.053Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
36072023-11-08T23:22:16.061Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=df390c934c21cd50 -C extra-filename=-df390c934c21cd50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-3d6a2b46155aca14.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-86f4e1e2420dd0ed.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib -D warnings`
36082023-11-08T23:22:21.610Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc46df0970577ad9 -C extra-filename=-bc46df0970577ad9 --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -l static=bz2`
36092023-11-08T23:22:21.834Z Compiling bzip2 v0.4.4
36102023-11-08T23:22:21.837Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=03efc501d49aa792 -C extra-filename=-03efc501d49aa792 --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-bc46df0970577ad9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
36112023-11-08T23:22:22.469Z Compiling zip v0.6.6
36122023-11-08T23:22:22.472Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' -C metadata=422f549c6bd8c2b6 -C extra-filename=-422f549c6bd8c2b6 --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-13456ae1292a2c33.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-03efc501d49aa792.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-d6a29730dcaf9410.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
36132023-11-08T23:22:22.498Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=16940175583e07c2 -C extra-filename=-16940175583e07c2 --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-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -l static=bz2`
36142023-11-08T23:22:22.718Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ac569f5d0b7178a9 -C extra-filename=-ac569f5d0b7178a9 --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-16940175583e07c2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
36152023-11-08T23:22:23.210Z Compiling polar-core v0.27.0
36162023-11-08T23:22:23.219Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="default"' -C metadata=fc223344e9e183cf -C extra-filename=-fc223344e9e183cf --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-fc223344e9e183cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-2013d44535291851.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-a58df7b6c155e074.so --cap-lints allow -D warnings`
36172023-11-08T23:22:23.333Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' -C metadata=0ca4c89d1239e81d -C extra-filename=-0ca4c89d1239e81d --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-cd5579cf6dade5e4.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-ac569f5d0b7178a9.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-951f696eaa2ec973.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c3645a5cea9c4fe4.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
36182023-11-08T23:22:23.825Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
36192023-11-08T23:22:23.834Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/73cd5a8/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0555a7a6405c8c66 -C extra-filename=-0555a7a6405c8c66 --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-2eac560cab5659f6.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-f1e385f58245c8aa.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-c50968d733a22b07.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-672f431679eb1ad6.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d6361114db3a5aeb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-74ccbb25374eaf5f.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-d1d0c39201a5994e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-168a0033ed1dfc2a.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c242b125ac5a7249.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-10111e7e5a32e7bc.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-422f549c6bd8c2b6.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
36202023-11-08T23:22:24.598Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/73cd5a8/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a8d3c2af4796b5b7 -C extra-filename=-a8d3c2af4796b5b7 --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-99c799fd2a5a530d.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-650842f5a84bd416.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-f2cc4936520073bb.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-2bbb79031b328225.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c4127430037d1df1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-3cc4309b019e847e.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-1f7b1c2f97280a3a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d0b4b9fe84943a79.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-71642fc90c7e9895.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d96f3a8ae9e21706.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ca4c89d1239e81d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
36212023-11-08T23:22:25.196Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=121a8ee5dd71f039 -C extra-filename=-121a8ee5dd71f039 --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-c44426d44a2404b7.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-a71b69681dde6fcb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-6dd3f249c2272bda.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-617b5c5b505220ff.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0555a7a6405c8c66.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-3f2005026a0ee009.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d511a29b8d07163c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-96ef67dd4677a40f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-51cc57fddbfd320c.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-6e6848237f7925a5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-d262e78a2dfb98cb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-69b292eb92103c15.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-422f549c6bd8c2b6.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
36222023-11-08T23:22:25.392Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-fc223344e9e183cf/build-script-build`
36232023-11-08T23:22:26.097Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c9b03116f4caf4e2 -C extra-filename=-c9b03116f4caf4e2 --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-c44426d44a2404b7.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d8e39621f6ccc465.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-20cb91d84b9b219b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5ab5a09c430658d5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5d3399a92d803494.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-d8e1c24751fb0edb.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-a8d3c2af4796b5b7.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-83271599400e27ba.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-207fae84259e94d8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-05145129546359da.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4714ca2722bc6f6d.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-9b3b0efcfe18b8e4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-2a20ba11bd74b3db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fd63d44152b07657.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ca4c89d1239e81d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
36242023-11-08T23:22:27.602Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-7bdc5388001b37a7/build-script-build`
36252023-11-08T23:22:27.643Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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="dev_urandom_fallback"' -C metadata=7ac1cb77632a26fe -C extra-filename=-7ac1cb77632a26fe --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-5a5836bbf46a42cd.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-307a5b4ea5e7a3f6.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2bede715a5173ba8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test`
36262023-11-08T23:22:27.696Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' -C metadata=ca51965e7590de7c -C extra-filename=-ca51965e7590de7c --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-e1231a25158b30ac.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b4bca05e83fdbaa0.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1976065d6990f748.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test`
36272023-11-08T23:22:28.959Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=05e3da4732af95ea -C extra-filename=-05e3da4732af95ea --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-a262c704964bc37c.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-63c6980fe0f75543.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-a26fcb24dad57d88.so --cap-lints allow -D warnings`
36282023-11-08T23:22:28.998Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=b504eedf47ab8f4f -C extra-filename=-b504eedf47ab8f4f --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-a262c704964bc37c.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-c570cbfef4d374b1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-a26fcb24dad57d88.so --cap-lints allow -D warnings`
36292023-11-08T23:22:30.923Z Compiling rustls-webpki v0.101.7
36302023-11-08T23:22:30.927Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=19a9eb4eccea2067 -C extra-filename=-19a9eb4eccea2067 --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-7ac1cb77632a26fe.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2bede715a5173ba8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out`
36312023-11-08T23:22:31.488Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=46353151ecacb75e -C extra-filename=-46353151ecacb75e --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-ca51965e7590de7c.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1976065d6990f748.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out`
36322023-11-08T23:22:33.900Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.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="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=532935166a55f9f9 -C extra-filename=-532935166a55f9f9 --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-35b42e597512c686.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7ac1cb77632a26fe.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-19a9eb4eccea2067.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-f5faae540654df77.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out`
36332023-11-08T23:22:34.111Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=21edaba7862024ea -C extra-filename=-21edaba7862024ea --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-71114b9393dbed77.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ca51965e7590de7c.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-46353151ecacb75e.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-a03111f3772c9abb.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out`
36342023-11-08T23:22:39.918Z Compiling tokio-rustls v0.24.1
36352023-11-08T23:22:39.922Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=6e194b09bc970cc3 -C extra-filename=-6e194b09bc970cc3 --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-532935166a55f9f9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out`
36362023-11-08T23:22:39.926Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=7a91b17597c9fcb6 -C extra-filename=-7a91b17597c9fcb6 --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-21edaba7862024ea.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out`
36372023-11-08T23:22:40.545Z Compiling hyper-rustls v0.24.2
36382023-11-08T23:22:40.556Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acceptor"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --cfg 'feature="tokio-runtime"' -C metadata=7a8b7bbd7809db8c -C extra-filename=-7a8b7bbd7809db8c --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-596c872534fa029e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-532935166a55f9f9.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-72d396c4f48184a8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6e194b09bc970cc3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out`
36392023-11-08T23:22:40.582Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/fa728d0/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=d53beda6816f2189 -C extra-filename=-d53beda6816f2189 --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-6d996dae798b629f.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-5371a2f5046c4d80.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-4eff3b320e84fc0d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-10b9ce55821d760e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-eaab12566517bddf.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-0916d4653ec0bb70.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-532935166a55f9f9.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b9af34ee4ca82c03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-96ee4059222ea7d7.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39fe782b320b7a03.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b01d13fc8d1dafdc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-362e0051f33e43b6.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-becebc70ece06e46.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6e194b09bc970cc3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-168a0033ed1dfc2a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-69b292eb92103c15.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-8d1ddde4411f8406.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out`
36402023-11-08T23:22:41.320Z Compiling reqwest v0.11.20
36412023-11-08T23:22:41.324Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.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="__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=b669c29f42261e33 -C extra-filename=-b669c29f42261e33 --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-e787744d353adac5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-e127fad1e2bd69c7.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-596c872534fa029e.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-46286365ee030f81.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-89a194dd47ba18ee.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7a8b7bbd7809db8c.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-b3907b96f728885f.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-9b2720df6dfaa396.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-37174dc2eb25e52f.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-82cc895470cf9e67.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-532935166a55f9f9.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b9af34ee4ca82c03.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-0dac190fd4122934.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39fe782b320b7a03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-6366183dba3edc72.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6e194b09bc970cc3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8cc5569845a6da47.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-bce8a2483e665a6f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-066525b4f708b591.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-43c1378816ecac54.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
36422023-11-08T23:22:41.439Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.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="__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=48d010ac19e079ef -C extra-filename=-48d010ac19e079ef --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-e787744d353adac5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-e127fad1e2bd69c7.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-596c872534fa029e.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-46286365ee030f81.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-89a194dd47ba18ee.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7a8b7bbd7809db8c.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-b3907b96f728885f.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-9b2720df6dfaa396.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-37174dc2eb25e52f.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-82cc895470cf9e67.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-532935166a55f9f9.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b9af34ee4ca82c03.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39fe782b320b7a03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-6366183dba3edc72.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6e194b09bc970cc3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8cc5569845a6da47.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-bce8a2483e665a6f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-066525b4f708b591.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-43c1378816ecac54.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
36432023-11-08T23:22:42.002Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=351c734a9b090ca5 -C extra-filename=-351c734a9b090ca5 --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-9c31502e31368bf6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-30b0e906068c7320.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-21edaba7862024ea.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-a869d789e0689274.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7a91b17597c9fcb6.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out`
36442023-11-08T23:22:43.088Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=fe6290e001279071 -C extra-filename=-fe6290e001279071 --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-5e8ae2e112c5f35d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5cdff950105bf180.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-20173afe1f99f7b6.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9c31502e31368bf6.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-a55ee0f89d8dbea6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-d83ddd37718d6c15.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-30b0e906068c7320.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-351c734a9b090ca5.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-a2a46c47a1876b50.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ee52dbc16498b58d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-4d8d7e38a6b856a8.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-ecbc3a70a15f7f59.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-6146abc1ae9e7f7b.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-21edaba7862024ea.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0d0685fdb08b4a79.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-3e563abbca623726.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-0ec02f0853e406c4.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7a91b17597c9fcb6.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4c9adbd4aeefbfed.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-de169ac677f69d82.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a2a9d9d6450a252.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-3a7a29665f25deee.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
36452023-11-08T23:22:46.452Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
36462023-11-08T23:22:46.456Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/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=53d7fae376cc983a -C extra-filename=-53d7fae376cc983a --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-e0c4c0c9da2f0611.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39fe782b320b7a03.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
36472023-11-08T23:22:47.086Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
36482023-11-08T23:22:47.091Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/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=02565b711b167e2f -C extra-filename=-02565b711b167e2f --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-53d7fae376cc983a.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-469cc1de7b3fdcef.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-6d3d71a88d397a29.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
36492023-11-08T23:22:47.459Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/progenitor-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1b78b1fb4a8555d3 -C extra-filename=-1b78b1fb4a8555d3 --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-5cdff950105bf180.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-6146abc1ae9e7f7b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-3e563abbca623726.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
36502023-11-08T23:22:47.880Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/fa728d0/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=649948a274c14eb5 -C extra-filename=-649948a274c14eb5 --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-4318eab3d5a6e357.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5cdff950105bf180.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-93df88e7196a6e35.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a289093a13952de3.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-5371a2f5046c4d80.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8e976596a117f5d4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-ff3c31fcd939d19e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-30b0e906068c7320.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-17729d365ea9f58c.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-44675a772cad32f4.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2da787869a0a0fea.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-6146abc1ae9e7f7b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39519ef42aa0602c.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-21edaba7862024ea.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0d0685fdb08b4a79.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-8da6d1f0316b4cd1.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-3e563abbca623726.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c39e1a06b2bfa1cf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3a9790d5db2ba697.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-90499813c947c615.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7a91b17597c9fcb6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d0b4b9fe84943a79.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fd63d44152b07657.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-5c1c84a2497ff1b1.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out`
36512023-11-08T23:22:48.133Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dec3d5170626f5c3 -C extra-filename=-dec3d5170626f5c3 --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-1b78b1fb4a8555d3.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-f8d05207de9fcae3.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-6d3d71a88d397a29.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
36522023-11-08T23:22:48.457Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/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=c7ce1cbcb0330a04 -C extra-filename=-c7ce1cbcb0330a04 --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-e0c4c0c9da2f0611.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b669c29f42261e33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-0dac190fd4122934.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39fe782b320b7a03.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
36532023-11-08T23:22:49.121Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/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=a8e45f93a8d076df -C extra-filename=-a8e45f93a8d076df --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-c7ce1cbcb0330a04.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-ff22629e7244ef30.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-6d3d71a88d397a29.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-0dac190fd4122934.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
36542023-11-08T23:22:49.441Z Compiling omicron-zone-package v0.8.3
36552023-11-08T23:22:49.444Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.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 -C metadata=2f7b01a6392db24b -C extra-filename=-2f7b01a6392db24b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-a2f60a8aa74c1e71.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-596c872534fa029e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b669c29f42261e33.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-a58df7b6c155e074.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-168a0033ed1dfc2a.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-071df594afd5c261.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
36562023-11-08T23:22:54.101Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
36572023-11-08T23:22:54.105Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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=2efc8b9b7f6b5355 -C extra-filename=-2efc8b9b7f6b5355 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-774f45465d3fb6fd.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-a71b69681dde6fcb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-096ea264b1d71e56.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-ed815c9eeaa4aa25.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1516128ddb377b1e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-a58df7b6c155e074.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dc8d291a79b0d40e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d22056274abf89dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2f7b0264a14e558c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-168a0033ed1dfc2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
36582023-11-08T23:22:56.110Z Compiling tough v0.14.0
36592023-11-08T23:22:56.130Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-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="http"' --cfg 'feature="reqwest"' -C metadata=5ead2190e8363a72 -C extra-filename=-5ead2190e8363a72 --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-ee86ffe479e2dca6.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-4c1b326e73f4b906.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-5ee25413ba11c193.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-14def4f4eea3558e.rmeta --extern path_absolutize=/work/oxidecomputer/omicron/target/debug/deps/libpath_absolutize-c0cd92f91d6c2119.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-53f4176799c06c33.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1516128ddb377b1e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-203562b059b8e2d0.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d6e19b1bc5136884.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-f44937a814b14c11.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-066525b4f708b591.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-071df594afd5c261.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
36602023-11-08T23:23:00.643Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
36612023-11-08T23:23:00.646Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/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"' --cfg 'feature="futures"' --cfg 'feature="generated"' --cfg 'feature="generated-migration"' --cfg 'feature="progenitor"' --cfg 'feature="tokio"' --cfg 'feature="tokio-tungstenite"' -C metadata=204763f248b27f1d -C extra-filename=-204763f248b27f1d --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-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-1df6cf097a588945.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-9ec7408fff67a136.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1516128ddb377b1e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-cb0b5d9fbc531e60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
36622023-11-08T23:23:02.315Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
36632023-11-08T23:23:02.345Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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=8ebf4a6264eb8f14 -C extra-filename=-8ebf4a6264eb8f14 --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-ee86ffe479e2dca6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
36642023-11-08T23:23:04.664Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
36652023-11-08T23:23:04.672Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/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=cbbbd88273ce308d -C extra-filename=-cbbbd88273ce308d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-b81994cc0cd9cf50.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
36662023-11-08T23:23:06.197Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
36672023-11-08T23:23:06.236Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=23e20ab5a67b4a7f -C extra-filename=-23e20ab5a67b4a7f --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-23e20ab5a67b4a7f -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-bcef41215704b0a3.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-441d99300fa54436.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bba883f09c02da13.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ff779c4aa78760fa.rlib --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-7ecff79da8604e92.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1d7a1522ea5181c9.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b0ced7931636edb8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-bc774ea883630f73.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-bc62256fa8bd2820.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-ed3dd28698be8141.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e7680e870930d795.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b70e9b5553d7683e.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-3c7425f1d945d36b.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-432ebafd6491db7b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-37a66ad98475136a.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-c2146b290c0bfde3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ebc07995cd1d2d61.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-af13c3ee90217f89.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-66a2b565889b6645.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-752c0cd5063205fe.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7a14d41e75c04e78.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-c622fb9760c7f78a.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-596c872534fa029e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1accc52a59a2d287.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5a5836bbf46a42cd.rlib --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-47a9b11d5628b4a6.rlib --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-d9ad5f1ef1e6b01f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7a8b7bbd7809db8c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-eaab12566517bddf.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-829ad83be88f6460.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e3926e3db2e3021e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-1698fe758139cc1f.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-63c6980fe0f75543.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-36484c5329fe569d.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-8af2c58adabbf1cf.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-2e139486e5e548b5.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-265c8363d96e092d.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c126e198005a2270.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ed52674e753c9a2a.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-85e0cb6055b7a286.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-bf9846c849cd28ee.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-1f347ebb58effc2e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2896c1338f614b96.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-58cf583ba89fc7f4.rlib --extern regex_syntax_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-689a3229837f7090.rlib --extern regex_syntax_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-d1b7cc859a320a5a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b669c29f42261e33.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1516128ddb377b1e.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c3481d732e13ec36.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b7528669925283b3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-0dac190fd4122934.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f3de64ed5c3bde02.rlib --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6f926ef36c1d0962.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f9490b982b19964c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-307a5b4ea5e7a3f6.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-6e6848237f7925a5.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c3e3cf764a9ffe22.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-edf8304bb59d3fc3.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-98d5d41f423f4f04.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ae1ead5acebfd744.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-168a0033ed1dfc2a.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d0d1f354258e6e41.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-04880b436e5d0ff4.rlib --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-bc3cacc6dfff8cf8.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-ca329bee74a28348.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-120222c9044a1dad.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-23263f6d11e68974.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-5457468a2c088d58.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-22fe2c7d911da4f3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-53afc27538bc983e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-911abc88a9bb715a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-422f549c6bd8c2b6.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
36682023-11-08T23:23:06.541Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
36692023-11-08T23:23:06.564Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=326b6050e1eae844 -C extra-filename=-326b6050e1eae844 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-326b6050e1eae844 -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-2f7b01a6392db24b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a8e45f93a8d076df.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-c42feec3ffaebd6f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-0dac190fd4122934.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
36702023-11-08T23:23:06.788Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-23e20ab5a67b4a7f/build-script-build`
36712023-11-08T23:23:06.833Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1e1a727f9c906966 -C extra-filename=-1e1a727f9c906966 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-bcef41215704b0a3.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-441d99300fa54436.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bba883f09c02da13.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ff779c4aa78760fa.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-7ecff79da8604e92.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1d7a1522ea5181c9.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b0ced7931636edb8.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-bc62256fa8bd2820.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-ed3dd28698be8141.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e7680e870930d795.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b70e9b5553d7683e.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-3c7425f1d945d36b.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-432ebafd6491db7b.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-37a66ad98475136a.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-c2146b290c0bfde3.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ebc07995cd1d2d61.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-af13c3ee90217f89.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-66a2b565889b6645.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-752c0cd5063205fe.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7a14d41e75c04e78.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-c622fb9760c7f78a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-596c872534fa029e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1accc52a59a2d287.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5a5836bbf46a42cd.rmeta --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-47a9b11d5628b4a6.rmeta --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-d9ad5f1ef1e6b01f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7a8b7bbd7809db8c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-eaab12566517bddf.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-829ad83be88f6460.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e3926e3db2e3021e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-1698fe758139cc1f.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-63c6980fe0f75543.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-36484c5329fe569d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-8af2c58adabbf1cf.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-2e139486e5e548b5.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-265c8363d96e092d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c126e198005a2270.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ed52674e753c9a2a.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-85e0cb6055b7a286.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-bf9846c849cd28ee.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-1f347ebb58effc2e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2896c1338f614b96.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-58cf583ba89fc7f4.rmeta --extern regex_syntax_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-d1b7cc859a320a5a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b669c29f42261e33.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1516128ddb377b1e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c3481d732e13ec36.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b7528669925283b3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-0dac190fd4122934.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f3de64ed5c3bde02.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6f926ef36c1d0962.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f9490b982b19964c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-307a5b4ea5e7a3f6.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-6e6848237f7925a5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c3e3cf764a9ffe22.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-98d5d41f423f4f04.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ae1ead5acebfd744.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-168a0033ed1dfc2a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d0d1f354258e6e41.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-04880b436e5d0ff4.rmeta --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-bc3cacc6dfff8cf8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-ca329bee74a28348.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-120222c9044a1dad.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-23263f6d11e68974.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-5457468a2c088d58.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-53afc27538bc983e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-911abc88a9bb715a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-422f549c6bd8c2b6.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
36722023-11-08T23:23:07.006Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
36732023-11-08T23:23:07.028Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=c454832c96697f8c -C extra-filename=-c454832c96697f8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1e1a727f9c906966.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
36742023-11-08T23:23:07.205Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f446040020798173 -C extra-filename=-f446040020798173 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-bcef41215704b0a3.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-441d99300fa54436.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bba883f09c02da13.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ff779c4aa78760fa.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-7ecff79da8604e92.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1d7a1522ea5181c9.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b0ced7931636edb8.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-bc62256fa8bd2820.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-ed3dd28698be8141.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e7680e870930d795.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b70e9b5553d7683e.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-3c7425f1d945d36b.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-432ebafd6491db7b.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-37a66ad98475136a.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-c2146b290c0bfde3.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-92a2312d5f88dac2.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-af13c3ee90217f89.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-66a2b565889b6645.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-752c0cd5063205fe.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7a14d41e75c04e78.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-c622fb9760c7f78a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-596c872534fa029e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1accc52a59a2d287.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5a5836bbf46a42cd.rmeta --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-47a9b11d5628b4a6.rmeta --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-d9ad5f1ef1e6b01f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7a8b7bbd7809db8c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-eaab12566517bddf.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-829ad83be88f6460.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-1698fe758139cc1f.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-63c6980fe0f75543.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-36484c5329fe569d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-8af2c58adabbf1cf.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-2e139486e5e548b5.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-265c8363d96e092d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ed52674e753c9a2a.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-b88e724cc1b95ad6.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-bf9846c849cd28ee.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-1f347ebb58effc2e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2896c1338f614b96.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-58cf583ba89fc7f4.rmeta --extern regex_syntax_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-d1b7cc859a320a5a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1516128ddb377b1e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c3481d732e13ec36.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f3de64ed5c3bde02.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6f926ef36c1d0962.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f9490b982b19964c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-307a5b4ea5e7a3f6.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-6e6848237f7925a5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afc0d3190af41087.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c3e3cf764a9ffe22.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2f7b0264a14e558c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ae1ead5acebfd744.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-168a0033ed1dfc2a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d0d1f354258e6e41.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-04880b436e5d0ff4.rmeta --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-bc3cacc6dfff8cf8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-ca329bee74a28348.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-120222c9044a1dad.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-23263f6d11e68974.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-5457468a2c088d58.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-69b292eb92103c15.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-911abc88a9bb715a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-422f549c6bd8c2b6.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
36752023-11-08T23:23:07.777Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
36762023-11-08T23:23:07.784Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6ca2b21b2253387f -C extra-filename=-6ca2b21b2253387f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-26629f3e3db5569a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d22056274abf89dc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
36772023-11-08T23:23:08.158Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3489fade482ee097 -C extra-filename=-3489fade482ee097 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-417458dbb52edbf7.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-5c597a9dd47facc7.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0e14186713d6361c.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-14d8971722874adb.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-89b30b0595a87688.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7ff5a0819cb6289e.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1fd8166bc987ccff.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5cdff950105bf180.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-bcf1f6e379c47b30.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-9bfeb72b8956ed2f.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-5fdc1481c14780d7.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-0b3d81bf658fe203.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b66ce4a287f253f5.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-9f7762ca215236fd.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e1abc378f686283d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-909ec1a8f70ffa2f.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-052623847ef12c57.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-81f1be71c4906929.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-2e42385a32c0a287.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-460a29b310d4b266.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c3645a5cea9c4fe4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-90dfc63f0b76edbb.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4044aa5d513253e4.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d472cb88a10d32a7.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0dc59f8bfa1ae155.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9c31502e31368bf6.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5ab5a09c430658d5.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1ac3f6ee8436f01b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-e1231a25158b30ac.rmeta --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-8dbbb31ea1c0cad5.rmeta --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-847fa9197891127c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5d3399a92d803494.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-30b0e906068c7320.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-351c734a9b090ca5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-17729d365ea9f58c.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5e3a4ff46c4229e4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0f6a873288c06d6a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-55c3d0548c25f849.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-c570cbfef4d374b1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-5a8d62c14d51e1b4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-17a51d49f50a51d5.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c4e81cb9d04ece3f.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-939fb93aa299c87e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b1a7de9684361e2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-fb179d5954054bad.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2da787869a0a0fea.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d70227bb369be118.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-d7fbcedb29d11024.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-44a8bfd2c3cc3cfd.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-94e9958bb53942d6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-77d178f02a7cf6d4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6ce626363b62731c.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-f2283b3c0b6aab10.rmeta --extern regex_syntax_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-9c928334d22d4ac8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7db48804ce2add16.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-217213713c5a9d74.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5eb2b6906200115f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-90d89f198233b968.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f2a3f4d8e7e4a35b.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4c101bea1777bf25.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b4bca05e83fdbaa0.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-9b3b0efcfe18b8e4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7aff314252b09db8.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9210808bb7de167.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-a64963c72ae5b32f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3995a282b25437f6.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1f594e7f461b51a8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d0b4b9fe84943a79.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-dd7829b59c46aad9.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c121103c2e175d68.rmeta --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b5e0529b67f3126d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-401763b5ede24ea4.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f49c02bc60dc8f0f.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-dd4d5702da2e717d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-83b4b764131c7749.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fd63d44152b07657.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-0b7fe304725b084d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ff1522580e71e560.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ca4c89d1239e81d.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
36782023-11-08T23:23:08.335Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
36792023-11-08T23:23:08.346Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=992f9d36f4f24ff9 -C extra-filename=-992f9d36f4f24ff9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
36802023-11-08T23:23:08.653Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
36812023-11-08T23:23:08.657Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=ebe9d4313b9df53b -C extra-filename=-ebe9d4313b9df53b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c454832c96697f8c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-a71b69681dde6fcb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-096ea264b1d71e56.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0c4b030a81fbf767.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-59fc859a80908d40.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1516128ddb377b1e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-a58df7b6c155e074.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dc8d291a79b0d40e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d22056274abf89dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-b67e0ab08d13ce04.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2f7b0264a14e558c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
36822023-11-08T23:23:15.493Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=46410955913a1e6e -C extra-filename=-46410955913a1e6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c454832c96697f8c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d8e39621f6ccc465.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-93df88e7196a6e35.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5d3399a92d803494.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-30b0e906068c7320.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0f6a873288c06d6a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-389aa8d23bf14670.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3ce65edfe215afb6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dec3d5170626f5c3.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-0941b66ab7c514d2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7db48804ce2add16.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5eb2b6906200115f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-a58df7b6c155e074.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-2edc4bd5666cf13d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-52f7267084aacd7f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-57ed66f734a2f4b5.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-b67e0ab08d13ce04.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3995a282b25437f6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-898dcccd10f8914b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
36832023-11-08T23:23:18.087Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
36842023-11-08T23:23:18.092Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=da8f09dd46258e06 -C extra-filename=-da8f09dd46258e06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1e1a727f9c906966.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
36852023-11-08T23:23:20.349Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36862023-11-08T23:23:20.361Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=78d8abfc7fbd9306 -C extra-filename=-78d8abfc7fbd9306 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
36872023-11-08T23:23:20.532Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
36882023-11-08T23:23:20.549Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=882eb335fd40927f -C extra-filename=-882eb335fd40927f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1e1a727f9c906966.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
36892023-11-08T23:23:20.820Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36902023-11-08T23:23:20.827Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/ddm-admin-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=c9a86bad057a69ef -C extra-filename=-c9a86bad057a69ef --out-dir /work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-c9a86bad057a69ef -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-2f7b01a6392db24b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a8e45f93a8d076df.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-c42feec3ffaebd6f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-0dac190fd4122934.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
36912023-11-08T23:23:21.177Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
36922023-11-08T23:23:21.181Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5a9e5d38ddaadf99 -C extra-filename=-5a9e5d38ddaadf99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ed18ae774f926cc.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b0a7473d8a5406b7.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-eaab12566517bddf.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-98df59988bd21ad1.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-013a8150a1a024b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7ba9ea7d794e6053.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ed52674e753c9a2a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d22056274abf89dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-019bceb29aeb9d52.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
36932023-11-08T23:23:23.329Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=899f2ebfaaed33de -C extra-filename=-899f2ebfaaed33de --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-54c80c7ce94d3bcb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-52f7267084aacd7f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
36942023-11-08T23:23:24.133Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3566304f2dc85caf -C extra-filename=-3566304f2dc85caf --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dec3d5170626f5c3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
36952023-11-08T23:23:26.667Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
36962023-11-08T23:23:26.673Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on -C metadata=c33a4417397d30dd -C extra-filename=-c33a4417397d30dd --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-c33a4417397d30dd -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-882eb335fd40927f.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
36972023-11-08T23:23:27.269Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-c33a4417397d30dd/build-script-build`
36982023-11-08T23:23:27.318Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a8b165c3ce87f114 -C extra-filename=-a8b165c3ce87f114 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dec3d5170626f5c3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
36992023-11-08T23:23:30.391Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
37002023-11-08T23:23:30.400Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mockall"' --cfg 'feature="testing"' -C metadata=05ab23ef01b57904 -C extra-filename=-05ab23ef01b57904 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-fcab3b440d110683.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-32ead843142ea4de.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-096ea264b1d71e56.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-69565eba2dc908d1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e2b6302aba1f30c9.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-cd20cd732c3b5f28.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a5e2e5bdea4bf75.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-2e4a5ac00df5e5f2.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
37012023-11-08T23:23:34.885Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37022023-11-08T23:23:34.889Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="seed-gen"' -C metadata=5e64d615c679c9ea -C extra-filename=-5e64d615c679c9ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-f3b25fb0bc9d1b3f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-07c80f36b8f89ea2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-a2f60a8aa74c1e71.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-ca739d6e5f0490c7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-53f4176799c06c33.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-015e250b18c8e740.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1516128ddb377b1e.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-532935166a55f9f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2f7b0264a14e558c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-69b292eb92103c15.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
37032023-11-08T23:23:36.481Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
37042023-11-08T23:23:36.485Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=27894e0b9e5b7cb8 -C extra-filename=-27894e0b9e5b7cb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6ca2b21b2253387f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
37052023-11-08T23:23:37.798Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37062023-11-08T23:23:37.804Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0c01540acd421166 -C extra-filename=-0c01540acd421166 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-546ab4622c494aa5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-d0c73d75843e2cf1.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9ba4573df88b8a80.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
37072023-11-08T23:23:39.384Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-326b6050e1eae844/build-script-build`
37082023-11-08T23:23:39.827Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
37092023-11-08T23:23:39.831Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b0310a8000b529c4 -C extra-filename=-b0310a8000b529c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-19a8d16cda05f0e5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-da8f09dd46258e06.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
37102023-11-08T23:23:39.909Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mockall"' --cfg 'feature="testing"' -C metadata=e630202a8a9a717f -C extra-filename=-e630202a8a9a717f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-2d7dcb97e15ef8b8.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-93df88e7196a6e35.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-202fa852d4ccde4a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0f6a873288c06d6a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-389aa8d23bf14670.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-ce98a98790701032.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-01852c8aec6d8ea5.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c406d8ff7a44f903.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-02f43410e02e66ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-42bd488d3ac928c7.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
37112023-11-08T23:23:40.343Z Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
37122023-11-08T23:23:40.348Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc_key_value --edition=2021 ipcc-key-value/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da26eefaa7b3a1d9 -C extra-filename=-da26eefaa7b3a1d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-433f7a24bb39110c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
37132023-11-08T23:23:43.088Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
37142023-11-08T23:23:43.092Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4ec902ded1c3a033 -C extra-filename=-4ec902ded1c3a033 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-78d8abfc7fbd9306.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-120222c9044a1dad.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-72a5b93e04c7dbc8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
37152023-11-08T23:23:48.711Z Running `/work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-c9a86bad057a69ef/build-script-build`
37162023-11-08T23:23:49.033Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37172023-11-08T23:23:49.506Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=19e5ceff15d22646 -C extra-filename=-19e5ceff15d22646 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-78d8abfc7fbd9306.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-0909e6f64ef1cb52.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-f0ebd2e15ae5dd08.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-120222c9044a1dad.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-72a5b93e04c7dbc8.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-b09f35bd08b82106.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
37182023-11-08T23:23:49.701Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
37192023-11-08T23:23:49.707Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=23c40ff0a68e95de -C extra-filename=-23c40ff0a68e95de --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c454832c96697f8c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-78d8abfc7fbd9306.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-992f9d36f4f24ff9.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d407ba9b52f4b35c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6ca2b21b2253387f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9ffc14e56cf8d523.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-38360ffb9ef07a0e.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a3aa651ee9311542.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0c4b030a81fbf767.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b702dc6c43de297.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
37202023-11-08T23:24:02.078Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b821b0dd09171543 -C extra-filename=-b821b0dd09171543 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-53d7fae376cc983a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
37212023-11-08T23:24:02.582Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37222023-11-08T23:24:02.688Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0f49d9e32693d547 -C extra-filename=-0f49d9e32693d547 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-c1ac83fd35cfe4dd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-05ab23ef01b57904.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0c01540acd421166.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-2b3793a82293b495.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-096ea264b1d71e56.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-27894e0b9e5b7cb8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-264063ef7201caec.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out`
37232023-11-08T23:24:09.866Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37242023-11-08T23:24:09.870Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b3a06d4625cf5d65 -C extra-filename=-b3a06d4625cf5d65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-05ab23ef01b57904.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d22056274abf89dc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5a9e5d38ddaadf99.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
37252023-11-08T23:24:09.888Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=98fd4f83b348c39f -C extra-filename=-98fd4f83b348c39f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-53d7fae376cc983a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out`
37262023-11-08T23:24:14.165Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37272023-11-08T23:24:14.200Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=49d0e19bd0581214 -C extra-filename=-49d0e19bd0581214 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-433f7a24bb39110c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-121a8ee5dd71f039.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-05ab23ef01b57904.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-da26eefaa7b3a1d9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dc8d291a79b0d40e.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1130240042d45901.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-fb0b923521577f3d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ae1ead5acebfd744.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-eea2f10a3e58baba.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8cc5569845a6da47.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37282023-11-08T23:24:14.353Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8438d2ed5149e3d7 -C extra-filename=-8438d2ed5149e3d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0f6a873288c06d6a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-899f2ebfaaed33de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dec3d5170626f5c3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-8ed5c323f8a67683.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
37292023-11-08T23:24:21.244Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
37302023-11-08T23:24:21.248Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=b519fdaac4fd93a0 -C extra-filename=-b519fdaac4fd93a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-b519fdaac4fd93a0 -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-882eb335fd40927f.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
37312023-11-08T23:24:21.844Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
37322023-11-08T23:24:21.848Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=b9cf1dcc35799dc8 -C extra-filename=-b9cf1dcc35799dc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-14d7d47dc7b7257e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1e1a727f9c906966.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a15bfa80a986f2aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
37332023-11-08T23:24:22.087Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-b519fdaac4fd93a0/build-script-build`
37342023-11-08T23:24:22.138Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37352023-11-08T23:24:22.143Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=53fa8e3fea0c5909 -C extra-filename=-53fa8e3fea0c5909 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out`
37362023-11-08T23:24:25.938Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37372023-11-08T23:24:25.942Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2f5c835073181f5c -C extra-filename=-2f5c835073181f5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
37382023-11-08T23:24:27.825Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
37392023-11-08T23:24:27.829Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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=a57fa3832f67c1f8 -C extra-filename=-a57fa3832f67c1f8 --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-e0c4c0c9da2f0611.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2efc8b9b7f6b5355.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-4aa6cbfeb6243cff.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
37402023-11-08T23:24:30.071Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
37412023-11-08T23:24:30.075Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99d5bb95dcaac458 -C extra-filename=-99d5bb95dcaac458 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-49d0e19bd0581214.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-05d0e7aee618d548.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
37422023-11-08T23:24:33.694Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
37432023-11-08T23:24:33.737Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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=1b57368fe79d0494 -C extra-filename=-1b57368fe79d0494 --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-ee86ffe479e2dca6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2efc8b9b7f6b5355.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e5b2ac5c8d3be4d3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
37442023-11-08T23:24:35.393Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37452023-11-08T23:24:35.398Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4afc765531ef7bba -C extra-filename=-4afc765531ef7bba --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-49d0e19bd0581214.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-99d5bb95dcaac458.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37462023-11-08T23:24:38.030Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
37472023-11-08T23:24:38.037Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e87d06fc4db5c2da -C extra-filename=-e87d06fc4db5c2da --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-cee68d0710045f5f.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-af042b7bd262a5cc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9ffc14e56cf8d523.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a3aa651ee9311542.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
37482023-11-08T23:24:39.522Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=1168b045059116de -C extra-filename=-1168b045059116de --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-e19ad49084f36741.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-433f7a24bb39110c.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e7bd23ccf645aab0.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-546ab4622c494aa5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-d0c73d75843e2cf1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d22056274abf89dc.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9ba4573df88b8a80.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-45e0d4b93b991d85.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out`
37492023-11-08T23:24:40.857Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
37502023-11-08T23:24:40.862Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=934a87e835f92c6f -C extra-filename=-934a87e835f92c6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-27894e0b9e5b7cb8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
37512023-11-08T23:24:43.793Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37522023-11-08T23:24:43.798Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=40d3aa7cc5925a70 -C extra-filename=-40d3aa7cc5925a70 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-40d3aa7cc5925a70 -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-882eb335fd40927f.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
37532023-11-08T23:24:44.396Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
37542023-11-08T23:24:44.421Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=44a833324025fe94 -C extra-filename=-44a833324025fe94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-14d7d47dc7b7257e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1e1a727f9c906966.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a15bfa80a986f2aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
37552023-11-08T23:24:47.198Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
37562023-11-08T23:24:47.202Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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=60a80399a61cb1a9 -C extra-filename=-60a80399a61cb1a9 --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-ee86ffe479e2dca6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1b57368fe79d0494.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2efc8b9b7f6b5355.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a57fa3832f67c1f8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
37572023-11-08T23:24:49.410Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-40d3aa7cc5925a70/build-script-build`
37582023-11-08T23:24:49.419Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
37592023-11-08T23:24:49.430Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -C metadata=acc8c74d6b311918 -C extra-filename=-acc8c74d6b311918 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-bd2829a9eddfc05a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
37602023-11-08T23:24:52.205Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2350947e8c7540dd -C extra-filename=-2350947e8c7540dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5cdff950105bf180.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-82046ea9f3ac7a1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-da8f09dd46258e06.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-57ed66f734a2f4b5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
37612023-11-08T23:24:54.087Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c489eba1c30f8168 -C extra-filename=-c489eba1c30f8168 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3566304f2dc85caf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-30b0e906068c7320.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f49c02bc60dc8f0f.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2704d021e9dfc6f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
37622023-11-08T23:25:00.015Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37632023-11-08T23:25:00.018Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b044b917a3cecd43 -C extra-filename=-b044b917a3cecd43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c06e754dd4cf3fb4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-e57956d81e26da60.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-69b292eb92103c15.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
37642023-11-08T23:25:00.557Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=841052e150976ea1 -C extra-filename=-841052e150976ea1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4d4973a494d389fa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-0752c1bb7f2ac7a0.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b14e98b47886e131.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ff1522580e71e560.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
37652023-11-08T23:25:00.659Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
37662023-11-08T23:25:00.693Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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=ebcf2b6652c4e2df -C extra-filename=-ebcf2b6652c4e2df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ebf4a6264eb8f14.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2efc8b9b7f6b5355.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-120222c9044a1dad.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-72a5b93e04c7dbc8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
37672023-11-08T23:25:02.165Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dce7ed307cf8b1bf -C extra-filename=-dce7ed307cf8b1bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-93df88e7196a6e35.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-a86cfd8b4166abb1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e630202a8a9a717f.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-841052e150976ea1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-89e59b57c5909c9e.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-389aa8d23bf14670.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8438d2ed5149e3d7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2af1f35bae25c007.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out`
37682023-11-08T23:25:02.643Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37692023-11-08T23:25:02.668Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b11d2ae5e2714ea1 -C extra-filename=-b11d2ae5e2714ea1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-992f9d36f4f24ff9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5a9e5d38ddaadf99.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
37702023-11-08T23:25:05.862Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
37712023-11-08T23:25:05.866Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8dfd28407ddef993 -C extra-filename=-8dfd28407ddef993 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
37722023-11-08T23:25:06.732Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
37732023-11-08T23:25:06.736Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/mg-admin-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=a6844a872ef53c30 -C extra-filename=-a6844a872ef53c30 --out-dir /work/oxidecomputer/omicron/target/debug/build/mg-admin-client-a6844a872ef53c30 -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-2f7b01a6392db24b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a8e45f93a8d076df.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-c42feec3ffaebd6f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-0dac190fd4122934.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
37742023-11-08T23:25:09.247Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
37752023-11-08T23:25:09.251Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=873093608157313c -C extra-filename=-873093608157313c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
37762023-11-08T23:25:09.993Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d2e76ac8fcaecae -C extra-filename=-1d2e76ac8fcaecae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-774f45465d3fb6fd.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d8e39621f6ccc465.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-93df88e7196a6e35.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5d3399a92d803494.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-30b0e906068c7320.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0f6a873288c06d6a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-389aa8d23bf14670.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2ef62b62eba407ae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dec3d5170626f5c3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7db48804ce2add16.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5eb2b6906200115f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-a58df7b6c155e074.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-2edc4bd5666cf13d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-52f7267084aacd7f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-57ed66f734a2f4b5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3995a282b25437f6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d0b4b9fe84943a79.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
37772023-11-08T23:25:10.098Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=25b40e23d874624e -C extra-filename=-25b40e23d874624e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c454832c96697f8c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3566304f2dc85caf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a8b165c3ce87f114.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f999294866f53eae.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-899f2ebfaaed33de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c9542cf493f34a3.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-df3f5352834541d5.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-28c3068fecdbabf5.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3ce65edfe215afb6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bfc1aea16c9841d8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-57ed66f734a2f4b5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
37782023-11-08T23:25:10.962Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f2683d8eb99bafb3 -C extra-filename=-f2683d8eb99bafb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0f6a873288c06d6a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dec3d5170626f5c3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-8ed5c323f8a67683.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
37792023-11-08T23:25:12.929Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
37802023-11-08T23:25:12.966Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3beda198f98b470f -C extra-filename=-3beda198f98b470f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0dbabde01783a37d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-b5c8c71cabff45dc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-07c80f36b8f89ea2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4a1d94d313c893f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0555a7a6405c8c66.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1516128ddb377b1e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-96ee4059222ea7d7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f3de64ed5c3bde02.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5ead2190e8363a72.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-066525b4f708b591.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-422f549c6bd8c2b6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37812023-11-08T23:25:20.344Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37822023-11-08T23:25:20.347Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c0fcc045aa5ad3fa -C extra-filename=-c0fcc045aa5ad3fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4ec902ded1c3a033.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-27894e0b9e5b7cb8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-23c40ff0a68e95de.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8dfd28407ddef993.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b044b917a3cecd43.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
37832023-11-08T23:25:24.026Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1555f0ae15c19bdd -C extra-filename=-1555f0ae15c19bdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b9cf1dcc35799dc8.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-92a2312d5f88dac2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-096ea264b1d71e56.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d407ba9b52f4b35c.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-873093608157313c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-23c40ff0a68e95de.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e87d06fc4db5c2da.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6ca2b21b2253387f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0c4b030a81fbf767.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-2c9b286918ba1562.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2f5c835073181f5c.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b702dc6c43de297.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.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-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
37842023-11-08T23:25:28.238Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37852023-11-08T23:25:28.244Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1919c12a9b0e6e76 -C extra-filename=-1919c12a9b0e6e76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b3a06d4625cf5d65.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5a9e5d38ddaadf99.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b11d2ae5e2714ea1.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
37862023-11-08T23:25:29.716Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c818816ed77872b5 -C extra-filename=-c818816ed77872b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0f6a873288c06d6a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1b78b1fb4a8555d3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-8ed5c323f8a67683.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
37872023-11-08T23:25:32.007Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c9a4c23f2efdf1e0 -C extra-filename=-c9a4c23f2efdf1e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-93df88e7196a6e35.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-9bfeb72b8956ed2f.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3566304f2dc85caf.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-12d187ca5fd0bd9d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-adddbd97d8b2a324.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1a86fb80ba5f6b34.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8a424731786e689.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-898dcccd10f8914b.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-85b95207d1bb4501.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f49c02bc60dc8f0f.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2704d021e9dfc6f8.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-fa249c3ad0d45c84.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
37882023-11-08T23:25:33.758Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37892023-11-08T23:25:33.761Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=524e82357c1843fa -C extra-filename=-524e82357c1843fa --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-524e82357c1843fa -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-882eb335fd40927f.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
37902023-11-08T23:25:34.382Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-524e82357c1843fa/build-script-build`
37912023-11-08T23:25:34.422Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fd011b64d3a17358 -C extra-filename=-fd011b64d3a17358 --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-5cdff950105bf180.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1d2e76ac8fcaecae.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-4aa6cbfeb6243cff.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
37922023-11-08T23:25:34.960Z Running `/work/oxidecomputer/omicron/target/debug/build/mg-admin-client-a6844a872ef53c30/build-script-build`
37932023-11-08T23:25:35.358Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6d0dbef7babec9ca -C extra-filename=-6d0dbef7babec9ca --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-182d575b081390cb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0f6a873288c06d6a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1d2e76ac8fcaecae.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d0efc7ffbd0cc9d3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dec3d5170626f5c3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-8ed5c323f8a67683.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
37942023-11-08T23:25:37.541Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8ebb6d5698a885ef -C extra-filename=-8ebb6d5698a885ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-ef81e09e4dd0d865.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-fe80ab00f9662652.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c9542cf493f34a3.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-28c3068fecdbabf5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
37952023-11-08T23:25:39.130Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' -C metadata=c5b3b87f26394592 -C extra-filename=-c5b3b87f26394592 --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-182d575b081390cb.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-4db473298de38323.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-fca54ac07d2a7815.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5d3399a92d803494.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-a3a8375277c35766.rmeta --extern path_absolutize=/work/oxidecomputer/omicron/target/debug/deps/libpath_absolutize-519564cf87fafaad.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-9c65c620ce3b20ac.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-6146abc1ae9e7f7b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7db48804ce2add16.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-de5359c6052281e8.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-59b27a606181fc3b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8a424731786e689.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-e6a98aa7df302b8f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a2a9d9d6450a252.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-dffe728f2dca6fd2.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
37962023-11-08T23:25:40.734Z Compiling oso v0.27.0
37972023-11-08T23:25:40.737Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' -C metadata=faaf8f16c7df4290 -C extra-filename=-faaf8f16c7df4290 --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-699149c0b36f4fa4.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c8216ea959ba6151.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-37d3cef7e8b13277.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-05e3da4732af95ea.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-ca329bee74a28348.rmeta --cap-lints allow -D warnings`
37982023-11-08T23:25:43.275Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37992023-11-08T23:25:43.278Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2b94fde606a5ab91 -C extra-filename=-2b94fde606a5ab91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4ec902ded1c3a033.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-23c40ff0a68e95de.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
38002023-11-08T23:25:43.908Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38012023-11-08T23:25:43.911Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2a5cfd2f5e9fb43a -C extra-filename=-2a5cfd2f5e9fb43a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-992f9d36f4f24ff9.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-23c40ff0a68e95de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
38022023-11-08T23:25:47.801Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=08905d6fc07fae86 -C extra-filename=-08905d6fc07fae86 --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-182d575b081390cb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6d0dbef7babec9ca.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1d2e76ac8fcaecae.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd011b64d3a17358.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7ad45a2c68d1cb9c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
38032023-11-08T23:25:51.693Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="generated"' --cfg 'feature="generated-migration"' --cfg 'feature="progenitor"' --cfg 'feature="tokio"' --cfg 'feature="tokio-tungstenite"' -C metadata=1bcc2f8d26ebf02f -C extra-filename=-1bcc2f8d26ebf02f --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-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-145ff33eba6035cd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dec3d5170626f5c3.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-ffad02ccb6756b64.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7db48804ce2add16.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-5f767778cd54b76f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
38042023-11-08T23:25:51.731Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38052023-11-08T23:25:51.738Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5e0418cc04056400 -C extra-filename=-5e0418cc04056400 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0dbabde01783a37d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-433f7a24bb39110c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-37a66ad98475136a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-eaab12566517bddf.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6ca2b21b2253387f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7ba9ea7d794e6053.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9a39a9b917d8f9c4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-eb27596307db6d78.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-335e58b8af60e2fd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-c64e803884566978.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-927ef204d42bb117.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8cc5569845a6da47.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-bc3cacc6dfff8cf8.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-f7223a622ecdac9d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5a9e5d38ddaadf99.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b11d2ae5e2714ea1.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1919c12a9b0e6e76.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
38062023-11-08T23:25:51.954Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ad34459dd5b1404e -C extra-filename=-ad34459dd5b1404e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8438d2ed5149e3d7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2350947e8c7540dd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7ad45a2c68d1cb9c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
38072023-11-08T23:25:56.317Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=6f97aa1087f335ba -C extra-filename=-6f97aa1087f335ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-03f453085a483466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2350947e8c7540dd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
38082023-11-08T23:25:57.079Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e0a79bf64a4815b4 -C extra-filename=-e0a79bf64a4815b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dec3d5170626f5c3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
38092023-11-08T23:26:00.939Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5de90901ab16e4c4 -C extra-filename=-5de90901ab16e4c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7a0aa17eceb431ba.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a289093a13952de3.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b0a7473d8a5406b7.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-460a29b310d4b266.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-17729d365ea9f58c.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-c359afadcb1855a2.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-6abbb4524cc92a01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-55338accbfac551f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d70227bb369be118.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-52f7267084aacd7f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-faab1de7b708cdb7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
38102023-11-08T23:26:02.907Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=286c8d69bd3471f4 -C extra-filename=-286c8d69bd3471f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-d1b13352fdaade12.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-6146abc1ae9e7f7b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dec3d5170626f5c3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
38112023-11-08T23:26:04.909Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f60907935971c8e7 -C extra-filename=-f60907935971c8e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-53d7fae376cc983a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out`
38122023-11-08T23:26:05.275Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8dc43b2801462e9c -C extra-filename=-8dc43b2801462e9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-460a29b310d4b266.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1b78b1fb4a8555d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dce7ed307cf8b1bf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out`
38132023-11-08T23:26:05.989Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc354533910e708c -C extra-filename=-bc354533910e708c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0f6a873288c06d6a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dec3d5170626f5c3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-8ed5c323f8a67683.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dce7ed307cf8b1bf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out`
38142023-11-08T23:26:07.890Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fc402395eb4bcd86 -C extra-filename=-fc402395eb4bcd86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0f6a873288c06d6a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
38152023-11-08T23:26:09.334Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2fa9220277fc7313 -C extra-filename=-2fa9220277fc7313 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b9cf1dcc35799dc8.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-81f1be71c4906929.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5d3399a92d803494.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0f6a873288c06d6a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-389aa8d23bf14670.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f999294866f53eae.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-fc402395eb4bcd86.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-25b40e23d874624e.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-8ebb6d5698a885ef.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-899f2ebfaaed33de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3ce65edfe215afb6.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0dfc01ec333e0708.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-dc16021709dc8714.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5eb2b6906200115f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f2683d8eb99bafb3.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bfc1aea16c9841d8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-57ed66f734a2f4b5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.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-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
38162023-11-08T23:26:09.516Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb19457101e205f6 -C extra-filename=-fb19457101e205f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-93df88e7196a6e35.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e630202a8a9a717f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-52f7267084aacd7f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5de90901ab16e4c4.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
38172023-11-08T23:26:09.544Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8a6289ac911cdf28 -C extra-filename=-8a6289ac911cdf28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-e3d1eb4ca07a2ae3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5cdff950105bf180.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-9bfeb72b8956ed2f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ffe20b5e7b9d8f7b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2350947e8c7540dd.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6ce626363b62731c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fd63d44152b07657.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
38182023-11-08T23:26:09.707Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc_key_value --edition=2021 ipcc-key-value/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=27d0e6da9b20c346 -C extra-filename=-27d0e6da9b20c346 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e48a542b00d8f230.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
38192023-11-08T23:26:10.940Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=effa7def24cb7674 -C extra-filename=-effa7def24cb7674 --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-182d575b081390cb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dec3d5170626f5c3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
38202023-11-08T23:26:12.841Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
38212023-11-08T23:26:13.017Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/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=6ab924dfb3b68bdf -C extra-filename=-6ab924dfb3b68bdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-b81994cc0cd9cf50.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
38222023-11-08T23:26:13.113Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' -C metadata=95c518e950e2ccdf -C extra-filename=-95c518e950e2ccdf --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-699149c0b36f4fa4.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-60c836391feef5c5.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-37d3cef7e8b13277.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-b504eedf47ab8f4f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-401763b5ede24ea4.rmeta --cap-lints allow -D warnings`
38232023-11-08T23:26:13.157Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d8a46ee950479000 -C extra-filename=-d8a46ee950479000 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-effa7def24cb7674.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-30b0e906068c7320.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1d2e76ac8fcaecae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f49c02bc60dc8f0f.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2704d021e9dfc6f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
38242023-11-08T23:26:13.307Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9d76accbb15a586a -C extra-filename=-9d76accbb15a586a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e48a542b00d8f230.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-9bfeb72b8956ed2f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5ab5a09c430658d5.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-c9b03116f4caf4e2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5d3399a92d803494.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-30b0e906068c7320.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e630202a8a9a717f.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-27d0e6da9b20c346.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-2edc4bd5666cf13d.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-662644f78f291486.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-74a7050af0d7b212.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7ad45a2c68d1cb9c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1f594e7f461b51a8.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-09b1fee7f63ae84d.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4c9adbd4aeefbfed.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-898dcccd10f8914b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38252023-11-08T23:26:16.167Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
38262023-11-08T23:26:16.173Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=72aed89d925bf0d5 -C extra-filename=-72aed89d925bf0d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b3a06d4625cf5d65.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5a9e5d38ddaadf99.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
38272023-11-08T23:26:17.599Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38282023-11-08T23:26:17.603Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb4bccaf34655fdc -C extra-filename=-fb4bccaf34655fdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e7680e870930d795.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3beda198f98b470f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
38292023-11-08T23:26:21.827Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=2c38b29fb1a78f68 -C extra-filename=-2c38b29fb1a78f68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5cdff950105bf180.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-93df88e7196a6e35.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-82251dca809d93bb.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e48a542b00d8f230.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e7bd23ccf645aab0.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5d3399a92d803494.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4d4973a494d389fa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0dfc01ec333e0708.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-0752c1bb7f2ac7a0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-52f7267084aacd7f.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b14e98b47886e131.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dce7ed307cf8b1bf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-65aeaeb152f1f5a7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ff1522580e71e560.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out`
38302023-11-08T23:26:22.525Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
38312023-11-08T23:26:22.548Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=64fc3f021b00afa7 -C extra-filename=-64fc3f021b00afa7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b3a06d4625cf5d65.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
38322023-11-08T23:26:28.653Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38332023-11-08T23:26:28.656Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0bb79bd5d92484da -C extra-filename=-0bb79bd5d92484da --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-72a5b93e04c7dbc8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
38342023-11-08T23:26:30.596Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e20fda0eeee66a1e -C extra-filename=-e20fda0eeee66a1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a8b165c3ce87f114.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5de90901ab16e4c4.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
38352023-11-08T23:26:34.151Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0c13fe33a0872f45 -C extra-filename=-0c13fe33a0872f45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9e5b53a6fcac152b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5cdff950105bf180.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-dee2abd454af9ec0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-93df88e7196a6e35.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a5514dc5ce5041e1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a289093a13952de3.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c3645a5cea9c4fe4.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-c4f89f52e92176a3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5d3399a92d803494.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-a8d3c2af4796b5b7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7dd349cb0678461a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7db48804ce2add16.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-8da6d1f0316b4cd1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-90d89f198233b968.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-e1123e7bf1ee808c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-898dcccd10f8914b.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c5b3b87f26394592.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a2a9d9d6450a252.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ca4c89d1239e81d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38362023-11-08T23:26:49.920Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=555b3a6a85e9e844 -C extra-filename=-555b3a6a85e9e844 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c489eba1c30f8168.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-25b40e23d874624e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
38372023-11-08T23:26:50.547Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
38382023-11-08T23:26:50.550Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=cfb0829fb57c66a9 -C extra-filename=-cfb0829fb57c66a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1e1a727f9c906966.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
38392023-11-08T23:26:53.373Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f6196418a7ca3db6 -C extra-filename=-f6196418a7ca3db6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-9bfeb72b8956ed2f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5ab5a09c430658d5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5d3399a92d803494.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9d76accbb15a586a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7ad45a2c68d1cb9c.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-ec45bbaafc441d2f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-898dcccd10f8914b.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
38402023-11-08T23:26:57.146Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38412023-11-08T23:26:57.149Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=220e65b6895824d6 -C extra-filename=-220e65b6895824d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0dbabde01783a37d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ed18ae774f926cc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-98fd4f83b348c39f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-cee68d0710045f5f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-05ab23ef01b57904.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-72aed89d925bf0d5.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b3a06d4625cf5d65.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-da26eefaa7b3a1d9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-53d7fae376cc983a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f3de64ed5c3bde02.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a5e2e5bdea4bf75.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3beda198f98b470f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5a9e5d38ddaadf99.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out`
38422023-11-08T23:26:58.002Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2e64a7e9cd6e30fa -C extra-filename=-2e64a7e9cd6e30fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-460a29b310d4b266.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1b78b1fb4a8555d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dce7ed307cf8b1bf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out`
38432023-11-08T23:26:59.732Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=31011f69ee6ac2c2 -C extra-filename=-31011f69ee6ac2c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a8b165c3ce87f114.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5ab5a09c430658d5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-25b40e23d874624e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-57ed66f734a2f4b5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
38442023-11-08T23:27:00.464Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="seed-gen"' -C metadata=bd27a8217410c921 -C extra-filename=-bd27a8217410c921 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-27d0a2e36405e8bd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-93df88e7196a6e35.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a5514dc5ce5041e1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-52907fdca6c5c497.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8b8521bd8c2249b5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5d3399a92d803494.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-9c65c620ce3b20ac.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8a79f433b134442.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6ce626363b62731c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7db48804ce2add16.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-21edaba7862024ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-8ab4dafc8bd5acb6.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-e1123e7bf1ee808c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8a424731786e689.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3995a282b25437f6.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fd63d44152b07657.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
38452023-11-08T23:27:02.027Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/pantry-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4b37fa0c757cf8f7 -C extra-filename=-4b37fa0c757cf8f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-d1b13352fdaade12.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-6146abc1ae9e7f7b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dec3d5170626f5c3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
38462023-11-08T23:27:02.398Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=679549d15df0c768 -C extra-filename=-679549d15df0c768 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-9bfeb72b8956ed2f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c489eba1c30f8168.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8438d2ed5149e3d7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-25b40e23d874624e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2350947e8c7540dd.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e0a79bf64a4815b4.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8a6289ac911cdf28.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7ad45a2c68d1cb9c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-898dcccd10f8914b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
38472023-11-08T23:27:03.422Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=989466d729e3d4e8 -C extra-filename=-989466d729e3d4e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-93df88e7196a6e35.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5ab5a09c430658d5.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9d76accbb15a586a.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bd27a8217410c921.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-f6196418a7ca3db6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38482023-11-08T23:27:04.954Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c4e862b8d1d1c15 -C extra-filename=-3c4e862b8d1d1c15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-93df88e7196a6e35.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-9bfeb72b8956ed2f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-30b0e906068c7320.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-fb19457101e205f6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
38492023-11-08T23:27:05.552Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.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 -C metadata=63663ac55572b0ae -C extra-filename=-63663ac55572b0ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-a2f60a8aa74c1e71.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-596c872534fa029e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-a58df7b6c155e074.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-168a0033ed1dfc2a.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-071df594afd5c261.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
38502023-11-08T23:27:09.724Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38512023-11-08T23:27:09.727Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=207651804d8b67e9 -C extra-filename=-207651804d8b67e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-207651804d8b67e9 -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-882eb335fd40927f.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
38522023-11-08T23:27:10.339Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38532023-11-08T23:27:11.117Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=613c5c6da7a21022 -C extra-filename=-613c5c6da7a21022 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-613c5c6da7a21022 -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-882eb335fd40927f.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
38542023-11-08T23:27:11.120Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-613c5c6da7a21022/build-script-build`
38552023-11-08T23:27:11.123Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-207651804d8b67e9/build-script-build`
38562023-11-08T23:27:11.126Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
38572023-11-08T23:27:11.134Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=20ba28510e43168d -C extra-filename=-20ba28510e43168d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-05ab23ef01b57904.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-63663ac55572b0ae.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ed52674e753c9a2a.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-af22740acdb5d11b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1516128ddb377b1e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-a58df7b6c155e074.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a5e2e5bdea4bf75.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-019bceb29aeb9d52.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2c6d1931a3022a8a.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-071df594afd5c261.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out`
38582023-11-08T23:27:11.863Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e9cd584419834c53 -C extra-filename=-e9cd584419834c53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-93df88e7196a6e35.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-9bfeb72b8956ed2f.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-0b3d81bf658fe203.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-c303823dc83b4ff0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1a86fb80ba5f6b34.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0c13fe33a0872f45.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
38592023-11-08T23:27:12.341Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a127fdbd208b46e2 -C extra-filename=-a127fdbd208b46e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-fb19457101e205f6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0f6a873288c06d6a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dec3d5170626f5c3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-8ed5c323f8a67683.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5de90901ab16e4c4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e20fda0eeee66a1e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
38602023-11-08T23:27:15.778Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38612023-11-08T23:27:15.782Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eee76606e42813ea -C extra-filename=-eee76606e42813ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53fa8e3fea0c5909.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-07c80f36b8f89ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-98fd4f83b348c39f.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-cee68d0710045f5f.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b821b0dd09171543.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-19489794af560c00.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-992f9d36f4f24ff9.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0555a7a6405c8c66.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-05ab23ef01b57904.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-64fc3f021b00afa7.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b3a06d4625cf5d65.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4ec902ded1c3a033.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e87d06fc4db5c2da.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6ca2b21b2253387f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f3de64ed5c3bde02.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d6e19b1bc5136884.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ae1ead5acebfd744.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8cc5569845a6da47.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5ead2190e8363a72.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-72a5b93e04c7dbc8.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3beda198f98b470f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5a9e5d38ddaadf99.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b11d2ae5e2714ea1.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out`
38622023-11-08T23:27:16.389Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38632023-11-08T23:27:16.395Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=992545e28933e3e3 -C extra-filename=-992545e28933e3e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-433f7a24bb39110c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-37a66ad98475136a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9a39a9b917d8f9c4.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-611799fa15ad5140.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5e0418cc04056400.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
38642023-11-08T23:27:33.408Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5d39b05af75244df -C extra-filename=-5d39b05af75244df --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-74efb9fff84c040b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-44a833324025fe94.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-a73ec4c7dc91f239.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-d52c0cc3eb6a5ef3.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b9cf1dcc35799dc8.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-92a2312d5f88dac2.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-3ec7fa125c1191d4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-ca739d6e5f0490c7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-096ea264b1d71e56.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d407ba9b52f4b35c.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1555f0ae15c19bdd.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-873093608157313c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-23c40ff0a68e95de.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6ca2b21b2253387f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9ffc14e56cf8d523.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-38360ffb9ef07a0e.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a3aa651ee9311542.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-faaf8f16c7df4290.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-2c9b286918ba1562.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1516128ddb377b1e.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-bfe756f75e2492c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39fe782b320b7a03.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d22056274abf89dc.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2f5c835073181f5c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b702dc6c43de297.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2f7b0264a14e558c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-69b292eb92103c15.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.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-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38652023-11-08T23:27:33.690Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2bfd02af437636a8 -C extra-filename=-2bfd02af437636a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9e5b53a6fcac152b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-93df88e7196a6e35.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e48a542b00d8f230.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-9bfeb72b8956ed2f.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-909ec1a8f70ffa2f.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a289093a13952de3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5d3399a92d803494.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-c303823dc83b4ff0.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-17729d365ea9f58c.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-149082c3db20566b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7dd349cb0678461a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-899f2ebfaaed33de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-55338accbfac551f.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-04b56dc3b7710a3a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-93d24819e21b4e75.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5eb2b6906200115f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6a72bb538a078700.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1a86fb80ba5f6b34.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8e8b91265f830b25.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ee969f9f0cabb88a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4c9adbd4aeefbfed.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-898dcccd10f8914b.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b5e0529b67f3126d.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-e701b0cb264e813c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5de90901ab16e4c4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e20fda0eeee66a1e.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a127fdbd208b46e2.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ff1522580e71e560.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
38662023-11-08T23:27:34.170Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=17814e5f7777f8bf -C extra-filename=-17814e5f7777f8bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bc354533910e708c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5cdff950105bf180.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-93df88e7196a6e35.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a5514dc5ce5041e1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-9bfeb72b8956ed2f.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-8dc43b2801462e9c.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a289093a13952de3.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-ef81e09e4dd0d865.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c818816ed77872b5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-460a29b310d4b266.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-8bb06a0a39f55bc1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a8b165c3ce87f114.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5ab5a09c430658d5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5d3399a92d803494.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-a8d3c2af4796b5b7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-30b0e906068c7320.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e630202a8a9a717f.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-3c4e862b8d1d1c15.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-fb19457101e205f6.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c489eba1c30f8168.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0f6a873288c06d6a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7dd349cb0678461a.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-8ebb6d5698a885ef.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-899f2ebfaaed33de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-90d89f198233b968.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dce7ed307cf8b1bf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7ad45a2c68d1cb9c.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-59b27a606181fc3b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1f594e7f461b51a8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4c9adbd4aeefbfed.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-898dcccd10f8914b.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c5b3b87f26394592.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2704d021e9dfc6f8.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0c13fe33a0872f45.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5de90901ab16e4c4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e20fda0eeee66a1e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out`
38672023-11-08T23:27:39.165Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e7e1b0d91c485b06 -C extra-filename=-e7e1b0d91c485b06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
38682023-11-08T23:27:39.841Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b895d7ea2deb3b6d -C extra-filename=-b895d7ea2deb3b6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-433f7a24bb39110c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-37a66ad98475136a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9a39a9b917d8f9c4.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-611799fa15ad5140.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5e0418cc04056400.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-992545e28933e3e3.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
38692023-11-08T23:27:43.284Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6dc1f4eeb41ae152 -C extra-filename=-6dc1f4eeb41ae152 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-433f7a24bb39110c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-37a66ad98475136a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9a39a9b917d8f9c4.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-611799fa15ad5140.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5e0418cc04056400.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-992545e28933e3e3.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
38702023-11-08T23:27:46.443Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/bin/installinator-artifactd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6b41275487432549 -C extra-filename=-6b41275487432549 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-93df88e7196a6e35.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-9bfeb72b8956ed2f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-30b0e906068c7320.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-3c4e862b8d1d1c15.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-fb19457101e205f6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
38712023-11-08T23:27:51.122Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 installinator-artifactd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f035b2a6bd52ba35 -C extra-filename=-f035b2a6bd52ba35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-64fc3f021b00afa7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b3a06d4625cf5d65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
38722023-11-08T23:28:00.423Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b4d42c2bdcc8cc3d -C extra-filename=-b4d42c2bdcc8cc3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-9bfeb72b8956ed2f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c489eba1c30f8168.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8438d2ed5149e3d7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-25b40e23d874624e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2350947e8c7540dd.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e0a79bf64a4815b4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-679549d15df0c768.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8a6289ac911cdf28.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7ad45a2c68d1cb9c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-898dcccd10f8914b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
38732023-11-08T23:28:12.689Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52353f5952c46a27 -C extra-filename=-52353f5952c46a27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-57ce24ede7f2fcba.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-44a833324025fe94.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-85d7a0ae48c463a1.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-93df88e7196a6e35.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-466aefe0d7010ed8.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b9cf1dcc35799dc8.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-81f1be71c4906929.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-9526550822352fb7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8b8521bd8c2249b5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5d3399a92d803494.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-30b0e906068c7320.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0f6a873288c06d6a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-389aa8d23bf14670.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f999294866f53eae.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2fa9220277fc7313.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-fc402395eb4bcd86.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-25b40e23d874624e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-899f2ebfaaed33de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c9542cf493f34a3.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-df3f5352834541d5.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-28c3068fecdbabf5.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-95c518e950e2ccdf.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2350947e8c7540dd.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0dfc01ec333e0708.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-dc16021709dc8714.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7db48804ce2add16.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8cc08e619e9a1ee1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-3e563abbca623726.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-52f7267084aacd7f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f2683d8eb99bafb3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c10e29fdd212ff3e.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bfc1aea16c9841d8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3995a282b25437f6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-898dcccd10f8914b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fd63d44152b07657.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.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-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38742023-11-08T23:28:23.014Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c9b4966c7ab78d94 -C extra-filename=-c9b4966c7ab78d94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4ec902ded1c3a033.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-27894e0b9e5b7cb8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-23c40ff0a68e95de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8dfd28407ddef993.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c0fcc045aa5ad3fa.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b044b917a3cecd43.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
38752023-11-08T23:28:27.650Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3e432b35e8843b99 -C extra-filename=-3e432b35e8843b99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9e5b53a6fcac152b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-93df88e7196a6e35.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e48a542b00d8f230.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-9bfeb72b8956ed2f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-909ec1a8f70ffa2f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a289093a13952de3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5d3399a92d803494.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-c303823dc83b4ff0.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-17729d365ea9f58c.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-149082c3db20566b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7dd349cb0678461a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-899f2ebfaaed33de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-55338accbfac551f.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-04b56dc3b7710a3a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-93d24819e21b4e75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5eb2b6906200115f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6a72bb538a078700.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1a86fb80ba5f6b34.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8e8b91265f830b25.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ee969f9f0cabb88a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4c9adbd4aeefbfed.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-898dcccd10f8914b.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b5e0529b67f3126d.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-e701b0cb264e813c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5de90901ab16e4c4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2bfd02af437636a8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e20fda0eeee66a1e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a127fdbd208b46e2.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ff1522580e71e560.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
38762023-11-08T23:28:30.692Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1f94a5b6a6738b34 -C extra-filename=-1f94a5b6a6738b34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-db308b1a43082729.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0dbabde01783a37d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-433f7a24bb39110c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-37a66ad98475136a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-eaab12566517bddf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6ca2b21b2253387f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7ba9ea7d794e6053.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-59fc859a80908d40.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9a39a9b917d8f9c4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-eb27596307db6d78.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-335e58b8af60e2fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-c64e803884566978.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-927ef204d42bb117.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8cc5569845a6da47.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-bc3cacc6dfff8cf8.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-f7223a622ecdac9d.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5a9e5d38ddaadf99.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5e0418cc04056400.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b11d2ae5e2714ea1.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1919c12a9b0e6e76.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
38772023-11-08T23:28:31.105Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cfddc15216a99845 -C extra-filename=-cfddc15216a99845 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-a73ec4c7dc91f239.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ed18ae774f926cc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-d52c0cc3eb6a5ef3.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cbbbd88273ce308d.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6ab924dfb3b68bdf.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-78d8abfc7fbd9306.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b821b0dd09171543.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a87df0e688eb578e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-992f9d36f4f24ff9.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-ca739d6e5f0490c7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4ec902ded1c3a033.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-096ea264b1d71e56.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-f60907935971c8e7.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-dd7cd7cefa14b7f3.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d407ba9b52f4b35c.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1555f0ae15c19bdd.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5d39b05af75244df.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-873093608157313c.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2a5cfd2f5e9fb43a.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2b94fde606a5ab91.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-23c40ff0a68e95de.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6ca2b21b2253387f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9ffc14e56cf8d523.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-38360ffb9ef07a0e.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a3aa651ee9311542.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-faaf8f16c7df4290.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8dfd28407ddef993.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b044b917a3cecd43.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-acc8c74d6b311918.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-934a87e835f92c6f.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0c4b030a81fbf767.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-53d7fae376cc983a.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-204763f248b27f1d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-2c9b286918ba1562.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1516128ddb377b1e.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-532935166a55f9f9.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-bfe756f75e2492c2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39fe782b320b7a03.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d22056274abf89dc.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2f5c835073181f5c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b702dc6c43de297.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2f7b0264a14e558c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5ead2190e8363a72.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-72a5b93e04c7dbc8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-69b292eb92103c15.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38782023-11-08T23:28:32.990Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=de5cbc5eca20cb6d -C extra-filename=-de5cbc5eca20cb6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-05ab23ef01b57904.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-20ba28510e43168d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-63663ac55572b0ae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ed52674e753c9a2a.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-af22740acdb5d11b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1516128ddb377b1e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-a58df7b6c155e074.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a5e2e5bdea4bf75.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-019bceb29aeb9d52.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2c6d1931a3022a8a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-071df594afd5c261.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out`
38792023-11-08T23:28:37.730Z Compiling omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger)
38802023-11-08T23:28:37.733Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name thing_flinger --edition=2021 dev-tools/thing-flinger/src/bin/thing-flinger.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a6b799b8ecf38409 -C extra-filename=-a6b799b8ecf38409 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-e5c5fb3b7cb80b99.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-20ba28510e43168d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-a58df7b6c155e074.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out`
38812023-11-08T23:28:41.892Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 tufaceous/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c66c662d287054b8 -C extra-filename=-c66c662d287054b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-db308b1a43082729.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e7680e870930d795.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-6e11dd97b590863d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4a1d94d313c893f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-1f347ebb58effc2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-fb4bccaf34655fdc.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3beda198f98b470f.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
38822023-11-08T23:28:42.104Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=32ead8a2f658bd54 -C extra-filename=-32ead8a2f658bd54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-93df88e7196a6e35.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-9bfeb72b8956ed2f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-0b3d81bf658fe203.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-c303823dc83b4ff0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1a86fb80ba5f6b34.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-e9cd584419834c53.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0c13fe33a0872f45.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
38832023-11-08T23:28:46.718Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b6cdf2ffbfb4a362 -C extra-filename=-b6cdf2ffbfb4a362 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bc354533910e708c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5cdff950105bf180.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-93df88e7196a6e35.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a5514dc5ce5041e1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-9bfeb72b8956ed2f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-8dc43b2801462e9c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a289093a13952de3.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-ef81e09e4dd0d865.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c818816ed77872b5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-460a29b310d4b266.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-8bb06a0a39f55bc1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a8b165c3ce87f114.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5ab5a09c430658d5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5d3399a92d803494.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-a8d3c2af4796b5b7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-30b0e906068c7320.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e630202a8a9a717f.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-3c4e862b8d1d1c15.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-fb19457101e205f6.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c489eba1c30f8168.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0f6a873288c06d6a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7dd349cb0678461a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-8ebb6d5698a885ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-899f2ebfaaed33de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-90d89f198233b968.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dce7ed307cf8b1bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7ad45a2c68d1cb9c.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-59b27a606181fc3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1f594e7f461b51a8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4c9adbd4aeefbfed.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-898dcccd10f8914b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c5b3b87f26394592.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2704d021e9dfc6f8.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0c13fe33a0872f45.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5de90901ab16e4c4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e20fda0eeee66a1e.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-17814e5f7777f8bf.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out`
38842023-11-08T23:28:49.619Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7d218324a42392e6 -C extra-filename=-7d218324a42392e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53fa8e3fea0c5909.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-07c80f36b8f89ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-98fd4f83b348c39f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-cee68d0710045f5f.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b821b0dd09171543.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-19489794af560c00.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4a1d94d313c893f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-992f9d36f4f24ff9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4afc765531ef7bba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0555a7a6405c8c66.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-05ab23ef01b57904.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-220e65b6895824d6.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-72aed89d925bf0d5.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-64fc3f021b00afa7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b3a06d4625cf5d65.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4ec902ded1c3a033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c8216ea959ba6151.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e87d06fc4db5c2da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6ca2b21b2253387f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f3de64ed5c3bde02.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d6e19b1bc5136884.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ae1ead5acebfd744.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8cc5569845a6da47.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5ead2190e8363a72.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-72a5b93e04c7dbc8.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-fb4bccaf34655fdc.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3beda198f98b470f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5a9e5d38ddaadf99.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5e0418cc04056400.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b11d2ae5e2714ea1.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-eee76606e42813ea.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1919c12a9b0e6e76.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out`
38852023-11-08T23:28:54.974Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=776b6322b3e2c1dd -C extra-filename=-776b6322b3e2c1dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53fa8e3fea0c5909.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-07c80f36b8f89ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-98fd4f83b348c39f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-cee68d0710045f5f.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b821b0dd09171543.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-19489794af560c00.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4a1d94d313c893f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-992f9d36f4f24ff9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4afc765531ef7bba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0555a7a6405c8c66.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-05ab23ef01b57904.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-220e65b6895824d6.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-72aed89d925bf0d5.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-64fc3f021b00afa7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b3a06d4625cf5d65.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4ec902ded1c3a033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c8216ea959ba6151.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e87d06fc4db5c2da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6ca2b21b2253387f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f3de64ed5c3bde02.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d6e19b1bc5136884.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ae1ead5acebfd744.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8cc5569845a6da47.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5ead2190e8363a72.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-72a5b93e04c7dbc8.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-fb4bccaf34655fdc.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3beda198f98b470f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5a9e5d38ddaadf99.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5e0418cc04056400.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b11d2ae5e2714ea1.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-eee76606e42813ea.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1919c12a9b0e6e76.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out`
38862023-11-08T23:28:55.449Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name manifest_tests --edition=2021 tufaceous/tests/manifest-tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg test -C metadata=391191951b7910b4 -C extra-filename=-391191951b7910b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-db308b1a43082729.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e7680e870930d795.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-6e11dd97b590863d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4a1d94d313c893f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-1f347ebb58effc2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-fb4bccaf34655fdc.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3beda198f98b470f.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
38872023-11-08T23:28:59.160Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b001f474c4260568 -C extra-filename=-b001f474c4260568 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-05ab23ef01b57904.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-63663ac55572b0ae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ed52674e753c9a2a.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-af22740acdb5d11b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1516128ddb377b1e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-a58df7b6c155e074.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a5e2e5bdea4bf75.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-019bceb29aeb9d52.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2c6d1931a3022a8a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-071df594afd5c261.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out`
38882023-11-08T23:29:03.093Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a7603d137ab7ef68 -C extra-filename=-a7603d137ab7ef68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0dbabde01783a37d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ed18ae774f926cc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-98fd4f83b348c39f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-cee68d0710045f5f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-0e2babb6a2a59fdb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-05ab23ef01b57904.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-220e65b6895824d6.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-72aed89d925bf0d5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b3a06d4625cf5d65.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-da26eefaa7b3a1d9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-01bc5e82657253a9.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-53d7fae376cc983a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-59fc859a80908d40.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f3de64ed5c3bde02.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a5e2e5bdea4bf75.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-b67e0ab08d13ce04.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ae1ead5acebfd744.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3beda198f98b470f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5a9e5d38ddaadf99.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out`
38892023-11-08T23:29:06.341Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=00438381a36349e0 -C extra-filename=-00438381a36349e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53fa8e3fea0c5909.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-07c80f36b8f89ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-98fd4f83b348c39f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-cee68d0710045f5f.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b821b0dd09171543.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-19489794af560c00.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4a1d94d313c893f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-992f9d36f4f24ff9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4afc765531ef7bba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0555a7a6405c8c66.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-05ab23ef01b57904.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-220e65b6895824d6.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-72aed89d925bf0d5.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-64fc3f021b00afa7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b3a06d4625cf5d65.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4ec902ded1c3a033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c8216ea959ba6151.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e87d06fc4db5c2da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6ca2b21b2253387f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f3de64ed5c3bde02.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d6e19b1bc5136884.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ae1ead5acebfd744.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8cc5569845a6da47.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5ead2190e8363a72.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-72a5b93e04c7dbc8.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-fb4bccaf34655fdc.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3beda198f98b470f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5a9e5d38ddaadf99.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5e0418cc04056400.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b11d2ae5e2714ea1.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1919c12a9b0e6e76.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out`
38902023-11-08T23:29:09.173Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/bin/installinator-artifactd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d149772d4126f495 -C extra-filename=-d149772d4126f495 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-64fc3f021b00afa7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b3a06d4625cf5d65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
38912023-11-08T23:29:12.230Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=92445a5cbba81bf4 -C extra-filename=-92445a5cbba81bf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-5c3e1582c0afd59f.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-85d7a0ae48c463a1.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-93df88e7196a6e35.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7a0aa17eceb431ba.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-9bfeb72b8956ed2f.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-466aefe0d7010ed8.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-286c8d69bd3471f4.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4b37fa0c757cf8f7.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3566304f2dc85caf.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c818816ed77872b5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8ca5c3ea6247e3c2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a8b165c3ce87f114.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8b8521bd8c2249b5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5d3399a92d803494.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-30b0e906068c7320.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c489eba1c30f8168.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0f6a873288c06d6a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-389aa8d23bf14670.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2e64a7e9cd6e30fa.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-ee55ccbe3f3bb46b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f999294866f53eae.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2fa9220277fc7313.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-52353f5952c46a27.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-fc402395eb4bcd86.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-31011f69ee6ac2c2.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-555b3a6a85e9e844.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-25b40e23d874624e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b1a7de9684361e2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-899f2ebfaaed33de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c9542cf493f34a3.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-df3f5352834541d5.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-28c3068fecdbabf5.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-95c518e950e2ccdf.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2350947e8c7540dd.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e0a79bf64a4815b4.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8a6289ac911cdf28.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6f97aa1087f335ba.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ad34459dd5b1404e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3ce65edfe215afb6.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0dfc01ec333e0708.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1b78b1fb4a8555d3.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1bcc2f8d26ebf02f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-dc16021709dc8714.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7db48804ce2add16.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-21edaba7862024ea.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8cc08e619e9a1ee1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5eb2b6906200115f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-3e563abbca623726.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-52f7267084aacd7f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f2683d8eb99bafb3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7ad45a2c68d1cb9c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bfc1aea16c9841d8.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8a424731786e689.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3995a282b25437f6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-898dcccd10f8914b.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c5b3b87f26394592.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2704d021e9dfc6f8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fd63d44152b07657.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38922023-11-08T23:29:13.582Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7fcb5f9f250dd149 -C extra-filename=-7fcb5f9f250dd149 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-db308b1a43082729.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0dbabde01783a37d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-433f7a24bb39110c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-37a66ad98475136a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-eaab12566517bddf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6ca2b21b2253387f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7ba9ea7d794e6053.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-59fc859a80908d40.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9a39a9b917d8f9c4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-eb27596307db6d78.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-335e58b8af60e2fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-c64e803884566978.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-927ef204d42bb117.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8cc5569845a6da47.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-bc3cacc6dfff8cf8.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-f7223a622ecdac9d.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5a9e5d38ddaadf99.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5e0418cc04056400.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b11d2ae5e2714ea1.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1919c12a9b0e6e76.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
38932023-11-08T23:29:16.328Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9881dedaa380f266 -C extra-filename=-9881dedaa380f266 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-433f7a24bb39110c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-37a66ad98475136a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9a39a9b917d8f9c4.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-611799fa15ad5140.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5e0418cc04056400.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
38942023-11-08T23:29:17.179Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d8b0d69fcc5b7a75 -C extra-filename=-d8b0d69fcc5b7a75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-433f7a24bb39110c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-121a8ee5dd71f039.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4afc765531ef7bba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-05ab23ef01b57904.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-da26eefaa7b3a1d9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-49d0e19bd0581214.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dc8d291a79b0d40e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1130240042d45901.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-fb0b923521577f3d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-99d5bb95dcaac458.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ae1ead5acebfd744.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-eea2f10a3e58baba.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8cc5569845a6da47.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38952023-11-08T23:29:18.608Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bd559ce1eee61495 -C extra-filename=-bd559ce1eee61495 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-e48a542b00d8f230.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-9bfeb72b8956ed2f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5ab5a09c430658d5.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-c9b03116f4caf4e2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5d3399a92d803494.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-30b0e906068c7320.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e630202a8a9a717f.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-27d0e6da9b20c346.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9d76accbb15a586a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-2edc4bd5666cf13d.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-662644f78f291486.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-74a7050af0d7b212.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7ad45a2c68d1cb9c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1f594e7f461b51a8.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-09b1fee7f63ae84d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4c9adbd4aeefbfed.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-898dcccd10f8914b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38962023-11-08T23:29:20.773Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e393a9fde93716ef -C extra-filename=-e393a9fde93716ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0dbabde01783a37d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ed18ae774f926cc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-98fd4f83b348c39f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-cee68d0710045f5f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-0e2babb6a2a59fdb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-05ab23ef01b57904.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-72aed89d925bf0d5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b3a06d4625cf5d65.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-da26eefaa7b3a1d9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-01bc5e82657253a9.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-53d7fae376cc983a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-59fc859a80908d40.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f3de64ed5c3bde02.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a5e2e5bdea4bf75.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-b67e0ab08d13ce04.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ae1ead5acebfd744.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3beda198f98b470f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5a9e5d38ddaadf99.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out`
38972023-11-08T23:29:43.773Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=35343d4443593c38 -C extra-filename=-35343d4443593c38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-57ce24ede7f2fcba.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-9bfeb72b8956ed2f.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-81f1be71c4906929.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a8b165c3ce87f114.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5ab5a09c430658d5.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-989466d729e3d4e8.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-c303823dc83b4ff0.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c489eba1c30f8168.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0f6a873288c06d6a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8438d2ed5149e3d7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2fa9220277fc7313.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-52353f5952c46a27.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-25b40e23d874624e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e0a79bf64a4815b4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0dfc01ec333e0708.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f2683d8eb99bafb3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-57ed66f734a2f4b5.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-673a9a849fcc490f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ee969f9f0cabb88a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.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-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38982023-11-08T23:29:45.196Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=092894cbbf4188fd -C extra-filename=-092894cbbf4188fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-db308b1a43082729.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e7680e870930d795.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-6e11dd97b590863d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4a1d94d313c893f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-1f347ebb58effc2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-fb4bccaf34655fdc.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3beda198f98b470f.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
38992023-11-08T23:29:48.369Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d91bf15a7bbb5fff -C extra-filename=-d91bf15a7bbb5fff --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4ec902ded1c3a033.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-27894e0b9e5b7cb8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-23c40ff0a68e95de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8dfd28407ddef993.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c0fcc045aa5ad3fa.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b044b917a3cecd43.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
39002023-11-08T23:29:52.043Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7ac7f37115aa4ba2 -C extra-filename=-7ac7f37115aa4ba2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-db308b1a43082729.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0dbabde01783a37d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-433f7a24bb39110c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-37a66ad98475136a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-eaab12566517bddf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6ca2b21b2253387f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7ba9ea7d794e6053.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-59fc859a80908d40.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9a39a9b917d8f9c4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-eb27596307db6d78.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-335e58b8af60e2fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-c64e803884566978.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-927ef204d42bb117.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8cc5569845a6da47.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-bc3cacc6dfff8cf8.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-f7223a622ecdac9d.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5a9e5d38ddaadf99.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b11d2ae5e2714ea1.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1919c12a9b0e6e76.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
39012023-11-08T23:30:26.684Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_test --edition=2021 dns-server/tests/openapi_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0ed7a0596f8fb814 -C extra-filename=-0ed7a0596f8fb814 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-19e5ceff15d22646.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-78d8abfc7fbd9306.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-0909e6f64ef1cb52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-37b515d228da282d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-f0ebd2e15ae5dd08.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-120222c9044a1dad.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-72a5b93e04c7dbc8.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-b09f35bd08b82106.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
39022023-11-08T23:30:27.401Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=78b1a262f3fd63fc -C extra-filename=-78b1a262f3fd63fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-19e5ceff15d22646.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-78d8abfc7fbd9306.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-0909e6f64ef1cb52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-37b515d228da282d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-f0ebd2e15ae5dd08.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-120222c9044a1dad.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-72a5b93e04c7dbc8.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-b09f35bd08b82106.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
39032023-11-08T23:30:29.661Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name apigen --edition=2021 dns-server/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=566079df3c15e868 -C extra-filename=-566079df3c15e868 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-93df88e7196a6e35.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-9bfeb72b8956ed2f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-c9a4c23f2efdf1e0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3566304f2dc85caf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-12d187ca5fd0bd9d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-adddbd97d8b2a324.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1a86fb80ba5f6b34.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8a424731786e689.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-898dcccd10f8914b.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-85b95207d1bb4501.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f49c02bc60dc8f0f.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2704d021e9dfc6f8.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-fa249c3ad0d45c84.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
39042023-11-08T23:30:34.010Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=13baa908b62ce140 -C extra-filename=-13baa908b62ce140 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-19e5ceff15d22646.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-78d8abfc7fbd9306.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-0909e6f64ef1cb52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-37b515d228da282d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-f0ebd2e15ae5dd08.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-120222c9044a1dad.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-72a5b93e04c7dbc8.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-b09f35bd08b82106.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
39052023-11-08T23:30:38.855Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2ebece197f31d904 -C extra-filename=-2ebece197f31d904 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-93df88e7196a6e35.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-9bfeb72b8956ed2f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-c9a4c23f2efdf1e0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3566304f2dc85caf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-12d187ca5fd0bd9d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-adddbd97d8b2a324.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1a86fb80ba5f6b34.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8a424731786e689.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-898dcccd10f8914b.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-85b95207d1bb4501.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f49c02bc60dc8f0f.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2704d021e9dfc6f8.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-fa249c3ad0d45c84.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
39062023-11-08T23:30:46.823Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=65cefcfe2a002294 -C extra-filename=-65cefcfe2a002294 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-93df88e7196a6e35.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-9bfeb72b8956ed2f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-c9a4c23f2efdf1e0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3566304f2dc85caf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-12d187ca5fd0bd9d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-adddbd97d8b2a324.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1a86fb80ba5f6b34.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8a424731786e689.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-898dcccd10f8914b.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-85b95207d1bb4501.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f49c02bc60dc8f0f.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2704d021e9dfc6f8.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-fa249c3ad0d45c84.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
39072023-11-08T23:30:50.313Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=49371fa89804b0f4 -C extra-filename=-49371fa89804b0f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-93df88e7196a6e35.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-9bfeb72b8956ed2f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-c9a4c23f2efdf1e0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3566304f2dc85caf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-12d187ca5fd0bd9d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-adddbd97d8b2a324.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1a86fb80ba5f6b34.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8a424731786e689.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-898dcccd10f8914b.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-85b95207d1bb4501.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f49c02bc60dc8f0f.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2704d021e9dfc6f8.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-fa249c3ad0d45c84.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
39082023-11-08T23:30:50.647Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=99356d800099cadc -C extra-filename=-99356d800099cadc --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-53d7fae376cc983a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out`
39092023-11-08T23:30:55.983Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f85e7bbced5d41ac -C extra-filename=-f85e7bbced5d41ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-db308b1a43082729.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e7680e870930d795.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-6e11dd97b590863d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4a1d94d313c893f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-1f347ebb58effc2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3beda198f98b470f.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
39102023-11-08T23:30:59.677Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1959506ad5cbebf7 -C extra-filename=-1959506ad5cbebf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c06e754dd4cf3fb4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-e57956d81e26da60.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b044b917a3cecd43.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-69b292eb92103c15.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
39112023-11-08T23:31:03.469Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5055ccbc116d313d -C extra-filename=-5055ccbc116d313d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4ec902ded1c3a033.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-27894e0b9e5b7cb8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-23c40ff0a68e95de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8dfd28407ddef993.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b044b917a3cecd43.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
39122023-11-08T23:31:05.585Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=88d8b714f120f5b5 -C extra-filename=-88d8b714f120f5b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1168b045059116de.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-07c80f36b8f89ea2.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-e19ad49084f36741.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-433f7a24bb39110c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e7bd23ccf645aab0.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-546ab4622c494aa5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-59fc859a80908d40.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-d0c73d75843e2cf1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d22056274abf89dc.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9ba4573df88b8a80.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-45e0d4b93b991d85.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out`
39132023-11-08T23:31:08.707Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=28a5b3ddf097941d -C extra-filename=-28a5b3ddf097941d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1168b045059116de.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-07c80f36b8f89ea2.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-e19ad49084f36741.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-433f7a24bb39110c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e7bd23ccf645aab0.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-546ab4622c494aa5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-59fc859a80908d40.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-d0c73d75843e2cf1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d22056274abf89dc.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9ba4573df88b8a80.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-45e0d4b93b991d85.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out`
39142023-11-08T23:31:08.999Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=fa19a810a23e70c2 -C extra-filename=-fa19a810a23e70c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b9cf1dcc35799dc8.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-92a2312d5f88dac2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-096ea264b1d71e56.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d407ba9b52f4b35c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-873093608157313c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-23c40ff0a68e95de.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e87d06fc4db5c2da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6ca2b21b2253387f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0c4b030a81fbf767.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-2c9b286918ba1562.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2f5c835073181f5c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b702dc6c43de297.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.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-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
39152023-11-08T23:31:09.005Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c07def7b67e7f84a -C extra-filename=-c07def7b67e7f84a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-49d0e19bd0581214.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-99d5bb95dcaac458.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-05d0e7aee618d548.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
39162023-11-08T23:31:09.365Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=619bbc0bc4be243a -C extra-filename=-619bbc0bc4be243a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-992f9d36f4f24ff9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4afc765531ef7bba.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-23c40ff0a68e95de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
39172023-11-08T23:31:12.736Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=73561afa8dd15aae -C extra-filename=-73561afa8dd15aae --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-49d0e19bd0581214.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-05d0e7aee618d548.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
39182023-11-08T23:31:17.742Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=71b9199341756846 -C extra-filename=-71b9199341756846 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-49d0e19bd0581214.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-99d5bb95dcaac458.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
39192023-11-08T23:31:18.978Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b6a534dcfc879e82 -C extra-filename=-b6a534dcfc879e82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-433f7a24bb39110c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-121a8ee5dd71f039.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4afc765531ef7bba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-05ab23ef01b57904.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-da26eefaa7b3a1d9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dc8d291a79b0d40e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1130240042d45901.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-fb0b923521577f3d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-99d5bb95dcaac458.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ae1ead5acebfd744.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-eea2f10a3e58baba.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8cc5569845a6da47.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
39202023-11-08T23:31:21.313Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9400c816f8ac1482 -C extra-filename=-9400c816f8ac1482 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-433f7a24bb39110c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-121a8ee5dd71f039.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4afc765531ef7bba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-05ab23ef01b57904.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-da26eefaa7b3a1d9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-49d0e19bd0581214.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dc8d291a79b0d40e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1130240042d45901.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-fb0b923521577f3d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-99d5bb95dcaac458.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ae1ead5acebfd744.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-eea2f10a3e58baba.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8cc5569845a6da47.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
39212023-11-08T23:31:25.113Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b7059748d3c8fa4d -C extra-filename=-b7059748d3c8fa4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b3a06d4625cf5d65.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5a9e5d38ddaadf99.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b11d2ae5e2714ea1.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
39222023-11-08T23:31:41.239Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name producer --edition=2021 oximeter/producer/examples/producer.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9d0c12b88b64f26d -C extra-filename=-9d0c12b88b64f26d --out-dir /work/oxidecomputer/omicron/target/debug/examples -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-27894e0b9e5b7cb8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-934a87e835f92c6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
39232023-11-08T23:31:49.570Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=e7dc4469fb0a313c -C extra-filename=-e7dc4469fb0a313c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-07c80f36b8f89ea2.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-e19ad49084f36741.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-433f7a24bb39110c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e7bd23ccf645aab0.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-546ab4622c494aa5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-59fc859a80908d40.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-d0c73d75843e2cf1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d22056274abf89dc.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9ba4573df88b8a80.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-45e0d4b93b991d85.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out`
39242023-11-08T23:31:55.167Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b5b2143f191444d6 -C extra-filename=-b5b2143f191444d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out`
39252023-11-08T23:31:55.263Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=acfdcbe9e15eb499 -C extra-filename=-acfdcbe9e15eb499 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-c1ac83fd35cfe4dd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-05ab23ef01b57904.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0c01540acd421166.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-2b3793a82293b495.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-096ea264b1d71e56.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-27894e0b9e5b7cb8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-0230b0105bf949ff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-264063ef7201caec.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out`
39262023-11-08T23:32:00.122Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=390607a091119003 -C extra-filename=-390607a091119003 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-53d7fae376cc983a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out`
39272023-11-08T23:32:01.812Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=713865cc488d7dc5 -C extra-filename=-713865cc488d7dc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-05ab23ef01b57904.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d22056274abf89dc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5a9e5d38ddaadf99.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
39282023-11-08T23:32:03.747Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6d14c84848b2e58d -C extra-filename=-6d14c84848b2e58d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b3a06d4625cf5d65.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5a9e5d38ddaadf99.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
39292023-11-08T23:32:04.276Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=53d8d86d63d1d5e5 -C extra-filename=-53d8d86d63d1d5e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b3a06d4625cf5d65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
39302023-11-08T23:32:06.462Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=15274ec9f1906e2d -C extra-filename=-15274ec9f1906e2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-27894e0b9e5b7cb8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
39312023-11-08T23:32:08.101Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name apigen --edition=2021 dns-server/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=550a9052f1604859 -C extra-filename=-550a9052f1604859 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-19e5ceff15d22646.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-78d8abfc7fbd9306.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-0909e6f64ef1cb52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-37b515d228da282d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-f0ebd2e15ae5dd08.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-120222c9044a1dad.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-72a5b93e04c7dbc8.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-b09f35bd08b82106.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
39322023-11-08T23:32:10.063Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=79e987ff4067bf94 -C extra-filename=-79e987ff4067bf94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-19e5ceff15d22646.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-78d8abfc7fbd9306.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-120222c9044a1dad.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-72a5b93e04c7dbc8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
39332023-11-08T23:32:10.713Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=033a72db44df42a4 -C extra-filename=-033a72db44df42a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-19e5ceff15d22646.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-78d8abfc7fbd9306.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-0909e6f64ef1cb52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-37b515d228da282d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-f0ebd2e15ae5dd08.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-120222c9044a1dad.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-72a5b93e04c7dbc8.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-b09f35bd08b82106.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
39342023-11-08T23:32:12.230Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a9654f114e3f1002 -C extra-filename=-a9654f114e3f1002 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-19e5ceff15d22646.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-78d8abfc7fbd9306.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-0909e6f64ef1cb52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-37b515d228da282d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-f0ebd2e15ae5dd08.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-120222c9044a1dad.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-72a5b93e04c7dbc8.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-b09f35bd08b82106.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
39352023-11-08T23:32:13.111Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=250898e9e8d28fed -C extra-filename=-250898e9e8d28fed --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-19e5ceff15d22646.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-78d8abfc7fbd9306.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-0909e6f64ef1cb52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-37b515d228da282d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-f0ebd2e15ae5dd08.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-120222c9044a1dad.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-72a5b93e04c7dbc8.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-b09f35bd08b82106.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
39362023-11-08T23:32:14.167Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/oximeter/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=364be5c5a9b98829 -C extra-filename=-364be5c5a9b98829 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-07222ee5606f4b11.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-19a8d16cda05f0e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-da8f09dd46258e06.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-64e6ac255159d7d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-296fff5cdbd83380.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
39372023-11-08T23:32:15.430Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5083b74b61d7e9db -C extra-filename=-5083b74b61d7e9db --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c06e754dd4cf3fb4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-e57956d81e26da60.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-69b292eb92103c15.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
39382023-11-08T23:32:15.694Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -C metadata=1241eb40ea4360b1 -C extra-filename=-1241eb40ea4360b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-bd2829a9eddfc05a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
39392023-11-08T23:32:17.068Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
39402023-11-08T23:32:17.071Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns-cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=dd62359465fcfe7b -C extra-filename=-dd62359465fcfe7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4ec902ded1c3a033.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-72a5b93e04c7dbc8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
39412023-11-08T23:32:20.283Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=185da3dc50fb18f2 -C extra-filename=-185da3dc50fb18f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-53d7fae376cc983a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
39422023-11-08T23:32:38.622Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=32437f4860d8864c -C extra-filename=-32437f4860d8864c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-cee68d0710045f5f.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-af042b7bd262a5cc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9ffc14e56cf8d523.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a3aa651ee9311542.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-015e250b18c8e740.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
39432023-11-08T23:32:45.047Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39442023-11-08T23:32:45.071Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b7c4a426aaca1e14 -C extra-filename=-b7c4a426aaca1e14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
39452023-11-08T23:32:47.983Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine_basic --edition=2021 update-engine/examples/update-engine-basic/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a6b2631b0e591657 -C extra-filename=-a6b2631b0e591657 --out-dir /work/oxidecomputer/omicron/target/debug/examples -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0dbabde01783a37d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-07c80f36b8f89ea2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ed18ae774f926cc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b0a7473d8a5406b7.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-eaab12566517bddf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-98df59988bd21ad1.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-013a8150a1a024b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7ba9ea7d794e6053.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ed52674e753c9a2a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d22056274abf89dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-c64e803884566978.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-019bceb29aeb9d52.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ae1ead5acebfd744.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5a9e5d38ddaadf99.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
39462023-11-08T23:32:54.772Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=67e5d01a56b13569 -C extra-filename=-67e5d01a56b13569 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0dbabde01783a37d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-b5c8c71cabff45dc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-07c80f36b8f89ea2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4a1d94d313c893f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0555a7a6405c8c66.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1516128ddb377b1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-96ee4059222ea7d7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f3de64ed5c3bde02.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5ead2190e8363a72.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-066525b4f708b591.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-422f549c6bd8c2b6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
39472023-11-08T23:32:59.135Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6a1bec18983e890b -C extra-filename=-6a1bec18983e890b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-78d8abfc7fbd9306.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-0909e6f64ef1cb52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-37b515d228da282d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-f0ebd2e15ae5dd08.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-120222c9044a1dad.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-72a5b93e04c7dbc8.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-b09f35bd08b82106.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
39482023-11-08T23:33:10.394Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6586a1ef56debfdd -C extra-filename=-6586a1ef56debfdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0dbabde01783a37d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-07c80f36b8f89ea2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ed18ae774f926cc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b0a7473d8a5406b7.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-eaab12566517bddf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-98df59988bd21ad1.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-013a8150a1a024b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7ba9ea7d794e6053.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ed52674e753c9a2a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d22056274abf89dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-c64e803884566978.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-019bceb29aeb9d52.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ae1ead5acebfd744.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
39492023-11-08T23:33:11.987Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5fd382a2baf0bebf -C extra-filename=-5fd382a2baf0bebf --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
39502023-11-08T23:33:24.146Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="seed-gen"' -C metadata=f9bfb905069db1be -C extra-filename=-f9bfb905069db1be --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-f3b25fb0bc9d1b3f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-07c80f36b8f89ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-a2f60a8aa74c1e71.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-ca739d6e5f0490c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-53f4176799c06c33.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-015e250b18c8e740.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1516128ddb377b1e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-532935166a55f9f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2f7b0264a14e558c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-69b292eb92103c15.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
39512023-11-08T23:33:26.111Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e74e18a520dbbc07 -C extra-filename=-e74e18a520dbbc07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-992f9d36f4f24ff9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5a9e5d38ddaadf99.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
39522023-11-08T23:33:29.012Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=fae06b2bc2432b54 -C extra-filename=-fae06b2bc2432b54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6ca2b21b2253387f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
39532023-11-08T23:33:30.346Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e2453a22cfb437c8 -C extra-filename=-e2453a22cfb437c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-07222ee5606f4b11.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-19a8d16cda05f0e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-da8f09dd46258e06.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-64e6ac255159d7d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-296fff5cdbd83380.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
39542023-11-08T23:33:30.430Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
39552023-11-08T23:33:30.434Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f90c56efb064f959 -C extra-filename=-f90c56efb064f959 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-992f9d36f4f24ff9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-6a7b8090601ca9a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-eea2f10a3e58baba.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
39562023-11-08T23:33:46.686Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8e5958cc157d2fe3 -C extra-filename=-8e5958cc157d2fe3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
39572023-11-08T23:33:47.501Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=91418230e99bfd15 -C extra-filename=-91418230e99bfd15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
39582023-11-08T23:33:50.539Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=833368a45488aa69 -C extra-filename=-833368a45488aa69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-546ab4622c494aa5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-d0c73d75843e2cf1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9ba4573df88b8a80.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
39592023-11-08T23:33:51.253Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff_print --edition=2021 common/examples/backoff-print.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=54fdf23b4b7fa4b7 -C extra-filename=-54fdf23b4b7fa4b7 --out-dir /work/oxidecomputer/omicron/target/debug/examples -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c454832c96697f8c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-a71b69681dde6fcb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-07c80f36b8f89ea2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-096ea264b1d71e56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0c4b030a81fbf767.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-59fc859a80908d40.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1516128ddb377b1e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-a58df7b6c155e074.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dc8d291a79b0d40e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39fe782b320b7a03.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d22056274abf89dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-b67e0ab08d13ce04.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2f7b0264a14e558c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
39602023-11-08T23:33:55.698Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2f82f89e05e72eb3 -C extra-filename=-2f82f89e05e72eb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c454832c96697f8c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-78d8abfc7fbd9306.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-992f9d36f4f24ff9.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d407ba9b52f4b35c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6ca2b21b2253387f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9ffc14e56cf8d523.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-38360ffb9ef07a0e.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a3aa651ee9311542.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0c4b030a81fbf767.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b702dc6c43de297.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
39612023-11-08T23:33:56.425Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc_key_value --edition=2021 ipcc-key-value/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9810a466889ccd4a -C extra-filename=-9810a466889ccd4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-433f7a24bb39110c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-59fc859a80908d40.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-b67e0ab08d13ce04.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
39622023-11-08T23:34:03.498Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="mockall"' --cfg 'feature="testing"' -C metadata=7e67694a65d014ba -C extra-filename=-7e67694a65d014ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-fcab3b440d110683.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-32ead843142ea4de.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-096ea264b1d71e56.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-69565eba2dc908d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e2b6302aba1f30c9.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-cd20cd732c3b5f28.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a5e2e5bdea4bf75.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-2e4a5ac00df5e5f2.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
39632023-11-08T23:34:04.708Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=02a589997fc7af5f -C extra-filename=-02a589997fc7af5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c454832c96697f8c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-a71b69681dde6fcb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-07c80f36b8f89ea2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-096ea264b1d71e56.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0c4b030a81fbf767.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-59fc859a80908d40.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1516128ddb377b1e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-a58df7b6c155e074.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dc8d291a79b0d40e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39fe782b320b7a03.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d22056274abf89dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-b67e0ab08d13ce04.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2f7b0264a14e558c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib`
39642023-11-08T23:34:06.674Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9dfd7b6214cb206a -C extra-filename=-9dfd7b6214cb206a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
39652023-11-08T23:34:13.796Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2d0cf8ad80267e3d -C extra-filename=-2d0cf8ad80267e3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-72a5b93e04c7dbc8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
39662023-11-08T23:34:15.313Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
39672023-11-08T23:34:15.319Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name caboose_util --edition=2021 caboose-util/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=24c01597c72f8377 -C extra-filename=-24c01597c72f8377 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0555a7a6405c8c66.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
39682023-11-08T23:34:16.437Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=118180bb11045a61 -C extra-filename=-118180bb11045a61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-26629f3e3db5569a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-85230985a94afad4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-2658e96bd83c3be6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d22056274abf89dc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
39692023-11-08T23:34:18.936Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=eeedc9500c658628 -C extra-filename=-eeedc9500c658628 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
39702023-11-08T23:34:20.260Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ae68c68b664ab603 -C extra-filename=-ae68c68b664ab603 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
39712023-11-08T23:34:22.863Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=58e6cecd6ce984dd -C extra-filename=-58e6cecd6ce984dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-14d7d47dc7b7257e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1e1a727f9c906966.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-c42feec3ffaebd6f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a15bfa80a986f2aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
39722023-11-08T23:34:27.004Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ef297d74d8d80c8d -C extra-filename=-ef297d74d8d80c8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-14d7d47dc7b7257e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1e1a727f9c906966.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a15bfa80a986f2aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
39732023-11-08T23:34:33.935Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=53f0e7b2af004fb2 -C extra-filename=-53f0e7b2af004fb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1e1a727f9c906966.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib`
39742023-11-08T23:34:49.864Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.15.2+1.6.4/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=5a8dbdcbd3faf7eb -C extra-filename=-5a8dbdcbd3faf7eb --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-b2edb30e9ae87feb.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-ad3864ddf6ca815c.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
39752023-11-08T23:34:50.891Z Compiling git2 v0.17.2
39762023-11-08T23:34:51.899Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=c8881d45abfc3760 -C extra-filename=-c8881d45abfc3760 --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-bba883f09c02da13.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-5a8dbdcbd3faf7eb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-066525b4f708b591.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/usr/lib/amd64`
39772023-11-08T23:34:58.747Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.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 --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' -C metadata=e16f744e71cc798c -C extra-filename=-e16f744e71cc798c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-c8881d45abfc3760.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-e1d053d11d74ce94.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c3e3cf764a9ffe22.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/usr/lib/amd64 --cfg stable --cfg msrv`
39782023-11-08T23:35:01.959Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
39792023-11-08T23:35:03.300Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/common/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=6c93e5677df766a2 -C extra-filename=-6c93e5677df766a2 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-6c93e5677df766a2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-e16f744e71cc798c.rlib --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/usr/lib/amd64`
39802023-11-08T23:35:04.459Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-6c93e5677df766a2/build-script-build`
39812023-11-08T23:35:22.533Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/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=563c8213f9ea516e -C extra-filename=-563c8213f9ea516e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-fb7d1a8187676e7c.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-b81994cc0cd9cf50.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-bfea09bfc0627b35.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-dce4fe9421364b54.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b9af34ee4ca82c03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-362e0051f33e43b6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6e194b09bc970cc3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-e770ec3060bc92f2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out`
39822023-11-08T23:35:24.643Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f2fcd520467cdee6 -C extra-filename=-f2fcd520467cdee6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-770ba59cb2b38f0a.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-d1b13352fdaade12.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-88d46700c99e464e.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-2a235e24201308c0.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0d0685fdb08b4a79.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3a9790d5db2ba697.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7ad45a2c68d1cb9c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8a424731786e689.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7a91b17597c9fcb6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-898dcccd10f8914b.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-0e38d45431202383.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out`
39832023-11-08T23:35:24.665Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
39842023-11-08T23:35:24.687Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_protocol --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5be3ca5b25ff287b -C extra-filename=-5be3ca5b25ff287b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-44e496a89bf1d511.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5cdff950105bf180.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-f2fcd520467cdee6.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-d1b13352fdaade12.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-f290331c0dd6fa48.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4c9adbd4aeefbfed.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out`
39852023-11-08T23:35:24.703Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_protocol --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8aaf6964f54a501e -C extra-filename=-8aaf6964f54a501e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-797ac0011f570221.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-563c8213f9ea516e.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-b81994cc0cd9cf50.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-db253168615538d8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8cc5569845a6da47.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out`
39862023-11-08T23:35:24.719Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/upstairs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0fd6a6cc52f2f5c0 -C extra-filename=-0fd6a6cc52f2f5c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes_gcm_siv=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm_siv-dabd7d2de44bbc71.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-94be489c5d2b7038.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-1df6cf097a588945.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-563c8213f9ea516e.rmeta --extern crucible_protocol=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_protocol-8aaf6964f54a501e.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-b81994cc0cd9cf50.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2efc8b9b7f6b5355.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a57fa3832f67c1f8.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-60a80399a61cb1a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2896c1338f614b96.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-bf36884b77b8ef65.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6e194b09bc970cc3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8cc5569845a6da47.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-ca329bee74a28348.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-69b292eb92103c15.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
39872023-11-08T23:35:24.733Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/upstairs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=859236f9c8c0db2f -C extra-filename=-859236f9c8c0db2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes_gcm_siv=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm_siv-db2bf8c5c13b69d4.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-94be489c5d2b7038.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5cdff950105bf180.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-145ff33eba6035cd.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-f2fcd520467cdee6.rmeta --extern crucible_protocol=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_protocol-5be3ca5b25ff287b.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-d1b13352fdaade12.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7dd349cb0678461a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1d2e76ac8fcaecae.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd011b64d3a17358.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-08905d6fc07fae86.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-77d178f02a7cf6d4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rmeta --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-7b0b18627f0c7c3b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7ad45a2c68d1cb9c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7a91b17597c9fcb6.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4c9adbd4aeefbfed.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-898dcccd10f8914b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-401763b5ede24ea4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fd63d44152b07657.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
39882023-11-08T23:35:24.747Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
39892023-11-08T23:35:24.762Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/lib/propolis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crucible"' --cfg 'feature="crucible-client-types"' --cfg 'feature="crucible-full"' --cfg 'feature="nexus-client"' --cfg 'feature="oximeter"' -C metadata=973081358720a9e8 -C extra-filename=-973081358720a9e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-fcab3b440d110683.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ff779c4aa78760fa.rmeta --extern bitstruct=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct-5e6c35305c88180b.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern crucible=/work/oxidecomputer/omicron/target/debug/deps/libcrucible-0fd6a6cc52f2f5c0.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-1df6cf097a588945.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-dcf3a8747bef1793.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-3a4dd699fe26e74a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1b57368fe79d0494.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a57fa3832f67c1f8.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-9ec7408fff67a136.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-6101207b85642732.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-da66a4f1ed0406d2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-69b292eb92103c15.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-b9ecb92a6f4d2200.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
39902023-11-08T23:35:25.077Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/lib/propolis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crucible"' --cfg 'feature="crucible-client-types"' --cfg 'feature="crucible-full"' --cfg 'feature="nexus-client"' --cfg 'feature="oximeter"' -C metadata=fb591fb34d049c85 -C extra-filename=-fb591fb34d049c85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-2d7dcb97e15ef8b8.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-14d8971722874adb.rmeta --extern bitstruct=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct-87ba6625b2ccc54d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern crucible=/work/oxidecomputer/omicron/target/debug/deps/libcrucible-859236f9c8c0db2f.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-145ff33eba6035cd.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-53010ce5402d1f22.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-4663b58b3031a5f4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6d0dbef7babec9ca.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd011b64d3a17358.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-ffad02ccb6756b64.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-e649c28c9375e6b6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-726d7b36b2f892ec.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-57ed66f734a2f4b5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fd63d44152b07657.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-e117c45263c4b3d3.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
39912023-11-08T23:35:53.602Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
39922023-11-08T23:35:53.666Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/cpuid-profile-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a4dc8811990d56d4 -C extra-filename=-a4dc8811990d56d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-973081358720a9e8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-a58df7b6c155e074.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-168a0033ed1dfc2a.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
39932023-11-08T23:35:53.689Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
39942023-11-08T23:35:53.725Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/propolis-server-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cd13cedf7d01a18c -C extra-filename=-cd13cedf7d01a18c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpuid_profile_config=/work/oxidecomputer/omicron/target/debug/deps/libcpuid_profile_config-a4dc8811990d56d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-a58df7b6c155e074.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-168a0033ed1dfc2a.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
39952023-11-08T23:35:53.730Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
39962023-11-08T23:35:53.733Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/bin/propolis-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 --cfg 'feature="mock-only"' -C metadata=2d23fb2a218b7dc0 -C extra-filename=-2d23fb2a218b7dc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-fb7d1a8187676e7c.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern bit_field=/work/oxidecomputer/omicron/target/debug/deps/libbit_field-6bd1e62f35237437.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-7ecff79da8604e92.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-0d18d91d410c3394.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-1df6cf097a588945.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-3a4dd699fe26e74a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebcf2b6652c4e2df.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1b57368fe79d0494.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2efc8b9b7f6b5355.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a57fa3832f67c1f8.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-60a80399a61cb1a9.rmeta --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-973081358720a9e8.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-204763f248b27f1d.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-cd13cedf7d01a18c.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-6101207b85642732.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-1af12a235ac6d74f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-a58df7b6c155e074.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-362e0051f33e43b6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-cb0b5d9fbc531e60.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8cc5569845a6da47.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-168a0033ed1dfc2a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-69b292eb92103c15.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
39972023-11-08T23:35:55.112Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/cpuid-profile-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5bede3cfbea88190 -C extra-filename=-5bede3cfbea88190 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-fb591fb34d049c85.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-a58df7b6c155e074.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d0b4b9fe84943a79.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
39982023-11-08T23:35:55.832Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/propolis-server-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f6269eb294a8efee -C extra-filename=-f6269eb294a8efee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpuid_profile_config=/work/oxidecomputer/omicron/target/debug/deps/libcpuid_profile_config-5bede3cfbea88190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-a58df7b6c155e074.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d0b4b9fe84943a79.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64`
39992023-11-08T23:35:56.862Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40002023-11-08T23:35:56.901Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d5383d29b8ea9bb1 -C extra-filename=-d5383d29b8ea9bb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-797ac0011f570221.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1168b045059116de.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53fa8e3fea0c5909.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-07c80f36b8f89ea2.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ed18ae774f926cc.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cbbbd88273ce308d.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-1df6cf097a588945.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-98fd4f83b348c39f.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e7bd23ccf645aab0.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-19e5ceff15d22646.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-78d8abfc7fbd9306.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b821b0dd09171543.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-992f9d36f4f24ff9.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-31a2043bc9b0d5af.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-05ab23ef01b57904.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4ec902ded1c3a033.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0c01540acd421166.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-096ea264b1d71e56.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-27894e0b9e5b7cb8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e2b6302aba1f30c9.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-acc8c74d6b311918.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-934a87e835f92c6f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-204763f248b27f1d.rmeta --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-2d23fb2a218b7dc0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9ba4573df88b8a80.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2f5c835073181f5c.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a5e2e5bdea4bf75.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-264063ef7201caec.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-eea2f10a3e58baba.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-69b292eb92103c15.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-2e4a5ac00df5e5f2.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out -L native=/usr/lib/amd64`
40012023-11-08T23:35:57.169Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/bin/propolis-server/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mock-only"' -C metadata=edc9ec84e44a7599 -C extra-filename=-edc9ec84e44a7599 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-770ba59cb2b38f0a.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern bit_field=/work/oxidecomputer/omicron/target/debug/deps/libbit_field-f64582565571624f.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-89b30b0595a87688.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5cdff950105bf180.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-9bfeb72b8956ed2f.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33417308157a6a83.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-145ff33eba6035cd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-4663b58b3031a5f4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-30b0e906068c7320.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d8a46ee950479000.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6d0dbef7babec9ca.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1d2e76ac8fcaecae.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd011b64d3a17358.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-08905d6fc07fae86.rmeta --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-fb591fb34d049c85.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1bcc2f8d26ebf02f.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-f6269eb294a8efee.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-e649c28c9375e6b6.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-5adba3368f6a3cd4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-a58df7b6c155e074.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3a9790d5db2ba697.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7ad45a2c68d1cb9c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-57ed66f734a2f4b5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-5f767778cd54b76f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4c9adbd4aeefbfed.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d0b4b9fe84943a79.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fd63d44152b07657.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
40022023-11-08T23:36:09.967Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6c4fe77eeb5a563a -C extra-filename=-6c4fe77eeb5a563a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-44e496a89bf1d511.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-2c38b29fb1a78f68.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bc354533910e708c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5cdff950105bf180.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-93df88e7196a6e35.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a5514dc5ce5041e1.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7a0aa17eceb431ba.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-9bfeb72b8956ed2f.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-286c8d69bd3471f4.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-145ff33eba6035cd.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-8dc43b2801462e9c.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e7bd23ccf645aab0.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-c9a4c23f2efdf1e0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3566304f2dc85caf.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c818816ed77872b5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c3645a5cea9c4fe4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a8b165c3ce87f114.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-1598553c7c0c3b82.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-196d40a84a58ca45.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e630202a8a9a717f.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c489eba1c30f8168.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0f6a873288c06d6a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7dd349cb0678461a.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-841052e150976ea1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-389aa8d23bf14670.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8438d2ed5149e3d7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-01852c8aec6d8ea5.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2350947e8c7540dd.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6f97aa1087f335ba.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ad34459dd5b1404e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-6146abc1ae9e7f7b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dec3d5170626f5c3.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1bcc2f8d26ebf02f.rmeta --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-edc9ec84e44a7599.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5eb2b6906200115f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b14e98b47886e131.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f2683d8eb99bafb3.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dce7ed307cf8b1bf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7ad45a2c68d1cb9c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-02f43410e02e66ad.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c10e29fdd212ff3e.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-e1123e7bf1ee808c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2af1f35bae25c007.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-09b1fee7f63ae84d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-898dcccd10f8914b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fd63d44152b07657.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ff1522580e71e560.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-42bd488d3ac928c7.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out -L native=/usr/lib/amd64`
40032023-11-08T23:36:29.705Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5238ff44cfd07fcb -C extra-filename=-5238ff44cfd07fcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-797ac0011f570221.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1168b045059116de.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53fa8e3fea0c5909.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-07c80f36b8f89ea2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ed18ae774f926cc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cbbbd88273ce308d.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-1df6cf097a588945.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-98fd4f83b348c39f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e7bd23ccf645aab0.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-19e5ceff15d22646.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-78d8abfc7fbd9306.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b821b0dd09171543.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-992f9d36f4f24ff9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-31a2043bc9b0d5af.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-05ab23ef01b57904.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4ec902ded1c3a033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0c01540acd421166.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-096ea264b1d71e56.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-27894e0b9e5b7cb8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e2b6302aba1f30c9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-acc8c74d6b311918.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-934a87e835f92c6f.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d4dc32376fbc7212.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-204763f248b27f1d.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-2d23fb2a218b7dc0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-015e250b18c8e740.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-0230b0105bf949ff.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9ba4573df88b8a80.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2f5c835073181f5c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a5e2e5bdea4bf75.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-264063ef7201caec.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-eea2f10a3e58baba.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-69b292eb92103c15.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-2e4a5ac00df5e5f2.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out -L native=/usr/lib/amd64`
40042023-11-08T23:36:49.432Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
40052023-11-08T23:36:49.442Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-dev"' -C metadata=e09446726d403256 -C extra-filename=-e09446726d403256 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-07c80f36b8f89ea2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cbbbd88273ce308d.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-19e5ceff15d22646.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-78d8abfc7fbd9306.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4afc765531ef7bba.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-ca739d6e5f0490c7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4ec902ded1c3a033.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5d39b05af75244df.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2b94fde606a5ab91.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-23c40ff0a68e95de.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6ca2b21b2253387f.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d5383d29b8ea9bb1.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8dfd28407ddef993.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c0fcc045aa5ad3fa.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-934a87e835f92c6f.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0c4b030a81fbf767.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39fe782b320b7a03.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-120222c9044a1dad.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-72a5b93e04c7dbc8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out -L native=/usr/lib/amd64`
40062023-11-08T23:37:03.858Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-dev"' -C metadata=962109ef40ca8b9d -C extra-filename=-962109ef40ca8b9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5cdff950105bf180.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-93df88e7196a6e35.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a5514dc5ce5041e1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-286c8d69bd3471f4.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-c9a4c23f2efdf1e0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3566304f2dc85caf.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5ab5a09c430658d5.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-989466d729e3d4e8.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8b8521bd8c2249b5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-30b0e906068c7320.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c489eba1c30f8168.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-52353f5952c46a27.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-555b3a6a85e9e844.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-25b40e23d874624e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-899f2ebfaaed33de.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6c4fe77eeb5a563a.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bd27a8217410c921.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2350947e8c7540dd.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e0a79bf64a4815b4.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-679549d15df0c768.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ad34459dd5b1404e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3ce65edfe215afb6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-3e563abbca623726.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8a424731786e689.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f49c02bc60dc8f0f.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2704d021e9dfc6f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out -L native=/usr/lib/amd64`
40072023-11-08T23:38:19.663Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1953b2bad75b7f95 -C extra-filename=-1953b2bad75b7f95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-44e496a89bf1d511.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-2c38b29fb1a78f68.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bc354533910e708c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5cdff950105bf180.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-93df88e7196a6e35.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a5514dc5ce5041e1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7a0aa17eceb431ba.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-9bfeb72b8956ed2f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-286c8d69bd3471f4.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-145ff33eba6035cd.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-8dc43b2801462e9c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e7bd23ccf645aab0.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-c9a4c23f2efdf1e0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3566304f2dc85caf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c818816ed77872b5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c3645a5cea9c4fe4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a8b165c3ce87f114.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-1598553c7c0c3b82.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-196d40a84a58ca45.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e630202a8a9a717f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c489eba1c30f8168.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0f6a873288c06d6a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7dd349cb0678461a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-841052e150976ea1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-389aa8d23bf14670.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8438d2ed5149e3d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6c4fe77eeb5a563a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-01852c8aec6d8ea5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2350947e8c7540dd.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6f97aa1087f335ba.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ad34459dd5b1404e.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-6146abc1ae9e7f7b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dec3d5170626f5c3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1bcc2f8d26ebf02f.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-edc9ec84e44a7599.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5eb2b6906200115f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b14e98b47886e131.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f2683d8eb99bafb3.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dce7ed307cf8b1bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7ad45a2c68d1cb9c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-02f43410e02e66ad.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c10e29fdd212ff3e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-e1123e7bf1ee808c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2af1f35bae25c007.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-09b1fee7f63ae84d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-898dcccd10f8914b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fd63d44152b07657.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ff1522580e71e560.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-42bd488d3ac928c7.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out -L native=/usr/lib/amd64`
40082023-11-08T23:38:20.016Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3e318020730a9fe6 -C extra-filename=-3e318020730a9fe6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-44e496a89bf1d511.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-2c38b29fb1a78f68.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bc354533910e708c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5cdff950105bf180.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-93df88e7196a6e35.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a5514dc5ce5041e1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7a0aa17eceb431ba.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-9bfeb72b8956ed2f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-286c8d69bd3471f4.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-145ff33eba6035cd.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-8dc43b2801462e9c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e7bd23ccf645aab0.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-c9a4c23f2efdf1e0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3566304f2dc85caf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c818816ed77872b5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c3645a5cea9c4fe4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a8b165c3ce87f114.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-1598553c7c0c3b82.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-196d40a84a58ca45.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e630202a8a9a717f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c489eba1c30f8168.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0f6a873288c06d6a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7dd349cb0678461a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-841052e150976ea1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-389aa8d23bf14670.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8438d2ed5149e3d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6c4fe77eeb5a563a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-01852c8aec6d8ea5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2350947e8c7540dd.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6f97aa1087f335ba.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ad34459dd5b1404e.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-6146abc1ae9e7f7b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dec3d5170626f5c3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1bcc2f8d26ebf02f.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-edc9ec84e44a7599.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5eb2b6906200115f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b14e98b47886e131.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f2683d8eb99bafb3.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dce7ed307cf8b1bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7ad45a2c68d1cb9c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-02f43410e02e66ad.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c10e29fdd212ff3e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-e1123e7bf1ee808c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2af1f35bae25c007.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-09b1fee7f63ae84d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-898dcccd10f8914b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fd63d44152b07657.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ff1522580e71e560.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-42bd488d3ac928c7.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out -L native=/usr/lib/amd64`
40092023-11-08T23:38:20.333Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=659218b6c78477fb -C extra-filename=-659218b6c78477fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-44e496a89bf1d511.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-2c38b29fb1a78f68.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bc354533910e708c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5cdff950105bf180.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-93df88e7196a6e35.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a5514dc5ce5041e1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7a0aa17eceb431ba.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-9bfeb72b8956ed2f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-286c8d69bd3471f4.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-145ff33eba6035cd.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-8dc43b2801462e9c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e7bd23ccf645aab0.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-c9a4c23f2efdf1e0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3566304f2dc85caf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c818816ed77872b5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c3645a5cea9c4fe4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a8b165c3ce87f114.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-1598553c7c0c3b82.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-196d40a84a58ca45.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e630202a8a9a717f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c489eba1c30f8168.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0f6a873288c06d6a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7dd349cb0678461a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-841052e150976ea1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-389aa8d23bf14670.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8438d2ed5149e3d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6c4fe77eeb5a563a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-01852c8aec6d8ea5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2350947e8c7540dd.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6f97aa1087f335ba.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ad34459dd5b1404e.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-6146abc1ae9e7f7b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dec3d5170626f5c3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1bcc2f8d26ebf02f.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-edc9ec84e44a7599.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5eb2b6906200115f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b14e98b47886e131.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f2683d8eb99bafb3.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dce7ed307cf8b1bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7ad45a2c68d1cb9c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-02f43410e02e66ad.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c10e29fdd212ff3e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-e1123e7bf1ee808c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2af1f35bae25c007.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-09b1fee7f63ae84d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-898dcccd10f8914b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fd63d44152b07657.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ff1522580e71e560.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-42bd488d3ac928c7.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out -L native=/usr/lib/amd64`
40102023-11-08T23:38:23.225Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=74d3c36b28fea256 -C extra-filename=-74d3c36b28fea256 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-797ac0011f570221.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1168b045059116de.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53fa8e3fea0c5909.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-07c80f36b8f89ea2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ed18ae774f926cc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cbbbd88273ce308d.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-1df6cf097a588945.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-98fd4f83b348c39f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e7bd23ccf645aab0.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-19e5ceff15d22646.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-78d8abfc7fbd9306.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b821b0dd09171543.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-992f9d36f4f24ff9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-31a2043bc9b0d5af.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-05ab23ef01b57904.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4ec902ded1c3a033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0c01540acd421166.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-096ea264b1d71e56.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-27894e0b9e5b7cb8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d5383d29b8ea9bb1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e2b6302aba1f30c9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-acc8c74d6b311918.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-934a87e835f92c6f.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d4dc32376fbc7212.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-204763f248b27f1d.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-2d23fb2a218b7dc0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-015e250b18c8e740.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-0230b0105bf949ff.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9ba4573df88b8a80.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2f5c835073181f5c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a5e2e5bdea4bf75.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-264063ef7201caec.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-eea2f10a3e58baba.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-69b292eb92103c15.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-2e4a5ac00df5e5f2.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out -L native=/usr/lib/amd64`
40112023-11-08T23:38:23.260Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=efeb0b504657bc85 -C extra-filename=-efeb0b504657bc85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-74efb9fff84c040b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-a73ec4c7dc91f239.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ed18ae774f926cc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-d52c0cc3eb6a5ef3.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-85230985a94afad4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cbbbd88273ce308d.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6ab924dfb3b68bdf.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-92a2312d5f88dac2.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-19e5ceff15d22646.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-78d8abfc7fbd9306.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b821b0dd09171543.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a87df0e688eb578e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-992f9d36f4f24ff9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4afc765531ef7bba.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-ca739d6e5f0490c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-a63f45046271790e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7a8b7bbd7809db8c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4ec902ded1c3a033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-096ea264b1d71e56.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-f60907935971c8e7.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-dd7cd7cefa14b7f3.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d407ba9b52f4b35c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1555f0ae15c19bdd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5d39b05af75244df.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-873093608157313c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2a5cfd2f5e9fb43a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2b94fde606a5ab91.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e09446726d403256.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-cfb0829fb57c66a9.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-23c40ff0a68e95de.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6ca2b21b2253387f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d5383d29b8ea9bb1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9ffc14e56cf8d523.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-38360ffb9ef07a0e.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a3aa651ee9311542.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-faaf8f16c7df4290.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-0bb79bd5d92484da.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8dfd28407ddef993.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b044b917a3cecd43.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-acc8c74d6b311918.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-934a87e835f92c6f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0c4b030a81fbf767.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-53f4176799c06c33.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ed52674e753c9a2a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d4dc32376fbc7212.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-53d7fae376cc983a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-204763f248b27f1d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-015e250b18c8e740.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-2c9b286918ba1562.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1516128ddb377b1e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-532935166a55f9f9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-bfe756f75e2492c2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39fe782b320b7a03.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d22056274abf89dc.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-cd97df8099cc6ee1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2f5c835073181f5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b702dc6c43de297.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e0174146fc94bcd5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2f7b0264a14e558c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5ead2190e8363a72.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-72a5b93e04c7dbc8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-69b292eb92103c15.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.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-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
40122023-11-08T23:38:42.129Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0839ed6d8523c3b1 -C extra-filename=-0839ed6d8523c3b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-74efb9fff84c040b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-44a833324025fe94.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-a73ec4c7dc91f239.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-d52c0cc3eb6a5ef3.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b9cf1dcc35799dc8.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-92a2312d5f88dac2.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-3ec7fa125c1191d4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-992f9d36f4f24ff9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-ca739d6e5f0490c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7a8b7bbd7809db8c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4ec902ded1c3a033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-096ea264b1d71e56.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d407ba9b52f4b35c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1555f0ae15c19bdd.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-873093608157313c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2a5cfd2f5e9fb43a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e09446726d403256.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-23c40ff0a68e95de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6ca2b21b2253387f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d5383d29b8ea9bb1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9ffc14e56cf8d523.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-38360ffb9ef07a0e.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a3aa651ee9311542.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-faaf8f16c7df4290.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-53f4176799c06c33.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ed52674e753c9a2a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-015e250b18c8e740.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-2c9b286918ba1562.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1516128ddb377b1e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-532935166a55f9f9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-bfe756f75e2492c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39fe782b320b7a03.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d22056274abf89dc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2f5c835073181f5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b702dc6c43de297.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e0174146fc94bcd5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2f7b0264a14e558c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-69b292eb92103c15.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.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-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out -L native=/usr/lib/amd64`
40132023-11-08T23:39:16.219Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6cacfcbb5b688b55 -C extra-filename=-6cacfcbb5b688b55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-797ac0011f570221.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1168b045059116de.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53fa8e3fea0c5909.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-07c80f36b8f89ea2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ed18ae774f926cc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cbbbd88273ce308d.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-1df6cf097a588945.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-98fd4f83b348c39f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e7bd23ccf645aab0.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-19e5ceff15d22646.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-78d8abfc7fbd9306.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b821b0dd09171543.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-992f9d36f4f24ff9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-31a2043bc9b0d5af.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-05ab23ef01b57904.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4ec902ded1c3a033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0c01540acd421166.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-096ea264b1d71e56.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-27894e0b9e5b7cb8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d5383d29b8ea9bb1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e2b6302aba1f30c9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-acc8c74d6b311918.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-934a87e835f92c6f.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d4dc32376fbc7212.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-204763f248b27f1d.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-2d23fb2a218b7dc0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-015e250b18c8e740.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-0230b0105bf949ff.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9ba4573df88b8a80.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2f5c835073181f5c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a5e2e5bdea4bf75.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-264063ef7201caec.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-eea2f10a3e58baba.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-69b292eb92103c15.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-2e4a5ac00df5e5f2.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out -L native=/usr/lib/amd64`
40142023-11-08T23:39:19.595Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=871ba69d8cd9d360 -C extra-filename=-871ba69d8cd9d360 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-797ac0011f570221.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1168b045059116de.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53fa8e3fea0c5909.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-07c80f36b8f89ea2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ed18ae774f926cc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cbbbd88273ce308d.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-1df6cf097a588945.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-98fd4f83b348c39f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e7bd23ccf645aab0.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-19e5ceff15d22646.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-78d8abfc7fbd9306.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b821b0dd09171543.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-992f9d36f4f24ff9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-31a2043bc9b0d5af.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-05ab23ef01b57904.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4ec902ded1c3a033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0c01540acd421166.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-096ea264b1d71e56.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-27894e0b9e5b7cb8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d5383d29b8ea9bb1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e2b6302aba1f30c9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-acc8c74d6b311918.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-934a87e835f92c6f.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d4dc32376fbc7212.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-204763f248b27f1d.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-2d23fb2a218b7dc0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-015e250b18c8e740.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-0230b0105bf949ff.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9ba4573df88b8a80.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2f5c835073181f5c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a5e2e5bdea4bf75.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-264063ef7201caec.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-eea2f10a3e58baba.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-69b292eb92103c15.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-2e4a5ac00df5e5f2.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out -L native=/usr/lib/amd64`
40152023-11-08T23:39:29.410Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1f73fdcc18e6ff3a -C extra-filename=-1f73fdcc18e6ff3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-797ac0011f570221.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1168b045059116de.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53fa8e3fea0c5909.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-07c80f36b8f89ea2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ed18ae774f926cc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cbbbd88273ce308d.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-1df6cf097a588945.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-98fd4f83b348c39f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e7bd23ccf645aab0.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-19e5ceff15d22646.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-78d8abfc7fbd9306.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b821b0dd09171543.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-992f9d36f4f24ff9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-31a2043bc9b0d5af.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-05ab23ef01b57904.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4ec902ded1c3a033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0c01540acd421166.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-096ea264b1d71e56.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-27894e0b9e5b7cb8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d5383d29b8ea9bb1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e2b6302aba1f30c9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-acc8c74d6b311918.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-934a87e835f92c6f.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d4dc32376fbc7212.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-204763f248b27f1d.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-2d23fb2a218b7dc0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-015e250b18c8e740.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-0230b0105bf949ff.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9ba4573df88b8a80.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2f5c835073181f5c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a5e2e5bdea4bf75.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-264063ef7201caec.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-eea2f10a3e58baba.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-69b292eb92103c15.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-2e4a5ac00df5e5f2.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out -L native=/usr/lib/amd64`
40162023-11-08T23:39:37.050Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3d54ce06988f24f3 -C extra-filename=-3d54ce06988f24f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-93df88e7196a6e35.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-9bfeb72b8956ed2f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5ab5a09c430658d5.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-989466d729e3d4e8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-555b3a6a85e9e844.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-962109ef40ca8b9d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-92445a5cbba81bf4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6c4fe77eeb5a563a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bd27a8217410c921.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0dfc01ec333e0708.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8a79f433b134442.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-662644f78f291486.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-74a7050af0d7b212.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3995a282b25437f6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-898dcccd10f8914b.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out -L native=/usr/lib/amd64`
40172023-11-08T23:39:37.183Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4ebfbff9c7d74ac7 -C extra-filename=-4ebfbff9c7d74ac7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-5c3e1582c0afd59f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-85d7a0ae48c463a1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-93df88e7196a6e35.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7a0aa17eceb431ba.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-9bfeb72b8956ed2f.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-466aefe0d7010ed8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-286c8d69bd3471f4.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4b37fa0c757cf8f7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3566304f2dc85caf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c818816ed77872b5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8ca5c3ea6247e3c2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a8b165c3ce87f114.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8b8521bd8c2249b5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5d3399a92d803494.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-30b0e906068c7320.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c489eba1c30f8168.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0f6a873288c06d6a.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-389aa8d23bf14670.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2e64a7e9cd6e30fa.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-ee55ccbe3f3bb46b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f999294866f53eae.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2fa9220277fc7313.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-52353f5952c46a27.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-fc402395eb4bcd86.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-31011f69ee6ac2c2.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-555b3a6a85e9e844.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-25b40e23d874624e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b1a7de9684361e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-92445a5cbba81bf4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-899f2ebfaaed33de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c9542cf493f34a3.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-df3f5352834541d5.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-28c3068fecdbabf5.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-95c518e950e2ccdf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2350947e8c7540dd.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e0a79bf64a4815b4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8a6289ac911cdf28.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6f97aa1087f335ba.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ad34459dd5b1404e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3ce65edfe215afb6.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0dfc01ec333e0708.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1b78b1fb4a8555d3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1bcc2f8d26ebf02f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-dc16021709dc8714.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7db48804ce2add16.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-21edaba7862024ea.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8cc08e619e9a1ee1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5eb2b6906200115f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-3e563abbca623726.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-52f7267084aacd7f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f2683d8eb99bafb3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7ad45a2c68d1cb9c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bfc1aea16c9841d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8a424731786e689.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3995a282b25437f6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-898dcccd10f8914b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c5b3b87f26394592.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2704d021e9dfc6f8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fd63d44152b07657.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
40182023-11-08T23:39:37.465Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=80efa78daabdf7dc -C extra-filename=-80efa78daabdf7dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-331d8558cb493ef5.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-5c3e1582c0afd59f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-85d7a0ae48c463a1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-93df88e7196a6e35.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7a0aa17eceb431ba.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-182d575b081390cb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-9bfeb72b8956ed2f.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-466aefe0d7010ed8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-286c8d69bd3471f4.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4b37fa0c757cf8f7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3566304f2dc85caf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c818816ed77872b5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-649948a274c14eb5.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8ca5c3ea6247e3c2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8c92a8df29cb8b42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a8b165c3ce87f114.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8b8521bd8c2249b5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5d3399a92d803494.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5224d31b7a566b79.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-30b0e906068c7320.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c489eba1c30f8168.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0f6a873288c06d6a.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-389aa8d23bf14670.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2e64a7e9cd6e30fa.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-ee55ccbe3f3bb46b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f999294866f53eae.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2fa9220277fc7313.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-52353f5952c46a27.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-fc402395eb4bcd86.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-31011f69ee6ac2c2.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-555b3a6a85e9e844.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-25b40e23d874624e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b1a7de9684361e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46410955913a1e6e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-92445a5cbba81bf4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-899f2ebfaaed33de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3489fade482ee097.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0c9542cf493f34a3.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-df3f5352834541d5.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-28c3068fecdbabf5.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-95c518e950e2ccdf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2350947e8c7540dd.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e0a79bf64a4815b4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8a6289ac911cdf28.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6f97aa1087f335ba.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ad34459dd5b1404e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3ce65edfe215afb6.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0dfc01ec333e0708.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1b78b1fb4a8555d3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1bcc2f8d26ebf02f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1369d58202fc51fd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-dc16021709dc8714.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-fe6290e001279071.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7db48804ce2add16.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-21edaba7862024ea.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8cc08e619e9a1ee1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5a55fb2a0173b89b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5eb2b6906200115f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-f6ca26585c194e80.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d92b45d5ffc69838.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-3e563abbca623726.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-52f7267084aacd7f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f2683d8eb99bafb3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7ad45a2c68d1cb9c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bfc1aea16c9841d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8a424731786e689.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f32cec8f21ccd17d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1d6d1873b4a75775.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3995a282b25437f6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-898dcccd10f8914b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c5b3b87f26394592.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-2704d021e9dfc6f8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fd63d44152b07657.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-141798d248db5d4e.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/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-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
40192023-11-08T23:40:28.694Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=125c7c0d70671763 -C extra-filename=-125c7c0d70671763 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-07c80f36b8f89ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4afc765531ef7bba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2b94fde606a5ab91.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e09446726d403256.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cfddc15216a99845.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d5383d29b8ea9bb1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9ffc14e56cf8d523.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-0bb79bd5d92484da.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-015e250b18c8e740.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1130240042d45901.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-fb0b923521577f3d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2f7b0264a14e558c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out -L native=/usr/lib/amd64`
40202023-11-08T23:40:28.832Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a919128022e1addd -C extra-filename=-a919128022e1addd --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-74efb9fff84c040b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-a73ec4c7dc91f239.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ed18ae774f926cc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-d52c0cc3eb6a5ef3.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-85230985a94afad4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cbbbd88273ce308d.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6ab924dfb3b68bdf.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-92a2312d5f88dac2.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-19e5ceff15d22646.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-78d8abfc7fbd9306.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b821b0dd09171543.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a87df0e688eb578e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-992f9d36f4f24ff9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4afc765531ef7bba.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-ca739d6e5f0490c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-a63f45046271790e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7a8b7bbd7809db8c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4ec902ded1c3a033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-096ea264b1d71e56.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-f60907935971c8e7.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-dd7cd7cefa14b7f3.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d407ba9b52f4b35c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1555f0ae15c19bdd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5d39b05af75244df.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-873093608157313c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2a5cfd2f5e9fb43a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2b94fde606a5ab91.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e09446726d403256.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-cfb0829fb57c66a9.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-23c40ff0a68e95de.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cfddc15216a99845.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6ca2b21b2253387f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d5383d29b8ea9bb1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9ffc14e56cf8d523.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-38360ffb9ef07a0e.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a3aa651ee9311542.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-faaf8f16c7df4290.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-0bb79bd5d92484da.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8dfd28407ddef993.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b044b917a3cecd43.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-acc8c74d6b311918.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-934a87e835f92c6f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0c4b030a81fbf767.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-53f4176799c06c33.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ed52674e753c9a2a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d4dc32376fbc7212.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-53d7fae376cc983a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-204763f248b27f1d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-015e250b18c8e740.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-2c9b286918ba1562.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1516128ddb377b1e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-532935166a55f9f9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-bfe756f75e2492c2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39fe782b320b7a03.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d22056274abf89dc.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-cd97df8099cc6ee1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2f5c835073181f5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b702dc6c43de297.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e0174146fc94bcd5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2f7b0264a14e558c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5ead2190e8363a72.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-72a5b93e04c7dbc8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-69b292eb92103c15.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.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-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
40212023-11-08T23:40:28.962Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=27369278a8e6b71f -C extra-filename=-27369278a8e6b71f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-74efb9fff84c040b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-a73ec4c7dc91f239.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ed18ae774f926cc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-d52c0cc3eb6a5ef3.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-85230985a94afad4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cbbbd88273ce308d.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6ab924dfb3b68bdf.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-92a2312d5f88dac2.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-19e5ceff15d22646.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-78d8abfc7fbd9306.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b821b0dd09171543.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a87df0e688eb578e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-992f9d36f4f24ff9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4afc765531ef7bba.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-ca739d6e5f0490c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-a63f45046271790e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7a8b7bbd7809db8c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4ec902ded1c3a033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-096ea264b1d71e56.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-f60907935971c8e7.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-dd7cd7cefa14b7f3.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d407ba9b52f4b35c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1555f0ae15c19bdd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5d39b05af75244df.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-873093608157313c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2a5cfd2f5e9fb43a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2b94fde606a5ab91.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e09446726d403256.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-cfb0829fb57c66a9.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-23c40ff0a68e95de.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cfddc15216a99845.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6ca2b21b2253387f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d5383d29b8ea9bb1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9ffc14e56cf8d523.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-38360ffb9ef07a0e.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a3aa651ee9311542.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-faaf8f16c7df4290.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-0bb79bd5d92484da.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8dfd28407ddef993.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b044b917a3cecd43.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-acc8c74d6b311918.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-934a87e835f92c6f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0c4b030a81fbf767.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-53f4176799c06c33.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ed52674e753c9a2a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d4dc32376fbc7212.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-53d7fae376cc983a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-204763f248b27f1d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-015e250b18c8e740.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-2c9b286918ba1562.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1516128ddb377b1e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-532935166a55f9f9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-bfe756f75e2492c2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39fe782b320b7a03.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d22056274abf89dc.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-cd97df8099cc6ee1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2f5c835073181f5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b702dc6c43de297.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e0174146fc94bcd5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2f7b0264a14e558c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5ead2190e8363a72.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-72a5b93e04c7dbc8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-69b292eb92103c15.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.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-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
40222023-11-08T23:40:29.055Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=85edfbf28d7961fc -C extra-filename=-85edfbf28d7961fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-74efb9fff84c040b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-92a2312d5f88dac2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-992f9d36f4f24ff9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4afc765531ef7bba.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4ec902ded1c3a033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-27894e0b9e5b7cb8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1555f0ae15c19bdd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5d39b05af75244df.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e09446726d403256.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-cfb0829fb57c66a9.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-23c40ff0a68e95de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cfddc15216a99845.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8dfd28407ddef993.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2f5c835073181f5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9b74f7f8c1fbdd88.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-927ef204d42bb117.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.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-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out -L native=/usr/lib/amd64`
40232023-11-08T23:40:29.613Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d8dd191b93234f39 -C extra-filename=-d8dd191b93234f39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-74efb9fff84c040b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-92a2312d5f88dac2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-992f9d36f4f24ff9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4afc765531ef7bba.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4ec902ded1c3a033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-27894e0b9e5b7cb8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1555f0ae15c19bdd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5d39b05af75244df.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e09446726d403256.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-cfb0829fb57c66a9.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-23c40ff0a68e95de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cfddc15216a99845.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8dfd28407ddef993.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2f5c835073181f5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9b74f7f8c1fbdd88.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-927ef204d42bb117.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.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-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out -L native=/usr/lib/amd64`
40242023-11-08T23:40:29.659Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b983de62233989fb -C extra-filename=-b983de62233989fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-74efb9fff84c040b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-a73ec4c7dc91f239.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ed18ae774f926cc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-d52c0cc3eb6a5ef3.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-85230985a94afad4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cbbbd88273ce308d.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6ab924dfb3b68bdf.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-92a2312d5f88dac2.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-19e5ceff15d22646.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-78d8abfc7fbd9306.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b821b0dd09171543.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a87df0e688eb578e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-992f9d36f4f24ff9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4afc765531ef7bba.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-ca739d6e5f0490c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-a63f45046271790e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7a8b7bbd7809db8c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4ec902ded1c3a033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-096ea264b1d71e56.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-f60907935971c8e7.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-dd7cd7cefa14b7f3.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d407ba9b52f4b35c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1555f0ae15c19bdd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5d39b05af75244df.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-873093608157313c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2a5cfd2f5e9fb43a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2b94fde606a5ab91.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e09446726d403256.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-cfb0829fb57c66a9.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-23c40ff0a68e95de.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cfddc15216a99845.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6ca2b21b2253387f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d5383d29b8ea9bb1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9ffc14e56cf8d523.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-38360ffb9ef07a0e.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a3aa651ee9311542.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-faaf8f16c7df4290.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-0bb79bd5d92484da.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8dfd28407ddef993.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b044b917a3cecd43.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-acc8c74d6b311918.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-934a87e835f92c6f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0c4b030a81fbf767.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-53f4176799c06c33.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ed52674e753c9a2a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d4dc32376fbc7212.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-53d7fae376cc983a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-204763f248b27f1d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-015e250b18c8e740.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-2c9b286918ba1562.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1516128ddb377b1e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-532935166a55f9f9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-bfe756f75e2492c2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39fe782b320b7a03.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d22056274abf89dc.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-cd97df8099cc6ee1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2f5c835073181f5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b702dc6c43de297.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e0174146fc94bcd5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2f7b0264a14e558c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5ead2190e8363a72.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-72a5b93e04c7dbc8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-69b292eb92103c15.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.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-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
40252023-11-08T23:40:30.114Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test_omicron_dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e29d8514369acce5 -C extra-filename=-e29d8514369acce5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-07c80f36b8f89ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4afc765531ef7bba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2b94fde606a5ab91.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e09446726d403256.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cfddc15216a99845.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d5383d29b8ea9bb1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9ffc14e56cf8d523.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-0bb79bd5d92484da.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-015e250b18c8e740.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1130240042d45901.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-fb0b923521577f3d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2f7b0264a14e558c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out -L native=/usr/lib/amd64`
40262023-11-08T23:54:05.543Z Finished test [unoptimized + debuginfo] target(s) in 40m 54s
40272023-11-08T23:54:07.258Z Executable `/work/oxidecomputer/omicron/target/debug/deps/authz_macros-ef297d74d8d80c8d`
40282023-11-08T23:54:07.264Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstore-e7dc4469fb0a313c`
40292023-11-08T23:54:07.267Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_learner-88d8b714f120f5b5`
40302023-11-08T23:54:07.269Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_rack_coordinator-28a5b3ddf097941d`
40312023-11-08T23:54:07.272Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstrap_agent_client-b5b2143f191444d6`
40322023-11-08T23:54:07.275Z Executable `/work/oxidecomputer/omicron/target/debug/deps/caboose_util-24c01597c72f8377`
40332023-11-08T23:54:07.277Z Executable `/work/oxidecomputer/omicron/target/debug/deps/crdb_seed-b7c4a426aaca1e14`
40342023-11-08T23:54:07.280Z Executable `/work/oxidecomputer/omicron/target/debug/deps/db_macros-58e6cecd6ce984dd`
40352023-11-08T23:54:07.283Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ddm_admin_client-390607a091119003`
40362023-11-08T23:54:07.285Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-6a1bec18983e890b`
40372023-11-08T23:54:07.288Z Executable `/work/oxidecomputer/omicron/target/debug/deps/apigen-550a9052f1604859`
40382023-11-08T23:54:07.292Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_db_dump-250898e9e8d28fed`
40392023-11-08T23:54:07.300Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-a9654f114e3f1002`
40402023-11-08T23:54:07.710Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnsadm-033a72db44df42a4`
40412023-11-08T23:54:07.713Z Executable `/work/oxidecomputer/omicron/target/debug/deps/basic_test-13baa908b62ce140`
40422023-11-08T23:54:07.716Z Executable `/work/oxidecomputer/omicron/target/debug/deps/commands_test-78b1a262f3fd63fc`
40432023-11-08T23:54:07.719Z Executable `/work/oxidecomputer/omicron/target/debug/deps/openapi_test-0ed7a0596f8fb814`
40442023-11-08T23:54:07.722Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_service_client-ae68c68b664ab603`
40452023-11-08T23:54:07.724Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dpd_client-185da3dc50fb18f2`
40462023-11-08T23:54:07.727Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_cli-f90c56efb064f959`
40472023-11-08T23:54:07.730Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_client-9dfd7b6214cb206a`
40482023-11-08T23:54:07.733Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_test_utils-71b9199341756846`
40492023-11-08T23:54:07.735Z Executable `/work/oxidecomputer/omicron/target/debug/deps/illumos_utils-7e67694a65d014ba`
40502023-11-08T23:54:07.738Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-e393a9fde93716ef`
40512023-11-08T23:54:07.741Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-a7603d137ab7ef68`
40522023-11-08T23:54:07.743Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifact_client-6d14c84848b2e58d`
40532023-11-08T23:54:07.746Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-53d8d86d63d1d5e5`
40542023-11-08T23:54:07.748Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-d149772d4126f495`
40552023-11-08T23:54:07.751Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-f035b2a6bd52ba35`
40562023-11-08T23:54:07.757Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_common-713865cc488d7dc5`
40572023-11-08T23:54:07.760Z Executable `/work/oxidecomputer/omicron/target/debug/deps/internal_dns-79e987ff4067bf94`
40582023-11-08T23:54:07.762Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnswait-dd62359465fcfe7b`
40592023-11-08T23:54:07.765Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ipcc_key_value-9810a466889ccd4a`
40602023-11-08T23:54:07.768Z Executable `/work/oxidecomputer/omicron/target/debug/deps/key_manager-833368a45488aa69`
40612023-11-08T23:54:07.770Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mg_admin_client-99356d800099cadc`
40622023-11-08T23:54:07.773Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_client-fae06b2bc2432b54`
40632023-11-08T23:54:07.776Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_model-fa19a810a23e70c2`
40642023-11-08T23:54:07.778Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_queries-0839ed6d8523c3b1`
40652023-11-08T23:54:07.781Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_defaults-5fd382a2baf0bebf`
40662023-11-08T23:54:07.784Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_inventory-619bbc0bc4be243a`
40672023-11-08T23:54:07.787Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_types-2f82f89e05e72eb3`
40682023-11-08T23:54:07.789Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_certificates-32437f4860d8864c`
40692023-11-08T23:54:07.792Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_common-02a589997fc7af5f`
40702023-11-08T23:54:07.795Z Executable `/work/oxidecomputer/omicron/target/debug/deps/thing_flinger-a6b799b8ecf38409`
40712023-11-08T23:54:07.798Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_dev-125c7c0d70671763`
40722023-11-08T23:54:07.800Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_omicron_dev-e29d8514369acce5`
40732023-11-08T23:54:07.803Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_gateway-b6a534dcfc879e82`
40742023-11-08T23:54:07.806Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mgs-9400c816f8ac1482`
40752023-11-08T23:54:07.808Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-d8b0d69fcc5b7a75`
40762023-11-08T23:54:07.811Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-efeb0b504657bc85`
40772023-11-08T23:54:07.813Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus-b983de62233989fb`
40782023-11-08T23:54:07.816Z Executable `/work/oxidecomputer/omicron/target/debug/deps/schema_updater-27369278a8e6b71f`
40792023-11-08T23:54:07.819Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-a919128022e1addd`
40802023-11-08T23:54:07.822Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omdb-85edfbf28d7961fc`
40812023-11-08T23:54:07.824Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all_output-d8dd191b93234f39`
40822023-11-08T23:54:07.827Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-b001f474c4260568`
40832023-11-08T23:54:07.829Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-de5cbc5eca20cb6d`
40842023-11-08T23:54:07.832Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_passwords-118180bb11045a61`
40852023-11-08T23:54:07.834Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_rpaths-eeedc9500c658628`
40862023-11-08T23:54:07.837Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_sled_agent-5238ff44cfd07fcb`
40872023-11-08T23:54:07.840Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent-871ba69d8cd9d360`
40882023-11-08T23:54:07.842Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_sim-1f73fdcc18e6ff3a`
40892023-11-08T23:54:07.845Z Executable `/work/oxidecomputer/omicron/target/debug/deps/zone_bundle-6cacfcbb5b688b55`
40902023-11-08T23:54:07.848Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-74d3c36b28fea256`
40912023-11-08T23:54:07.850Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_test_utils-f9bfb905069db1be`
40922023-11-08T23:54:07.853Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxide_client-2d0cf8ad80267e3d`
40932023-11-08T23:54:07.857Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-e2453a22cfb437c8`
40942023-11-08T23:54:07.859Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_compilation-364be5c5a9b98829`
40952023-11-08T23:54:07.862Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_client-91418230e99bfd15`
40962023-11-08T23:54:07.865Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_collector-5055ccbc116d313d`
40972023-11-08T23:54:07.868Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-d91bf15a7bbb5fff`
40982023-11-08T23:54:07.870Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_commands-c9b4966c7ab78d94`
40992023-11-08T23:54:07.873Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_db-5083b74b61d7e9db`
41002023-11-08T23:54:07.876Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxdb-1959506ad5cbebf7`
41012023-11-08T23:54:07.878Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_instruments-1241eb40ea4360b1`
41022023-11-08T23:54:07.881Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_macro_impl-53f0e7b2af004fb2`
41032023-11-08T23:54:07.884Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_producer-15274ec9f1906e2d`
41042023-11-08T23:54:07.886Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_client-8e5958cc157d2fe3`
41052023-11-08T23:54:07.889Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_hardware-acfdcbe9e15eb499`
41062023-11-08T23:54:07.891Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-73561afa8dd15aae`
41072023-11-08T23:54:07.894Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-c07def7b67e7f84a`
41082023-11-08T23:54:07.897Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-f85e7bbced5d41ac`
41092023-11-08T23:54:07.899Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-092894cbbf4188fd`
41102023-11-08T23:54:07.902Z Executable `/work/oxidecomputer/omicron/target/debug/deps/integration_tests-c66c662d287054b8`
41112023-11-08T23:54:07.904Z Executable `/work/oxidecomputer/omicron/target/debug/deps/manifest_tests-391191951b7910b4`
41122023-11-08T23:54:07.907Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous_lib-67e5d01a56b13569`
41132023-11-08T23:54:07.910Z Executable `/work/oxidecomputer/omicron/target/debug/deps/update_engine-6586a1ef56debfdd`
41142023-11-08T23:54:07.912Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-7ac7f37115aa4ba2`
41152023-11-08T23:54:07.915Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-7fcb5f9f250dd149`
41162023-11-08T23:54:07.918Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-1f94a5b6a6738b34`
41172023-11-08T23:54:07.921Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_common-e74e18a520dbbc07`
41182023-11-08T23:54:07.924Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-9881dedaa380f266`
41192023-11-08T23:54:07.927Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-6dc1f4eeb41ae152`
41202023-11-08T23:54:07.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg_server-b895d7ea2deb3b6d`
41212023-11-08T23:54:07.932Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-00438381a36349e0`
41222023-11-08T23:54:07.935Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-776b6322b3e2c1dd`
41232023-11-08T23:54:07.937Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-7d218324a42392e6`
41242023-11-08T23:54:07.942Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd_client-b7059748d3c8fa4d`
41252023-11-08T23:54:07.944Z Executable `/work/oxidecomputer/omicron/target/debug/deps/xtask-df390c934c21cd50`
41262023-11-08T23:54:08.004Z
41272023-11-08T23:54:08.006Zreal 40:56.692820147
41282023-11-08T23:54:08.009Zuser 3:48:22.984378835
41292023-11-08T23:54:08.012Zsys 27:58.664332368
41302023-11-08T23:54:08.015Ztrap 14.038667083
41312023-11-08T23:54:08.018Ztflt 4.869324913
41322023-11-08T23:54:08.020Zdflt 2:26.958104250
41332023-11-08T23:54:08.023Zkflt 0.055676843
41342023-11-08T23:54:08.026Zlock 7:40:42.404679223
41352023-11-08T23:54:08.028Zslp 14:30:59.017149558
41362023-11-08T23:54:08.031Zlat 8:41.833749672
41372023-11-08T23:54:08.034Zstop 10:12.621997418
41382023-11-08T23:54:09.998Z
41392023-11-08T23:54:10.009Z ##### ###### #### #####
41402023-11-08T23:54:10.012Z # # # #
41412023-11-08T23:54:10.016Z # ##### #### #
41422023-11-08T23:54:10.028Z # # # #
41432023-11-08T23:54:10.032Z # # # # #
41442023-11-08T23:54:10.036Z # ###### #### #
41452023-11-08T23:54:10.042Z
41462023-11-08T23:54:10.935Z Downloading crates ...
41472023-11-08T23:54:13.112Z Downloaded rand v0.7.3
41482023-11-08T23:54:13.116Z Downloaded hermit-abi v0.1.19
41492023-11-08T23:54:13.125Z Downloaded windows-targets v0.42.2
41502023-11-08T23:54:13.130Z Downloaded redox_users v0.4.3
41512023-11-08T23:54:13.138Z Downloaded rdrand v0.4.0
41522023-11-08T23:54:13.142Z Downloaded android_system_properties v0.1.5
41532023-11-08T23:54:13.150Z Downloaded rand_hc v0.2.0
41542023-11-08T23:54:13.156Z Downloaded android-tzdata v0.1.1
41552023-11-08T23:54:13.162Z Downloaded hermit-abi v0.3.2
41562023-11-08T23:54:13.170Z Downloaded errno-dragonfly v0.1.2
41572023-11-08T23:54:13.177Z Downloaded redox_syscall v0.2.16
41582023-11-08T23:54:13.183Z Downloaded russh-keys v0.38.0
41592023-11-08T23:54:13.188Z Downloaded md5 v0.7.0
41602023-11-08T23:54:13.193Z Downloaded option-ext v0.2.0
41612023-11-08T23:54:13.201Z Downloaded iana-time-zone-haiku v0.1.2
41622023-11-08T23:54:13.211Z Downloaded windows-targets v0.48.5
41632023-11-08T23:54:13.219Z Downloaded wasm-bindgen-macro v0.2.87
41642023-11-08T23:54:13.224Z Downloaded pbkdf2 v0.12.2
41652023-11-08T23:54:13.231Z Downloaded rand_core v0.4.2
41662023-11-08T23:54:13.236Z Downloaded fuchsia-cprng v0.1.1
41672023-11-08T23:54:13.241Z Downloaded password-hash v0.4.2
41682023-11-08T23:54:13.251Z Downloaded rand_chacha v0.2.2
41692023-11-08T23:54:13.255Z Downloaded bcrypt-pbkdf v0.10.0
41702023-11-08T23:54:13.266Z Downloaded redox_syscall v0.3.5
41712023-11-08T23:54:13.287Z Downloaded rand_core v0.5.1
41722023-11-08T23:54:13.290Z Downloaded dirs-sys v0.4.1
41732023-11-08T23:54:13.293Z Downloaded winreg v0.50.0
41742023-11-08T23:54:13.296Z Downloaded blowfish v0.9.1
41752023-11-08T23:54:13.299Z Downloaded crossterm_winapi v0.9.1
41762023-11-08T23:54:13.302Z Downloaded wasm-bindgen-shared v0.2.87
41772023-11-08T23:54:13.304Z Downloaded security-framework-sys v2.9.1
41782023-11-08T23:54:13.307Z Downloaded dirs v5.0.1
41792023-11-08T23:54:13.311Z Downloaded critical-section v1.1.2
41802023-11-08T23:54:13.314Z Downloaded fs2 v0.4.3
41812023-11-08T23:54:13.317Z Downloaded core-foundation v0.9.3
41822023-11-08T23:54:13.319Z Downloaded wasm-streams v0.3.0
41832023-11-08T23:54:13.322Z Downloaded getrandom v0.1.16
41842023-11-08T23:54:13.325Z Downloaded wasi v0.9.0+wasi-snapshot-preview1
41852023-11-08T23:54:13.327Z Downloaded ipconfig v0.3.2
41862023-11-08T23:54:13.341Z Downloaded core-foundation-sys v0.8.4
41872023-11-08T23:54:13.345Z Downloaded wasm-bindgen-backend v0.2.87
41882023-11-08T23:54:13.349Z Downloaded wasi v0.11.0+wasi-snapshot-preview1
41892023-11-08T23:54:13.354Z Downloaded winapi-util v0.1.5
41902023-11-08T23:54:13.357Z Downloaded wasm-bindgen-futures v0.4.37
41912023-11-08T23:54:13.360Z Downloaded anstyle-wincon v2.1.0
41922023-11-08T23:54:13.363Z Downloaded russh-cryptovec v0.7.0
41932023-11-08T23:54:13.366Z Downloaded encode_unicode v0.3.6
41942023-11-08T23:54:13.369Z Downloaded wasm-bindgen-macro-support v0.2.87
41952023-11-08T23:54:13.373Z Downloaded security-framework v2.9.2
41962023-11-08T23:54:13.376Z Downloaded atomic-polyfill v0.1.11
41972023-11-08T23:54:13.379Z Downloaded pbkdf2 v0.11.0
41982023-11-08T23:54:13.382Z Downloaded schannel v0.1.22
41992023-11-08T23:54:13.386Z Downloaded ed25519 v2.2.2
42002023-11-08T23:54:13.389Z Downloaded ghash v0.5.0
42012023-11-08T23:54:13.392Z Downloaded cbc v0.1.2
42022023-11-08T23:54:13.397Z Downloaded rand_core v0.3.1
42032023-11-08T23:54:13.410Z Downloaded widestring v1.0.2
42042023-11-08T23:54:13.418Z Downloaded js-sys v0.3.64
42052023-11-08T23:54:13.421Z Downloaded bumpalo v3.13.0
42062023-11-08T23:54:13.426Z Downloaded ed25519-dalek v2.0.0
42072023-11-08T23:54:13.429Z Downloaded russh v0.39.0
42082023-11-08T23:54:13.432Z Downloaded wasm-bindgen v0.2.87
42092023-11-08T23:54:13.436Z Downloaded aes-gcm v0.10.3
42102023-11-08T23:54:13.446Z Downloaded windows_x86_64_gnullvm v0.42.2
42112023-11-08T23:54:13.458Z Downloaded windows_aarch64_gnullvm v0.42.2
42122023-11-08T23:54:13.464Z Downloaded windows_aarch64_gnullvm v0.48.5
42132023-11-08T23:54:13.483Z Downloaded windows_x86_64_gnullvm v0.48.5
42142023-11-08T23:54:13.504Z Downloaded fiat-crypto v0.2.1
42152023-11-08T23:54:13.521Z Downloaded windows_aarch64_msvc v0.42.2
42162023-11-08T23:54:13.526Z Downloaded windows_x86_64_msvc v0.42.2
42172023-11-08T23:54:13.530Z Downloaded windows_x86_64_gnu v0.42.2
42182023-11-08T23:54:13.534Z Downloaded windows_i686_msvc v0.42.2
42192023-11-08T23:54:13.536Z Downloaded windows_i686_gnu v0.42.2
42202023-11-08T23:54:13.542Z Downloaded windows_aarch64_msvc v0.48.5
42212023-11-08T23:54:13.551Z Downloaded web-sys v0.3.64
42222023-11-08T23:54:13.554Z Downloaded windows_x86_64_msvc v0.48.5
42232023-11-08T23:54:13.568Z Downloaded windows_x86_64_gnu v0.48.5
42242023-11-08T23:54:13.603Z Downloaded windows_i686_gnu v0.48.5
42252023-11-08T23:54:13.642Z Downloaded windows_i686_msvc v0.48.5
42262023-11-08T23:54:14.139Z Downloaded linux-raw-sys v0.3.8
42272023-11-08T23:54:14.147Z Downloaded winapi v0.3.9
42282023-11-08T23:54:14.580Z Downloaded linux-raw-sys v0.4.5
42292023-11-08T23:54:14.587Z Downloaded windows-sys v0.48.0
42302023-11-08T23:54:14.675Z Downloaded windows-sys v0.45.0
42312023-11-08T23:54:14.846Z Downloaded winapi-i686-pc-windows-gnu v0.4.0
42322023-11-08T23:54:15.161Z Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
42332023-11-08T23:54:18.522Z Downloaded windows v0.48.0
42342023-11-08T23:54:18.581Zinfo: experimental features enabled: setup-scripts
42352023-11-08T23:54:18.794Z Finished test [unoptimized + debuginfo] target(s) in 1.58s
42362023-11-08T23:54:20.331Z Starting 900 tests across 99 binaries (3 skipped)
42372023-11-08T23:54:20.762Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed
42382023-11-08T23:54:21.322Z Compiling unicode-ident v1.0.12
42392023-11-08T23:54:21.325Z Compiling cfg-if v1.0.0
42402023-11-08T23:54:21.328Z Compiling once_cell v1.18.0
42412023-11-08T23:54:21.348Z Compiling libc v0.2.150
42422023-11-08T23:54:21.367Z Compiling serde_json v1.0.108
42432023-11-08T23:54:21.370Z Compiling getrandom v0.2.10
42442023-11-08T23:54:21.373Z Compiling memchr v2.6.3
42452023-11-08T23:54:21.386Z Compiling generic-array v0.14.7
42462023-11-08T23:54:21.404Z Compiling itoa v1.0.9
42472023-11-08T23:54:21.892Z Compiling log v0.4.20
42482023-11-08T23:54:22.014Z Compiling proc-macro2 v1.0.67
42492023-11-08T23:54:22.101Z Compiling scopeguard v1.2.0
42502023-11-08T23:54:22.306Z Compiling lock_api v0.4.10
42512023-11-08T23:54:22.332Z Compiling ryu v1.0.15
42522023-11-08T23:54:22.349Z Compiling libm v0.2.7
42532023-11-08T23:54:22.463Z Compiling smallvec v1.11.0
42542023-11-08T23:54:22.615Z Compiling ahash v0.8.3
42552023-11-08T23:54:22.856Z Compiling heck v0.4.1
42562023-11-08T23:54:23.052Z Compiling byteorder v1.5.0
42572023-11-08T23:54:23.128Z Compiling pin-project-lite v0.2.13
42582023-11-08T23:54:23.273Z Compiling rand_core v0.6.4
42592023-11-08T23:54:23.308Z Compiling quote v1.0.33
42602023-11-08T23:54:23.509Z Compiling fnv v1.0.7
42612023-11-08T23:54:23.693Z Compiling jobserver v0.1.26
42622023-11-08T23:54:23.949Z Compiling syn v2.0.32
42632023-11-08T23:54:24.132Z Compiling syn v1.0.109
42642023-11-08T23:54:24.341Z Compiling cc v1.0.83
42652023-11-08T23:54:24.349Z Compiling num-traits v0.2.16
42662023-11-08T23:54:24.435Z Compiling parking_lot_core v0.9.8
42672023-11-08T23:54:24.645Z Compiling signal-hook-registry v1.4.1
42682023-11-08T23:54:24.779Z Compiling mio v0.8.8
42692023-11-08T23:54:25.110Z Compiling parking_lot v0.12.1
42702023-11-08T23:54:25.406Z Compiling typenum v1.16.0
42712023-11-08T23:54:25.728Z Compiling futures-core v0.3.29
42722023-11-08T23:54:26.120Z Compiling iana-time-zone v0.1.57
42732023-11-08T23:54:26.612Z Compiling ucd-trie v0.1.6
42742023-11-08T23:54:26.686Z Compiling socket2 v0.5.4
42752023-11-08T23:54:26.724Z Compiling num_cpus v1.16.0
42762023-11-08T23:54:26.904Z Compiling futures-sink v0.3.29
42772023-11-08T23:54:27.150Z Compiling allocator-api2 v0.2.16
42782023-11-08T23:54:27.397Z Compiling dyn-clone v1.0.13
42792023-11-08T23:54:27.712Z Compiling tinyvec_macros v0.1.1
42802023-11-08T23:54:27.811Z Compiling spin v0.5.2
42812023-11-08T23:54:27.824Z Compiling tinyvec v1.6.0
42822023-11-08T23:54:27.915Z Compiling futures-channel v0.3.29
42832023-11-08T23:54:28.087Z Compiling slab v0.4.9
42842023-11-08T23:54:28.169Z Compiling futures-task v0.3.29
42852023-11-08T23:54:28.428Z Compiling hashbrown v0.14.2
42862023-11-08T23:54:28.537Z Compiling equivalent v1.0.1
42872023-11-08T23:54:28.587Z Compiling time-core v0.1.1
42882023-11-08T23:54:28.628Z Compiling futures-io v0.3.29
42892023-11-08T23:54:28.693Z Compiling pin-utils v0.1.0
42902023-11-08T23:54:28.825Z Compiling hashbrown v0.13.2
42912023-11-08T23:54:28.853Z Compiling time-macros v0.2.13
42922023-11-08T23:54:29.013Z Compiling ring v0.16.20
42932023-11-08T23:54:29.055Z Compiling ring v0.17.5
42942023-11-08T23:54:30.448Z Compiling openssl-sys v0.9.93
42952023-11-08T23:54:30.998Z Compiling unicode-normalization v0.1.22
42962023-11-08T23:54:31.005Z Compiling spin v0.9.8
42972023-11-08T23:54:31.010Z Compiling tracing-core v0.1.31
42982023-11-08T23:54:31.737Z Compiling unicode-bidi v0.3.13
42992023-11-08T23:54:32.171Z Compiling openssl v0.10.57
43002023-11-08T23:54:32.203Z Compiling native-tls v0.2.11
43012023-11-08T23:54:32.647Z Compiling aho-corasick v1.0.4
43022023-11-08T23:54:32.652Z Compiling regex-syntax v0.8.2
43032023-11-08T23:54:33.102Z Compiling const-oid v0.9.5
43042023-11-08T23:54:33.429Z Compiling ppv-lite86 v0.2.17
43052023-11-08T23:54:34.018Z Compiling subtle v2.5.0
43062023-11-08T23:54:34.424Z Compiling bzip2-sys v0.1.11+1.0.8
43072023-11-08T23:54:34.477Z Compiling strsim v0.10.0
43082023-11-08T23:54:34.747Z Compiling rand_chacha v0.3.1
43092023-11-08T23:54:36.019Z Compiling base64 v0.21.5
43102023-11-08T23:54:36.042Z Compiling rand v0.8.5
43112023-11-08T23:54:40.746Z Compiling serde_derive_internals v0.26.0
43122023-11-08T23:54:40.865Z Compiling synstructure v0.12.6
43132023-11-08T23:54:40.891Z Compiling thread-id v4.2.0
43142023-11-08T23:54:40.936Z Compiling num-bigint v0.4.4
43152023-11-08T23:54:40.956Z Compiling untrusted v0.9.0
43162023-11-08T23:54:40.985Z Compiling foreign-types-shared v0.1.1
43172023-11-08T23:54:40.999Z Compiling untrusted v0.7.1
43182023-11-08T23:54:41.014Z Compiling openssl-probe v0.1.5
43192023-11-08T23:54:41.025Z Compiling bitflags v1.3.2
43202023-11-08T23:54:41.039Z Compiling hashbrown v0.12.3
43212023-11-08T23:54:41.043Z Compiling regex-automata v0.4.3
43222023-11-08T23:54:41.053Z Compiling percent-encoding v2.3.0
43232023-11-08T23:54:41.062Z Compiling foreign-types v0.3.2
43242023-11-08T23:54:41.074Z Compiling indexmap v1.9.3
43252023-11-08T23:54:42.326Z Compiling backtrace v0.3.69
43262023-11-08T23:54:43.129Z Compiling errno v0.3.2
43272023-11-08T23:54:43.139Z Compiling adler v1.0.2
43282023-11-08T23:54:43.420Z Compiling try-lock v0.2.4
43292023-11-08T23:54:43.457Z Compiling unicode-width v0.1.11
43302023-11-08T23:54:43.624Z Compiling siphasher v0.3.11
43312023-11-08T23:54:43.710Z Compiling want v0.3.1
43322023-11-08T23:54:44.115Z Compiling miniz_oxide v0.7.1
43332023-11-08T23:54:44.285Z Compiling sct v0.7.0
43342023-11-08T23:54:44.746Z Compiling form_urlencoded v1.2.0
43352023-11-08T23:54:45.010Z Compiling lazy_static v1.4.0
43362023-11-08T23:54:45.046Z Compiling io-lifetimes v1.0.11
43372023-11-08T23:54:45.177Z Compiling httparse v1.8.0
43382023-11-08T23:54:45.211Z Compiling socket2 v0.4.9
43392023-11-08T23:54:45.344Z Compiling httpdate v1.0.3
43402023-11-08T23:54:46.017Z Compiling regex v1.10.2
43412023-11-08T23:54:46.298Z Compiling serde_derive v1.0.188
43422023-11-08T23:54:46.308Z Compiling zeroize_derive v1.4.2
43432023-11-08T23:54:46.433Z Compiling thiserror-impl v1.0.49
43442023-11-08T23:54:46.545Z Compiling tokio-macros v2.1.0
43452023-11-08T23:54:46.606Z Compiling futures-macro v0.3.29
43462023-11-08T23:54:46.702Z Compiling tracing-attributes v0.1.26
43472023-11-08T23:54:47.766Z Compiling schemars_derive v0.8.13
43482023-11-08T23:54:48.886Z Compiling zeroize v1.6.0
43492023-11-08T23:54:50.054Z Compiling openssl-macros v0.1.1
43502023-11-08T23:54:51.264Z Compiling thiserror v1.0.49
43512023-11-08T23:54:51.479Z Compiling pest v2.7.2
43522023-11-08T23:54:51.483Z Compiling zerocopy-derive v0.2.0
43532023-11-08T23:54:51.772Z Compiling crypto-common v0.1.6
43542023-11-08T23:54:52.095Z Compiling futures-util v0.3.29
43552023-11-08T23:54:52.455Z Compiling tracing v0.1.37
43562023-11-08T23:54:53.010Z Compiling block-buffer v0.10.4
43572023-11-08T23:54:53.392Z Compiling digest v0.10.7
43582023-11-08T23:54:53.861Z Compiling async-trait v0.1.74
43592023-11-08T23:54:54.055Z Compiling hubpack_derive v0.1.1
43602023-11-08T23:54:54.488Z Compiling zerocopy-derive v0.6.4
43612023-11-08T23:54:54.554Z Compiling zerocopy v0.3.0
43622023-11-08T23:54:55.593Z Compiling pest_meta v2.7.2
43632023-11-08T23:54:55.856Z Compiling dof v0.1.5
43642023-11-08T23:54:56.365Z Compiling anstyle v1.0.2
43652023-11-08T23:54:57.095Z Compiling cpufeatures v0.2.9
43662023-11-08T23:54:57.254Z Compiling tower-service v0.3.2
43672023-11-08T23:54:57.315Z Compiling utf8parse v0.2.1
43682023-11-08T23:54:57.439Z Compiling sha2 v0.10.8
43692023-11-08T23:54:57.583Z Compiling anstyle-parse v0.2.1
43702023-11-08T23:54:58.053Z Compiling pest_generator v2.7.2
43712023-11-08T23:54:58.069Z Compiling md-5 v0.10.5
43722023-11-08T23:54:58.123Z Compiling hmac v0.12.1
43732023-11-08T23:54:58.407Z Compiling strum_macros v0.25.2
43742023-11-08T23:54:58.446Z Compiling rustix v0.37.23
43752023-11-08T23:54:59.255Z Compiling rustls-pemfile v1.0.3
43762023-11-08T23:54:59.429Z Compiling serde v1.0.188
43772023-11-08T23:55:00.840Z Compiling diesel_table_macro_syntax v0.1.0
43782023-11-08T23:55:01.122Z Compiling idna v0.4.0
43792023-11-08T23:55:01.484Z Compiling stringprep v0.1.3
43802023-11-08T23:55:02.392Z Compiling regress v0.7.1
43812023-11-08T23:55:02.884Z Compiling num-integer v0.1.45
43822023-11-08T23:55:02.977Z Compiling pest_derive v2.7.2
43832023-11-08T23:55:03.591Z Compiling hash32 v0.2.1
43842023-11-08T23:55:04.182Z Compiling anstyle-query v1.0.0
43852023-11-08T23:55:04.207Z Compiling gimli v0.28.0
43862023-11-08T23:55:04.442Z Compiling dtrace-parser v0.1.14
43872023-11-08T23:55:04.537Z Compiling winnow v0.5.15
43882023-11-08T23:55:04.649Z Compiling either v1.9.0
43892023-11-08T23:55:04.857Z Compiling fallible-iterator v0.2.0
43902023-11-08T23:55:05.174Z Compiling stable_deref_trait v1.2.0
43912023-11-08T23:55:05.327Z Compiling colorchoice v1.0.0
43922023-11-08T23:55:05.567Z Compiling time v0.3.27
43932023-11-08T23:55:06.006Z Compiling anstream v0.5.0
43942023-11-08T23:55:07.058Z Compiling url v2.4.1
43952023-11-08T23:55:07.419Z Compiling diesel_derives v2.1.1
43962023-11-08T23:55:09.932Z Compiling bytes v1.5.0
43972023-11-08T23:55:10.877Z Compiling uuid v1.5.0
43982023-11-08T23:55:12.156Z Compiling chrono v0.4.31
43992023-11-08T23:55:23.728Z Compiling tokio v1.33.0
44002023-11-08T23:55:44.677Z Compiling http v0.2.9
44012023-11-08T23:55:44.779Z Compiling bitflags v2.4.0
44022023-11-08T23:55:44.857Z Compiling semver v1.0.20
44032023-11-08T23:55:45.354Z Compiling schemars v0.8.13
44042023-11-08T23:55:45.435Z Compiling indexmap v2.1.0
44052023-11-08T23:55:45.464Z Compiling rustc_version v0.4.0
44062023-11-08T23:55:45.490Z Compiling heapless v0.7.16
44072023-11-08T23:55:45.512Z Compiling usdt-impl v0.3.5
44082023-11-08T23:55:45.526Z Compiling serde_tokenstream v0.1.7
44092023-11-08T23:55:45.544Z Compiling http-body v0.4.5
44102023-11-08T23:55:45.569Z Compiling serde_tokenstream v0.2.0
44112023-11-08T23:55:45.592Z Compiling usdt-macro v0.3.5
44122023-11-08T23:55:45.614Z Compiling usdt-attr-macro v0.3.5
44132023-11-08T23:55:45.631Z Compiling openapiv3 v1.0.3
44142023-11-08T23:55:45.639Z Compiling toml_datetime v0.6.5
44152023-11-08T23:55:45.655Z Compiling tokio-util v0.7.10
44162023-11-08T23:55:45.662Z Compiling h2 v0.3.21
44172023-11-08T23:55:45.684Z Compiling serde_spanned v0.6.4
44182023-11-08T23:55:45.692Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
44192023-11-08T23:55:45.709Z Compiling tokio-native-tls v0.3.1
44202023-11-08T23:55:45.719Z Compiling postgres-protocol v0.6.6
44212023-11-08T23:55:45.727Z Compiling addr2line v0.21.0
44222023-11-08T23:55:45.731Z Compiling terminal_size v0.2.6
44232023-11-08T23:55:45.742Z Compiling rustls-native-certs v0.6.3
44242023-11-08T23:55:45.749Z Compiling block-padding v0.3.3
44252023-11-08T23:55:45.754Z Compiling enum-as-inner v0.5.1
44262023-11-08T23:55:45.777Z Compiling serde_repr v0.1.16
44272023-11-08T23:55:45.792Z Compiling clap_derive v4.4.2
44282023-11-08T23:55:45.802Z Compiling phf_shared v0.11.2
44292023-11-08T23:55:45.817Z Compiling signal-hook v0.3.17
44302023-11-08T23:55:45.850Z Compiling crc32fast v1.3.2
44312023-11-08T23:55:45.907Z Compiling scheduled-thread-pool v0.2.7
44322023-11-08T23:55:46.356Z Compiling object v0.32.1
44332023-11-08T23:55:46.425Z Compiling tap v1.0.1
44342023-11-08T23:55:46.440Z Compiling deranged v0.3.8
44352023-11-08T23:55:46.534Z Compiling clap_lex v0.5.1
44362023-11-08T23:55:46.569Z Compiling matches v0.1.10
44372023-11-08T23:55:46.601Z Compiling bit-vec v0.6.3
44382023-11-08T23:55:46.643Z Compiling hyper v0.14.27
44392023-11-08T23:55:46.671Z Compiling ipnet v2.8.0
44402023-11-08T23:55:46.718Z Compiling num_threads v0.1.6
44412023-11-08T23:55:46.735Z Compiling regex-automata v0.1.10
44422023-11-08T23:55:46.762Z Compiling rustc-demangle v0.1.23
44432023-11-08T23:55:46.808Z Compiling managed v0.8.0
44442023-11-08T23:55:46.871Z Compiling bstr v0.2.17
44452023-11-08T23:55:46.891Z Compiling smoltcp v0.9.1
44462023-11-08T23:55:47.440Z Compiling idna v0.2.3
44472023-11-08T23:55:49.105Z Compiling clap_builder v4.4.2
44482023-11-08T23:55:49.523Z Compiling wyz v0.5.1
44492023-11-08T23:55:49.890Z Compiling r2d2 v0.8.10
44502023-11-08T23:55:50.210Z Compiling flate2 v1.0.28
44512023-11-08T23:55:50.489Z Compiling signal-hook-mio v0.2.3
44522023-11-08T23:55:50.735Z Compiling phf v0.11.2
44532023-11-08T23:55:51.225Z Compiling hyper-tls v0.5.0
44542023-11-08T23:55:51.771Z Compiling inout v0.1.3
44552023-11-08T23:55:51.785Z Compiling postgres-types v0.2.6
44562023-11-08T23:55:52.057Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
44572023-11-08T23:55:52.170Z Compiling toml_edit v0.19.15
44582023-11-08T23:55:53.266Z Compiling ipnetwork v0.20.0
44592023-11-08T23:55:55.475Z Compiling hubpack v0.1.2
44602023-11-08T23:55:55.557Z Compiling serde_urlencoded v0.7.1
44612023-11-08T23:55:55.686Z Compiling itertools v0.11.0
44622023-11-08T23:55:55.691Z Compiling futures-executor v0.3.29
44632023-11-08T23:55:55.697Z Compiling zerocopy v0.6.4
44642023-11-08T23:55:56.242Z Compiling memoffset v0.9.0
44652023-11-08T23:55:56.407Z Compiling phf_shared v0.10.0
44662023-11-08T23:55:57.039Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
44672023-11-08T23:55:57.080Z Compiling radium v0.7.0
44682023-11-08T23:55:57.098Z Compiling crossbeam-utils v0.8.16
44692023-11-08T23:55:57.568Z Compiling float-cmp v0.9.0
44702023-11-08T23:55:57.754Z Compiling encoding_rs v0.8.33
44712023-11-08T23:55:57.894Z Compiling new_debug_unreachable v1.0.4
44722023-11-08T23:55:58.042Z Compiling unicode-segmentation v1.10.1
44732023-11-08T23:55:58.761Z Compiling whoami v1.4.1
44742023-11-08T23:55:59.452Z Compiling mime v0.3.17
44752023-11-08T23:55:59.622Z Compiling webpki-roots v0.25.2
44762023-11-08T23:55:59.840Z Compiling precomputed-hash v0.1.1
44772023-11-08T23:55:59.854Z Compiling regex-automata v0.3.8
44782023-11-08T23:55:59.919Z Compiling predicates-core v1.0.6
44792023-11-08T23:56:00.427Z Compiling fixedbitset v0.4.2
44802023-11-08T23:56:00.462Z Compiling difflib v0.4.0
44812023-11-08T23:56:00.474Z Compiling normalize-line-endings v0.3.0
44822023-11-08T23:56:00.595Z Compiling static_assertions v1.1.0
44832023-11-08T23:56:00.670Z Compiling data-encoding v2.4.0
44842023-11-08T23:56:00.753Z Compiling funty v2.0.0
44852023-11-08T23:56:01.225Z Compiling predicates v3.0.4
44862023-11-08T23:56:02.527Z Compiling trust-dns-proto v0.22.0
44872023-11-08T23:56:03.266Z Compiling bstr v1.6.0
44882023-11-08T23:56:03.673Z Compiling bitvec v1.0.1
44892023-11-08T23:56:03.799Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
44902023-11-08T23:56:03.915Z Compiling petgraph v0.6.4
44912023-11-08T23:56:04.072Z Compiling string_cache v0.8.7
44922023-11-08T23:56:04.142Z Compiling yasna v0.5.2
44932023-11-08T23:56:04.769Z Compiling tokio-postgres v0.7.10
44942023-11-08T23:56:05.018Z Compiling similar v2.2.1
44952023-11-08T23:56:05.735Z Compiling crossbeam-epoch v0.9.15
44962023-11-08T23:56:07.052Z Compiling diesel v2.1.3
44972023-11-08T23:56:08.593Z Compiling toml v0.7.8
44982023-11-08T23:56:10.540Z Compiling futures v0.3.29
44992023-11-08T23:56:10.726Z Compiling clap v4.4.3
45002023-11-08T23:56:10.902Z Compiling cipher v0.4.4
45012023-11-08T23:56:11.142Z Compiling crossterm v0.27.0
45022023-11-08T23:56:11.164Z Compiling anyhow v1.0.75
45032023-11-08T23:56:11.901Z Compiling bit-set v0.5.3
45042023-11-08T23:56:12.117Z Compiling toml_edit v0.21.0
45052023-11-08T23:56:12.338Z Compiling tokio-stream v0.1.14
45062023-11-08T23:56:12.557Z Compiling usdt v0.3.5
45072023-11-08T23:56:12.723Z Compiling rustix v0.38.9
45082023-11-08T23:56:16.831Z Compiling hex v0.4.3
45092023-11-08T23:56:16.961Z Compiling num-iter v0.1.43
45102023-11-08T23:56:17.012Z Compiling itertools v0.10.5
45112023-11-08T23:56:17.080Z Compiling signature v2.1.0
45122023-11-08T23:56:17.100Z Compiling console v0.15.7
45132023-11-08T23:56:17.137Z Compiling slog v2.7.0
45142023-11-08T23:56:17.191Z Compiling lalrpop-util v0.19.12
45152023-11-08T23:56:17.201Z Compiling darling_core v0.20.3
45162023-11-08T23:56:23.995Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
45172023-11-08T23:56:25.894Z Compiling structmeta-derive v0.2.0
45182023-11-08T23:56:25.944Z Compiling getopts v0.2.21
45192023-11-08T23:56:25.954Z Compiling serde_yaml v0.9.25
45202023-11-08T23:56:25.994Z Compiling darling_macro v0.20.3
45212023-11-08T23:56:26.976Z Compiling darling v0.20.3
45222023-11-08T23:56:27.157Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
45232023-11-08T23:56:29.198Z Compiling structmeta v0.2.0
45242023-11-08T23:56:31.523Z Compiling camino v1.1.6
45252023-11-08T23:56:33.672Z Compiling slog-json v2.6.1
45262023-11-08T23:56:34.971Z Compiling sha1 v0.10.5
45272023-11-08T23:56:35.274Z Compiling async-stream-impl v0.3.5
45282023-11-08T23:56:35.347Z Compiling regex-syntax v0.7.5
45292023-11-08T23:56:37.549Z Compiling async-stream v0.3.5
45302023-11-08T23:56:37.920Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
45312023-11-08T23:56:44.792Z Compiling tempfile v3.8.0
45322023-11-08T23:56:45.102Z Compiling slog-term v2.9.0
45332023-11-08T23:56:45.800Z Compiling parse-display-derive v0.8.2
45342023-11-08T23:56:46.309Z Compiling slog-bunyan v2.4.0
45352023-11-08T23:56:49.377Z Compiling multer v2.1.0
45362023-11-08T23:56:51.138Z Compiling serde_with_macros v2.3.3
45372023-11-08T23:56:52.615Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
45382023-11-08T23:56:54.187Z Compiling serde_path_to_error v0.1.14
45392023-11-08T23:57:00.099Z Compiling backoff v0.4.0
45402023-11-08T23:57:00.256Z Compiling serde_with v2.3.3
45412023-11-08T23:57:00.835Z Compiling parse-display v0.8.2
45422023-11-08T23:57:01.273Z Compiling toml v0.8.8
45432023-11-08T23:57:01.310Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
45442023-11-08T23:57:01.319Z Compiling headers-core v0.2.0
45452023-11-08T23:57:01.324Z Compiling macaddr v1.0.1
45462023-11-08T23:57:01.348Z Compiling strum v0.25.0
45472023-11-08T23:57:01.377Z Compiling rcgen v0.11.3
45482023-11-08T23:57:01.385Z Compiling headers v0.3.9
45492023-11-08T23:57:01.395Z Compiling camino-tempfile v1.0.2
45502023-11-08T23:57:01.431Z Compiling atomicwrites v0.4.2
45512023-11-08T23:57:01.448Z Compiling bzip2 v0.4.4
45522023-11-08T23:57:01.462Z Compiling zip v0.6.6
45532023-11-08T23:57:03.546Z Compiling rustls v0.21.8
45542023-11-08T23:57:05.787Z Compiling rustls-webpki v0.101.7
45552023-11-08T23:57:11.953Z Compiling tokio-rustls v0.24.1
45562023-11-08T23:57:12.366Z Compiling hyper-rustls v0.24.2
45572023-11-08T23:57:12.375Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
45582023-11-08T23:57:13.052Z Compiling reqwest v0.11.20
45592023-11-08T23:57:17.126Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
45602023-11-08T23:57:17.603Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
45612023-11-08T23:57:25.072Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
45622023-11-08T23:57:25.584Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
45632023-11-08T23:57:38.740Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
45642023-11-08T23:57:47.631Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45652023-11-08T23:57:50.304Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
45662023-11-08T23:58:00.181Z Finished dev [unoptimized + debuginfo] target(s) in 3m 39s
45672023-11-08T23:58:00.230Z Running `target/debug/crdb-seed`
45682023-11-08T23:58:00.268ZNov 08 23:58:00.269 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpuZRm2h
45692023-11-08T23:58:00.275ZNov 08 23:58:00.269 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpKB7SVb,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpuZRm2h/listen-url
45702023-11-08T23:58:00.280ZNov 08 23:58:00.271 INFO cockroach environment: BUILDOMAT_JOB_ID=01HERK20NH0TSP57HC4SJMXH6S BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo 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=sunshowers/spr/wicket-require-that-update-state-be-cleared GITHUB_REF=refs/heads/sunshowers/spr/wicket-require-that-update-state-be-cleared GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=1ce5f1285ba0a4333946481ebdd8b34710bae1de 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-3485b07b8f2d70fd/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-523597bf4177ffff/out:/work/oxidecomputer/omicron/target/debug/build/ring-56387109b508babe/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out:/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out:/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-env8uwCZd NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out:/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out:/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=cf6a52c0-a197-4919-825d-c02eb98af2ec 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.73.0-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime
45712023-11-08T23:58:01.753ZNov 08 23:58:01.755 INFO cockroach pid: 5972
45722023-11-08T23:58:01.760ZNov 08 23:58:01.755 INFO cockroach listen URL: postgresql://root@[::1]:50771/omicron?sslmode=disable
45732023-11-08T23:58:01.766ZNov 08 23:58:01.755 INFO cockroach: populating
45742023-11-08T23:58:03.941ZNov 08 23:58:03.943 INFO cockroach: populated
45752023-11-08T23:58:06.605ZNov 08 23:58:06.607 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/64780a6c7d4764a39d029fb0f3d9f5189c85cf01211dae6c11c54addcc1b071a.tar`
45762023-11-08T23:58:06.611Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed
45772023-11-08T23:58:06.695Z PASS [ 0.044s] authz-macros::proc-macro/authz-macros test_authz_dump
45782023-11-08T23:58:06.698Z PASS [ 0.038s] bootstore schemes::tests::hello_roundtrip
45792023-11-08T23:58:06.701Z PASS [ 0.031s] bootstore trust_quorum::rack_secret::tests::create_and_verify
45802023-11-08T23:58:06.704Z PASS [ 0.037s] bootstore schemes::v0::share_pkg::tests::create_packages
45812023-11-08T23:58:06.707Z PASS [ 0.041s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
45822023-11-08T23:58:06.710Z PASS [ 0.034s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_for_enums
45832023-11-08T23:58:06.723Z PASS [ 0.035s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
45842023-11-08T23:58:06.726Z PASS [ 0.034s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
45852023-11-08T23:58:06.744Z PASS [ 0.033s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_without_table_name
45862023-11-08T23:58:06.748Z PASS [ 0.030s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_minimal_example_compiles
45872023-11-08T23:58:06.753Z PASS [ 0.112s] bootstore schemes::v0::peer::tests::network_config
45882023-11-08T23:58:07.005Z PASS [ 0.285s] dns-server storage::test::test_update_in_progress
45892023-11-08T23:58:07.019Z PASS [ 0.295s] dns-server storage::test::test_update_interrupted
45902023-11-08T23:58:07.030Z PASS [ 0.321s] dns-server storage::test::test_update_basic
45912023-11-08T23:58:07.341Z PASS [ 0.590s] dns-server::basic_test a_crud
45922023-11-08T23:58:07.352Z PASS [ 0.607s] dns-server::basic_test aaaa_crud
45932023-11-08T23:58:07.483Z PASS [ 0.452s] dns-server::basic_test name_contains_zone
45942023-11-08T23:58:07.497Z PASS [ 0.472s] dns-server::basic_test multi_record_crud
45952023-11-08T23:58:07.500Z PASS [ 0.487s] dns-server::basic_test empty_record
45962023-11-08T23:58:08.115Z PASS [ 0.208s] dns-server::openapi_test test_dns_server_openapi
45972023-11-08T23:58:08.126Z PASS [ 0.419s] dns-server::basic_test nxdomain
45982023-11-08T23:58:08.131Z PASS [ 0.047s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
45992023-11-08T23:58:08.135Z PASS [ 0.415s] dns-server::basic_test servfail
46002023-11-08T23:58:08.137Z PASS [ 0.035s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
46012023-11-08T23:58:08.140Z PASS [ 1.172s] bootstore schemes::v0::peer::tests::basic_3_nodes
46022023-11-08T23:58:08.147Z PASS [ 0.060s] illumos-utils destructor::test::test_delayed_delete
46032023-11-08T23:58:08.158Z PASS [ 0.041s] illumos-utils destructor::test::test_destructor_bad_close
46042023-11-08T23:58:08.174Z PASS [ 0.033s] illumos-utils link::test::test_allocate
46052023-11-08T23:58:08.183Z PASS [ 0.032s] illumos-utils link::test::test_allocate_within_scopes
46062023-11-08T23:58:08.188Z PASS [ 0.032s] illumos-utils running_zone::tests::test_is_oxide_smf_log_file
46072023-11-08T23:58:08.192Z PASS [ 0.028s] illumos-utils running_zone::tests::test_is_oxide_smf_service
46082023-11-08T23:58:08.196Z PASS [ 0.031s] illumos-utils zone::tests::test_parse_ip_network
46092023-11-08T23:58:08.210Z PASS [ 0.035s] illumos-utils zpool::test::test_parse_bad_zpool_names
46102023-11-08T23:58:08.216Z PASS [ 0.030s] illumos-utils zpool::test::test_parse_external_zpool_name
46112023-11-08T23:58:08.221Z PASS [ 0.033s] illumos-utils zpool::test::test_parse_internal_zpool_name
46122023-11-08T23:58:08.235Z PASS [ 0.029s] illumos-utils zpool::test::test_parse_zpool
46132023-11-08T23:58:08.243Z PASS [ 0.029s] illumos-utils zpool::test::test_parse_zpool_missing_column
46142023-11-08T23:58:08.255Z PASS [ 0.027s] illumos-utils zpool::test::test_parse_zpool_name_json
46152023-11-08T23:58:08.263Z PASS [ 0.039s] illumos-utils zpool::test::test_zpool_name_regex
46162023-11-08T23:58:08.270Z PASS [ 0.497s] dns-server::basic_test srv_crud
46172023-11-08T23:58:08.275Z PASS [ 0.206s] installinator block_size_writer::tests::proptest_block_writer
46182023-11-08T23:58:08.279Z PASS [ 0.035s] internal-dns config::test::display_hosts
46192023-11-08T23:58:08.283Z PASS [ 0.033s] internal-dns config::test::display_srv_service
46202023-11-08T23:58:08.289Z PASS [ 0.042s] internal-dns config::test::test_builder_errors
46212023-11-08T23:58:08.294Z PASS [ 0.046s] internal-dns config::test::test_builder_output
46222023-11-08T23:58:08.630Z PASS [ 0.650s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi
46232023-11-08T23:58:08.659Z PASS [ 0.891s] illumos-utils destructor::test::test_delayed_delete_with_error
46242023-11-08T23:58:08.964Z PASS [ 0.679s] internal-dns resolver::test::insert_and_lookup_multiple_records
46252023-11-08T23:58:09.008Z PASS [ 0.375s] internal-dns resolver::test::insert_and_lookup_one_record
46262023-11-08T23:58:09.047Z PASS [ 0.388s] internal-dns resolver::test::lookup_nonexistent_record_fails
46272023-11-08T23:58:09.602Z PASS [ 0.591s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
46282023-11-08T23:58:09.643Z PASS [ 0.597s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
46292023-11-08T23:58:09.684Z PASS [ 0.039s] ipcc-key-value tests::deserialize_fixed_value
46302023-11-08T23:58:09.732Z PASS [ 0.039s] ipcc-key-value tests::installinator_image_id_round_trip
46312023-11-08T23:58:09.770Z PASS [ 0.031s] ipcc-key-value tests::serialized_size
46322023-11-08T23:58:09.798Z PASS [ 0.828s] internal-dns resolver::test::resolver_can_access_backup_dns_server
46332023-11-08T23:58:09.818Z PASS [ 0.051s] key-manager tests::different_disks_produce_different_keys
46342023-11-08T23:58:09.830Z PASS [ 0.034s] key-manager tests::different_ikm_produces_different_keys
46352023-11-08T23:58:09.845Z PASS [ 0.032s] key-manager tests::disk_encryption_key_epoch_0
46362023-11-08T23:58:09.861Z PASS [ 0.031s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
46372023-11-08T23:58:09.872Z PASS [ 0.037s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
46382023-11-08T23:58:09.909Z PASS [ 0.036s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
46392023-11-08T23:58:09.939Z PASS [ 0.034s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
46402023-11-08T23:58:09.970Z PASS [ 0.036s] nexus-db-model semver_version::test::test_to_from_sortable_string
46412023-11-08T23:58:09.975Z PASS [ 0.090s] nexus-db-model device_auth::test::test_generate_user_code
46422023-11-08T23:58:09.994Z PASS [ 0.026s] nexus-db-model tests::test_ip_subnet_check_requestable_address
46432023-11-08T23:58:10.431Z PASS [ 0.030s] nexus-db-model tests::test_ipv6_net_random_subnet
46442023-11-08T23:58:10.436Z PASS [ 0.031s] nexus-db-model tests::test_roles_database_strings
46452023-11-08T23:58:10.439Z PASS [ 0.049s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
46462023-11-08T23:58:10.446Z PASS [ 0.061s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers
46472023-11-08T23:58:10.458Z PASS [ 0.057s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers
46482023-11-08T23:58:10.464Z PASS [ 0.046s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie
46492023-11-08T23:58:10.468Z PASS [ 0.542s] internal-dns resolver::test::update_record
46502023-11-08T23:58:10.472Z PASS [ 0.051s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers
46512023-11-08T23:58:10.478Z PASS [ 0.049s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name
46522023-11-08T23:58:10.485Z PASS [ 0.048s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies
46532023-11-08T23:58:10.488Z PASS [ 0.063s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie
46542023-11-08T23:58:10.495Z PASS [ 0.106s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute
46552023-11-08T23:58:10.500Z PASS [ 0.094s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle
46562023-11-08T23:58:10.503Z PASS [ 0.057s] nexus-db-queries authn::external::session_cookie::test::test_get_token
46572023-11-08T23:58:10.510Z PASS [ 0.051s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header
46582023-11-08T23:58:10.513Z PASS [ 0.051s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present
46592023-11-08T23:58:10.516Z PASS [ 0.052s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie
46602023-11-08T23:58:10.520Z PASS [ 0.053s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie
46612023-11-08T23:58:10.523Z PASS [ 0.046s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value
46622023-11-08T23:58:10.527Z PASS [ 0.048s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error
46632023-11-08T23:58:10.530Z PASS [ 0.048s] nexus-db-queries authn::external::spoof::test::test_make_header_value
46642023-11-08T23:58:10.533Z PASS [ 0.049s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw
46652023-11-08T23:58:10.536Z PASS [ 0.097s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie
46662023-11-08T23:58:10.539Z PASS [ 0.051s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids
46672023-11-08T23:58:10.542Z PASS [ 0.047s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing
46682023-11-08T23:58:10.549Z PASS [ 0.049s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid
46692023-11-08T23:58:10.552Z PASS [ 0.051s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values
46702023-11-08T23:58:10.561Z PASS [ 0.058s] nexus-db-queries authn::external::test::test_authn_sequence
46712023-11-08T23:58:10.574Z PASS [ 0.044s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8
46722023-11-08T23:58:10.578Z PASS [ 0.056s] nexus-db-queries authn::external::token::test::test_make_header_value
46732023-11-08T23:58:10.632Z PASS [ 0.055s] nexus-db-queries authn::external::token::test::test_token_header_missing
46742023-11-08T23:58:10.646Z PASS [ 0.048s] nexus-db-queries authn::external::token::test::test_token_header_valid
46752023-11-08T23:58:10.650Z PASS [ 0.060s] nexus-db-queries authn::test::test_internal_users
46762023-11-08T23:58:10.694Z PASS [ 0.068s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes
46772023-11-08T23:58:12.015Z PASS [ 4.524s] dns-server::commands_test test_dnsadm
46782023-11-08T23:58:18.362Z PASS [ 7.739s] nexus-db-queries authz::context::test::test_unregistered_resource
46792023-11-08T23:58:19.402Z PASS [ 7.385s] nexus-db-queries context::test::test_background_context
46802023-11-08T23:58:20.269Z PASS [ 12.330s] installinator mock_peers::tests::proptest_fetch_artifact
46812023-11-08T23:58:20.698Z PASS [ 12.734s] installinator write::tests::proptest_write_artifact
46822023-11-08T23:58:27.846Z PASS [ 7.580s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
46832023-11-08T23:58:28.131Z PASS [ 9.768s] nexus-db-queries context::test::test_child_context
46842023-11-08T23:58:29.411Z PASS [ 8.723s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
46852023-11-08T23:58:29.576Z PASS [ 18.936s] nexus-db-queries authz::policy_test::test_conferred_roles
46862023-11-08T23:58:29.769Z PASS [ 10.364s] nexus-db-queries context::test::test_test_context
46872023-11-08T23:58:35.617Z PASS [ 7.767s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
46882023-11-08T23:58:36.127Z PASS [ 7.984s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
46892023-11-08T23:58:37.282Z PASS [ 7.709s] nexus-db-queries db::collection_attach::test::test_attach_once
46902023-11-08T23:58:37.755Z PASS [ 8.340s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
46912023-11-08T23:58:37.830Z PASS [ 0.077s] nexus-db-queries db::collection_attach::test::test_verify_query
46922023-11-08T23:58:37.939Z PASS [ 8.115s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
46932023-11-08T23:58:43.402Z PASS [ 7.784s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
46942023-11-08T23:58:43.954Z PASS [ 7.841s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
46952023-11-08T23:58:52.822Z PASS [ 7.892s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
46962023-11-08T23:58:53.013Z PASS [ 7.867s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
46972023-11-08T23:58:53.087Z PASS [ 8.015s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
46982023-11-08T23:58:53.131Z PASS [ 0.060s] nexus-db-queries db::collection_detach::test::test_verify_query
46992023-11-08T23:58:53.150Z PASS [ 7.605s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
47002023-11-08T23:58:53.170Z PASS [ 7.204s] nexus-db-queries db::collection_detach::test::test_detach_once
47012023-11-08T23:58:53.179Z PASS [ 7.969s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
47022023-11-08T23:58:54.342Z PASS [ 8.433s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
47032023-11-08T23:58:54.601Z PASS [ 8.849s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
47042023-11-08T23:58:58.566Z PASS [ 7.559s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
47052023-11-08T23:58:58.696Z PASS [ 7.520s] nexus-db-queries db::collection_detach_many::test::test_detach_many
47062023-11-08T23:59:00.714Z PASS [ 7.570s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
47072023-11-08T23:59:00.775Z PASS [ 0.058s] nexus-db-queries db::collection_detach_many::test::test_verify_query
47082023-11-08T23:59:01.887Z PASS [ 7.549s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
47092023-11-08T23:59:02.107Z PASS [ 7.506s] nexus-db-queries db::collection_detach_many::test::test_detach_once
47102023-11-08T23:59:02.166Z PASS [ 0.055s] nexus-db-queries db::collection_insert::test::test_verify_query
47112023-11-08T23:59:02.584Z PASS [ 51.889s] nexus-db-queries authz::policy_test::test_iam_roles_behavior
47122023-11-08T23:59:04.702Z PASS [ 6.026s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
47132023-11-08T23:59:04.733Z PASS [ 6.172s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
47142023-11-08T23:59:04.753Z PASS [ 0.053s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
47152023-11-08T23:59:06.048Z PASS [ 5.278s] nexus-db-queries db::collection_insert::test::test_collection_not_present
47162023-11-08T23:59:06.657Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-learner run
47172023-11-08T23:59:06.667Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-rack-coordinator run
47182023-11-08T23:59:07.137Z PASS [ 5.251s] nexus-db-queries db::collection_insert::test::test_collection_present
47192023-11-08T23:59:07.671Z PASS [ 5.088s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
47202023-11-08T23:59:07.797Z PASS [ 5.639s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
47212023-11-08T23:59:11.996Z PASS [ 7.258s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
47222023-11-08T23:59:13.085Z PASS [ 66.427s] bootstore::v0-fsm-proptest-learner run
47232023-11-08T23:59:19.754Z PASS [ 8.222s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
47242023-11-08T23:59:19.783Z PASS [ 9.833s] nexus-db-queries db::datastore::dns::test::test_dns_update
47252023-11-08T23:59:19.795Z PASS [ 8.090s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
47262023-11-08T23:59:19.817Z PASS [ 7.812s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
47272023-11-08T23:59:19.828Z PASS [ 9.316s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
47282023-11-08T23:59:19.839Z PASS [ 7.309s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
47292023-11-08T23:59:20.853Z PASS [ 7.768s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
47302023-11-08T23:59:22.250Z PASS [ 7.979s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_delete_reupsert_new_sled
47312023-11-08T23:59:22.340Z PASS [ 7.748s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_disks
47322023-11-08T23:59:23.062Z PASS [ 7.836s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_uuid_idempotent
47332023-11-08T23:59:23.666Z PASS [ 7.769s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_reupsert_new_sled
47342023-11-08T23:59:23.671Z PASS [ 0.062s] nexus-db-queries db::datastore::region::test::test_extent_count
47352023-11-08T23:59:24.263Z PASS [ 77.597s] bootstore::v0-fsm-proptest-rack-coordinator run
47362023-11-08T23:59:24.343Z PASS [ 7.230s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_same_uuid_idempotent
47372023-11-08T23:59:27.764Z PASS [ 8.458s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
47382023-11-08T23:59:28.616Z PASS [ 7.763s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
47392023-11-08T23:59:30.473Z PASS [ 8.222s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
47402023-11-08T23:59:30.639Z PASS [ 7.324s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
47412023-11-08T23:59:31.341Z PASS [ 8.953s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
47422023-11-08T23:59:31.744Z PASS [ 7.401s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
47432023-11-08T23:59:31.751Z PASS [ 7.491s] nexus-db-queries db::datastore::test::test_component_update_conflict
47442023-11-08T23:59:31.836Z PASS [ 8.769s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
47452023-11-08T23:59:34.609Z PASS [ 6.850s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
47462023-11-08T23:59:35.582Z PASS [ 6.965s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
47472023-11-08T23:59:35.962Z PASS [ 5.316s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
47482023-11-08T23:59:37.658Z PASS [ 7.177s] nexus-db-queries db::datastore::test::test_project_creation
47492023-11-08T23:59:39.075Z PASS [ 7.784s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
47502023-11-08T23:59:39.285Z PASS [ 7.528s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
47512023-11-08T23:59:41.580Z PASS [ 9.836s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
47522023-11-08T23:59:41.813Z PASS [ 9.980s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
47532023-11-08T23:59:44.512Z PASS [ 5.230s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
47542023-11-08T23:59:44.689Z PASS [ 10.080s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
47552023-11-08T23:59:45.378Z PASS [ 9.422s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
47562023-11-08T23:59:45.592Z PASS [ 7.934s] nexus-db-queries db::datastore::test::test_service_upsert_and_list
47572023-11-08T23:59:46.214Z PASS [ 10.224s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
47582023-11-08T23:59:46.218Z PASS [ 7.121s] nexus-db-queries db::datastore::test::test_session_methods
47592023-11-08T23:59:46.257Z PASS [ 0.062s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data
47602023-11-08T23:59:46.319Z PASS [ 0.053s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid
47612023-11-08T23:59:46.370Z PASS [ 0.059s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid
47622023-11-08T23:59:46.428Z PASS [ 0.055s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid
47632023-11-08T23:59:48.523Z PASS [ 6.711s] nexus-db-queries db::datastore::test::test_system_update_conflict
47642023-11-08T23:59:48.530Z PASS [ 6.952s] nexus-db-queries db::datastore::test::test_ssh_keys
47652023-11-08T23:59:50.919Z PASS [ 5.337s] nexus-db-queries db::explain::test::test_explain_async
47662023-11-08T23:59:51.114Z PASS [ 5.309s] nexus-db-queries db::explain::test::test_explain_full_table_scan
47672023-11-08T23:59:51.673Z PASS [ 7.157s] nexus-db-queries db::datastore::test::test_table_scan
47682023-11-08T23:59:52.464Z PASS [ 7.774s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
47692023-11-08T23:59:52.838Z PASS [ 7.461s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
47702023-11-08T23:59:53.208Z PASS [ 6.774s] nexus-db-queries db::lookup::test::test_lookup
47712023-11-08T23:59:53.875Z PASS [ 5.337s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
47722023-11-08T23:59:54.011Z PASS [ 5.486s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
47732023-11-08T23:59:56.777Z PASS [ 5.848s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
47742023-11-08T23:59:56.785Z PASS [ 5.653s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
47752023-11-08T23:59:59.138Z PASS [ 7.460s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
47762023-11-08T23:59:59.970Z PASS [ 7.507s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
47772023-11-09T00:00:01.342Z PASS [ 7.724s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_out_of_range
47782023-11-09T00:00:01.375Z PASS [ 8.251s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_is_idempotent
47792023-11-09T00:00:01.379Z PASS [ 7.413s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent
47802023-11-09T00:00:01.469Z PASS [ 7.456s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent_even_when_full
47812023-11-09T00:00:01.522Z PASS [ 0.056s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
47822023-11-09T00:00:03.746Z PASS [ 6.969s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
47832023-11-09T00:00:03.789Z PASS [ 7.016s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
47842023-11-09T00:00:07.016Z PASS [ 7.888s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_for_service
47852023-11-09T00:00:07.722Z PASS [ 7.752s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
47862023-11-09T00:00:08.528Z PASS [ 7.436s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
47872023-11-09T00:00:14.595Z PASS [ 7.688s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
47882023-11-09T00:00:14.630Z PASS [ 7.666s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
47892023-11-09T00:00:14.640Z PASS [ 8.736s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
47902023-11-09T00:00:14.659Z PASS [ 7.315s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
47912023-11-09T00:00:14.668Z PASS [ 7.466s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
47922023-11-09T00:00:14.678Z PASS [ 7.365s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
47932023-11-09T00:00:14.946Z PASS [ 7.222s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
47942023-11-09T00:00:14.992Z PASS [ 0.048s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
47952023-11-09T00:00:16.050Z PASS [ 7.427s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
47962023-11-09T00:00:16.211Z PASS [ 7.679s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
47972023-11-09T00:00:16.357Z PASS [ 0.146s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
47982023-11-09T00:00:16.401Z PASS [ 0.050s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
47992023-11-09T00:00:16.455Z PASS [ 0.049s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
48002023-11-09T00:00:16.509Z PASS [ 0.055s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
48012023-11-09T00:00:16.571Z PASS [ 0.057s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
48022023-11-09T00:00:16.733Z PASS [ 7.544s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
48032023-11-09T00:00:17.700Z PASS [ 7.650s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
48042023-11-09T00:00:18.413Z PASS [ 7.313s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
48052023-11-09T00:00:18.455Z PASS [ 0.041s] nexus-defaults tests::test_random_vpc_ipv6_prefix
48062023-11-09T00:00:18.521Z PASS [ 0.065s] nexus-inventory builder::test::test_basic
48072023-11-09T00:00:18.599Z PASS [ 0.037s] nexus-inventory builder::test::test_empty
48082023-11-09T00:00:18.603Z PASS [ 7.345s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
48092023-11-09T00:00:18.609Z PASS [ 0.052s] nexus-inventory builder::test::test_problems
48102023-11-09T00:00:19.142Z PASS [ 0.578s] nexus-inventory collector::test::test_basic
48112023-11-09T00:00:19.447Z PASS [ 0.836s] nexus-inventory collector::test::test_multi_mgs
48122023-11-09T00:00:19.485Z PASS [ 0.040s] nexus-types external_api::shared::test::test_policy_parsing
48132023-11-09T00:00:19.606Z PASS [ 0.109s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
48142023-11-09T00:00:22.899Z PASS [ 0.051s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
48152023-11-09T00:00:22.921Z PASS [ 0.537s] nexus-inventory collector::test::test_multi_mgs_failure
48162023-11-09T00:00:22.934Z PASS [ 0.088s] omicron-certificates tests::test_cert_extended_key_usage
48172023-11-09T00:00:22.953Z PASS [ 0.069s] omicron-certificates tests::test_common_name_is_validated
48182023-11-09T00:00:22.961Z PASS [ 0.034s] omicron-common address::test::test_dns_subnets
48192023-11-09T00:00:22.974Z PASS [ 0.067s] omicron-certificates tests::test_subject_alternate_names_are_validated
48202023-11-09T00:00:23.002Z PASS [ 0.028s] omicron-common address::test::test_ip_range_checks_non_decreasing
48212023-11-09T00:00:23.028Z PASS [ 0.039s] omicron-common address::test::test_ip_range_enum_deserialization
48222023-11-09T00:00:23.469Z PASS [ 0.038s] omicron-common address::test::test_ip_range_iter
48232023-11-09T00:00:23.498Z PASS [ 0.033s] omicron-common address::test::test_ip_range_try_from
48242023-11-09T00:00:23.519Z PASS [ 0.029s] omicron-common address::test::test_ipv6_subnet_deserialize
48252023-11-09T00:00:23.534Z PASS [ 0.024s] omicron-common address::test::test_sled_address
48262023-11-09T00:00:23.548Z PASS [ 0.025s] omicron-common api::external::error::test::test_bail_unless
48272023-11-09T00:00:23.584Z PASS [ 0.031s] omicron-common api::external::error::test::test_context
48282023-11-09T00:00:23.596Z PASS [ 0.035s] omicron-common api::external::http_pagination::test::test_pagination_examples
48292023-11-09T00:00:23.607Z PASS [ 0.027s] omicron-common api::external::http_pagination::test::test_pagination_schemas
48302023-11-09T00:00:23.619Z PASS [ 0.029s] omicron-common api::external::http_pagination::test::test_scan_by_id
48312023-11-09T00:00:23.640Z PASS [ 0.039s] omicron-common api::external::http_pagination::test::test_scan_by_name
48322023-11-09T00:00:23.647Z PASS [ 0.030s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
48332023-11-09T00:00:23.654Z PASS [ 0.028s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
48342023-11-09T00:00:23.661Z PASS [ 0.028s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
48352023-11-09T00:00:23.669Z PASS [ 0.024s] omicron-common api::external::test::test_bytecount
48362023-11-09T00:00:23.683Z PASS [ 0.024s] omicron-common api::external::test::test_bytecount_display
48372023-11-09T00:00:23.703Z PASS [ 0.028s] omicron-common api::external::test::test_digest
48382023-11-09T00:00:23.719Z PASS [ 0.029s] omicron-common api::external::test::test_firewall_deserialization
48392023-11-09T00:00:23.732Z PASS [ 0.036s] omicron-common api::external::test::test_firewall_rule_target_parse
48402023-11-09T00:00:23.749Z PASS [ 0.049s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
48412023-11-09T00:00:23.768Z PASS [ 0.023s] omicron-common api::external::test::test_ip_port_range_from_str
48422023-11-09T00:00:23.789Z PASS [ 0.023s] omicron-common api::external::test::test_ip_port_range_into_str
48432023-11-09T00:00:23.869Z PASS [ 0.022s] omicron-common api::external::test::test_ipnet_first_last_address
48442023-11-09T00:00:23.939Z PASS [ 0.022s] omicron-common api::external::test::test_ipnet_serde
48452023-11-09T00:00:23.954Z PASS [ 0.022s] omicron-common api::external::test::test_ipv4_net_operations
48462023-11-09T00:00:23.962Z PASS [ 0.022s] omicron-common api::external::test::test_ipv6_net_operations
48472023-11-09T00:00:23.966Z PASS [ 0.027s] omicron-common api::external::test::test_mac_system_iterator
48482023-11-09T00:00:23.971Z PASS [ 0.027s] omicron-common api::external::test::test_mac_to_int_conversions
48492023-11-09T00:00:23.975Z PASS [ 0.023s] omicron-common api::external::test::test_macaddr
48502023-11-09T00:00:23.997Z PASS [ 0.023s] omicron-common api::external::test::test_name_parse
48512023-11-09T00:00:24.009Z PASS [ 0.021s] omicron-common api::external::test::test_name_parse_from_param
48522023-11-09T00:00:24.014Z PASS [ 0.022s] omicron-common api::external::test::test_resource_name_parse
48532023-11-09T00:00:24.021Z PASS [ 0.025s] omicron-common api::external::test::test_role_name_parse
48542023-11-09T00:00:24.031Z PASS [ 0.029s] omicron-common api::external::test::test_route_destination_parse
48552023-11-09T00:00:24.058Z PASS [ 0.031s] omicron-common api::external::test::test_route_target_parse
48562023-11-09T00:00:24.082Z PASS [ 0.027s] omicron-common api::external::test::test_semver_serialize
48572023-11-09T00:00:24.107Z PASS [ 0.027s] omicron-common api::external::test::test_semver_validation
48582023-11-09T00:00:24.121Z PASS [ 0.027s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
48592023-11-09T00:00:24.126Z PASS [ 0.031s] omicron-common ledger::test::test_create_default_ledger
48602023-11-09T00:00:24.144Z PASS [ 0.044s] omicron-common ledger::test::test_commit_handles_write_failures
48612023-11-09T00:00:24.178Z PASS [ 0.031s] omicron-common ledger::test::test_create_ledger_reads_from_storage
48622023-11-09T00:00:24.202Z PASS [ 0.032s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
48632023-11-09T00:00:24.207Z PASS [ 0.031s] omicron-common nexus_config::test::test_bad_authn_schemes
48642023-11-09T00:00:24.225Z PASS [ 0.031s] omicron-common nexus_config::test::test_config_bad_toml
48652023-11-09T00:00:24.235Z PASS [ 0.025s] omicron-common nexus_config::test::test_config_empty
48662023-11-09T00:00:24.244Z PASS [ 0.025s] omicron-common nexus_config::test::test_config_nonexistent
48672023-11-09T00:00:24.249Z PASS [ 0.025s] omicron-common nexus_config::test::test_deployment_config_schema
48682023-11-09T00:00:24.253Z PASS [ 0.027s] omicron-common nexus_config::test::test_invalid_ipv4_prefix_tunable
48692023-11-09T00:00:24.266Z PASS [ 0.040s] omicron-common nexus_config::test::test_valid
48702023-11-09T00:00:24.270Z PASS [ 0.048s] omicron-common nexus_config::test::test_repo_configs_are_valid
48712023-11-09T00:00:24.276Z PASS [ 0.032s] omicron-common postgres_config::test::test_bad_url
48722023-11-09T00:00:24.283Z PASS [ 0.030s] omicron-common postgres_config::test::test_example_url
48732023-11-09T00:00:24.288Z PASS [ 0.025s] omicron-common update::tests::serde_artifact_kind
48742023-11-09T00:00:24.295Z PASS [ 0.429s] omicron-dev::test_omicron_dev test_cert_create
48752023-11-09T00:00:24.300Z PASS [ 6.979s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
48762023-11-09T00:00:24.315Z PASS [ 5.372s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
48772023-11-09T00:00:24.347Z PASS [ 0.113s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args
48782023-11-09T00:00:24.358Z PASS [ 0.171s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd
48792023-11-09T00:00:24.370Z PASS [ 0.108s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args
48802023-11-09T00:00:24.380Z PASS [ 0.109s] omicron-dev::test_omicron_dev test_omicron_dev_no_args
48812023-11-09T00:00:24.385Z PASS [ 0.056s] omicron-gateway management_switch::location_map::tests::test_config_validation
48822023-11-09T00:00:24.395Z PASS [ 0.044s] omicron-gateway management_switch::location_map::tests::test_resolve_location
48832023-11-09T00:00:24.408Z PASS [ 5.333s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query
48842023-11-09T00:00:24.417Z PASS [ 0.345s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled
48852023-11-09T00:00:24.436Z PASS [ 5.433s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered
48862023-11-09T00:00:24.455Z PASS [ 0.350s] omicron-gateway::test_all integration_tests::component_list::component_list
48872023-11-09T00:00:24.461Z PASS [ 0.292s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
48882023-11-09T00:00:24.483Z PASS [ 7.488s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
48892023-11-09T00:00:24.489Z PASS [ 0.303s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
48902023-11-09T00:00:24.493Z PASS [ 0.533s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
48912023-11-09T00:00:24.497Z PASS [ 5.350s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
48922023-11-09T00:00:28.234Z PASS [ 7.638s] omicron-dev::test_omicron_dev test_db_killed
48932023-11-09T00:00:40.700Z PASS [ 19.691s] omicron-dev::test_omicron_dev test_db_run
48942023-11-09T00:00:46.962Z PASS [ 25.325s] omicron-dev::test_omicron_dev test_run_all
48952023-11-09T00:00:47.931Z PASS [ 25.450s] omicron-nexus app::background::common::test::test_driver_basic
48962023-11-09T00:00:48.765Z PASS [ 26.140s] omicron-nexus app::background::dns_propagation::test::test_basic
48972023-11-09T00:00:48.768Z PASS [ 25.748s] omicron-nexus app::background::dns_servers::test::test_basic
48982023-11-09T00:00:48.926Z PASS [ 0.168s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
48992023-11-09T00:00:48.935Z PASS [ 26.388s] omicron-nexus app::background::dns_config::test::test_basic
49002023-11-09T00:00:49.008Z PASS [ 0.072s] omicron-nexus app::external_endpoints::test::test_no_endpoint
49012023-11-09T00:00:49.076Z PASS [ 0.147s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
49022023-11-09T00:00:49.083Z PASS [ 0.077s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
49032023-11-09T00:00:49.515Z PASS [ 1.556s] omicron-nexus app::external_endpoints::test::test_authority
49042023-11-09T00:00:50.015Z PASS [ 27.557s] omicron-nexus app::background::common::test::test_activation_in_progress
49052023-11-09T00:00:53.429Z PASS [ 25.156s] omicron-nexus app::background::external_endpoints::test::test_basic
49062023-11-09T00:00:59.420Z PASS [ 10.652s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
49072023-11-09T00:01:04.591Z PASS [ 23.891s] omicron-nexus app::background::init::test::test_dns_propagation_basic
49082023-11-09T00:01:19.461Z PASS [ 28.574s] omicron-nexus app::background::inventory_collection::test::test_basic
49092023-11-09T00:01:19.561Z PASS [ 26.735s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
49102023-11-09T00:01:19.579Z PASS [ 28.531s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
49112023-11-09T00:01:21.080Z PASS [ 27.689s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
49122023-11-09T00:01:22.789Z PASS [ 33.714s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
49132023-11-09T00:01:23.119Z PASS [ 34.034s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
49142023-11-09T00:01:26.742Z PASS [ 27.321s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
49152023-11-09T00:01:48.466Z PASS [ 30.447s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
49162023-11-09T00:01:49.971Z PASS [ 33.213s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
49172023-11-09T00:01:53.142Z PASS [ 32.060s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
49182023-11-09T00:01:53.883Z PASS [ 31.096s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
49192023-11-09T00:01:59.130Z PASS [ 32.387s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
49202023-11-09T00:02:04.593Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
49212023-11-09T00:02:15.533Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
49222023-11-09T00:02:21.112Z PASS [ 31.149s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
49232023-11-09T00:02:21.854Z PASS [ 28.712s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
49242023-11-09T00:02:22.491Z PASS [ 23.353s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
49252023-11-09T00:02:22.964Z PASS [ 0.071s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
49262023-11-09T00:02:23.124Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
49272023-11-09T00:02:29.047Z PASS [ 37.464s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
49282023-11-09T00:02:29.170Z PASS [ 32.467s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
49292023-11-09T00:02:35.085Z PASS [ 71.966s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
49302023-11-09T00:02:46.321Z PASS [ 101.726s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
49312023-11-09T00:02:52.597Z PASS [ 30.047s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
49322023-11-09T00:02:56.516Z PASS [ 21.097s] omicron-nexus app::sagas::test_saga::test_saga_stuck
49332023-11-09T00:02:57.967Z PASS [ 102.433s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
49342023-11-09T00:02:59.344Z PASS [ 33.345s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
49352023-11-09T00:03:06.652Z PASS [ 40.288s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
49362023-11-09T00:03:18.722Z PASS [ 30.645s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
49372023-11-09T00:03:18.745Z PASS [ 25.091s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
49382023-11-09T00:03:19.211Z PASS [ 21.821s] omicron-nexus app::update::tests::test_populate_mock_system_updates
49392023-11-09T00:03:20.108Z PASS [ 0.069s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
49402023-11-09T00:03:20.153Z PASS [ 0.066s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
49412023-11-09T00:03:20.185Z PASS [ 0.063s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
49422023-11-09T00:03:20.196Z PASS [ 0.062s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
49432023-11-09T00:03:20.216Z PASS [ 0.066s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
49442023-11-09T00:03:20.234Z PASS [ 0.059s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
49452023-11-09T00:03:20.250Z PASS [ 0.063s] omicron-nexus external_api::console_api::test::test_relative_uri
49462023-11-09T00:03:20.271Z PASS [ 0.144s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
49472023-11-09T00:03:20.289Z PASS [ 21.276s] omicron-nexus app::update::tests::test_semver_max
49482023-11-09T00:03:20.618Z PASS [ 21.292s] omicron-nexus app::update::tests::test_system_updates
49492023-11-09T00:03:21.116Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
49502023-11-09T00:03:21.860Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
49512023-11-09T00:03:26.527Z PASS [ 8.656s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
49522023-11-09T00:03:28.226Z PASS [ 21.586s] omicron-nexus app::update::tests::test_update_deployments
49532023-11-09T00:03:37.030Z PASS [ 10.681s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
49542023-11-09T00:03:37.172Z PASS [ 0.143s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
49552023-11-09T00:03:38.716Z PASS [ 10.492s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
49562023-11-09T00:03:38.724Z PASS [ 21.764s] omicron-nexus app::update::tests::test_updateable_components
49572023-11-09T00:03:41.036Z PASS [ 21.713s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
49582023-11-09T00:03:41.740Z PASS [ 21.163s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
49592023-11-09T00:04:00.165Z PASS [ 22.991s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
49602023-11-09T00:04:01.104Z PASS [ 22.381s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
49612023-11-09T00:04:02.090Z PASS [ 23.357s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
49622023-11-09T00:04:03.406Z PASS [ 22.449s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
49632023-11-09T00:04:04.716Z PASS [ 22.576s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
49642023-11-09T00:04:19.005Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
49652023-11-09T00:04:21.117Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
49662023-11-09T00:04:21.408Z PASS [ 21.244s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
49672023-11-09T00:04:21.855Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
49682023-11-09T00:04:22.099Z PASS [ 21.001s] omicron-nexus::test_all integration_tests::basic::test_ping
49692023-11-09T00:04:25.162Z PASS [ 20.849s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
49702023-11-09T00:04:26.871Z PASS [ 125.012s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
49712023-11-09T00:04:29.152Z PASS [ 70.552s] omicron-nexus populate::test::test_populators
49722023-11-09T00:04:33.302Z PASS [ 30.576s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
49732023-11-09T00:04:39.437Z PASS [ 36.031s] omicron-nexus::test_all integration_tests::basic::test_projects_list
49742023-11-09T00:04:43.142Z PASS [ 21.737s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
49752023-11-09T00:04:44.311Z PASS [ 22.212s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
49762023-11-09T00:04:45.909Z PASS [ 2.754s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
49772023-11-09T00:04:46.141Z PASS [ 0.243s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
49782023-11-09T00:04:46.670Z PASS [ 2.348s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
49792023-11-09T00:04:47.097Z PASS [ 0.429s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal
49802023-11-09T00:04:47.322Z PASS [ 1.176s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
49812023-11-09T00:04:47.436Z PASS [ 22.276s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
49822023-11-09T00:04:49.521Z PASS [ 22.627s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
49832023-11-09T00:04:54.657Z PASS [ 25.510s] omicron-nexus::test_all integration_tests::certificates::test_crud
49842023-11-09T00:04:54.869Z PASS [ 22.207s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
49852023-11-09T00:05:09.845Z PASS [ 22.526s] omicron-nexus::test_all integration_tests::console_api::test_assets
49862023-11-09T00:05:09.852Z PASS [ 22.420s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
49872023-11-09T00:05:10.068Z PASS [ 22.973s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
49882023-11-09T00:05:11.444Z PASS [ 32.007s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
49892023-11-09T00:05:17.333Z PASS [ 22.453s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
49902023-11-09T00:05:18.204Z PASS [ 28.291s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
49912023-11-09T00:05:21.122Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
49922023-11-09T00:05:24.892Z PASS [ 30.225s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
49932023-11-09T00:05:33.306Z PASS [ 23.447s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
49942023-11-09T00:05:33.434Z PASS [ 23.585s] omicron-nexus::test_all integration_tests::console_api::test_session_me
49952023-11-09T00:05:34.324Z PASS [ 22.874s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
49962023-11-09T00:05:38.568Z PASS [ 28.499s] omicron-nexus::test_all integration_tests::console_api::test_sessions
49972023-11-09T00:05:40.567Z PASS [ 23.249s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
49982023-11-09T00:05:45.617Z PASS [ 27.826s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
49992023-11-09T00:06:01.525Z PASS [ 27.919s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
50002023-11-09T00:06:01.552Z PASS [ 27.237s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
50012023-11-09T00:06:02.470Z PASS [ 29.077s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
50022023-11-09T00:06:03.976Z PASS [ 25.416s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
50032023-11-09T00:06:05.516Z PASS [ 40.635s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
50042023-11-09T00:06:21.121Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
50052023-11-09T00:06:21.663Z PASS [ 41.090s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
50062023-11-09T00:06:27.603Z PASS [ 26.051s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
50072023-11-09T00:06:29.108Z PASS [ 25.130s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
50082023-11-09T00:06:30.652Z PASS [ 25.119s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
50092023-11-09T00:06:31.534Z PASS [ 28.898s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
50102023-11-09T00:06:38.056Z PASS [ 52.442s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
50112023-11-09T00:06:48.023Z PASS [ 26.364s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
50122023-11-09T00:06:52.575Z PASS [ 24.967s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
50132023-11-09T00:06:52.941Z PASS [ 51.590s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
50142023-11-09T00:06:58.112Z PASS [ 26.830s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
50152023-11-09T00:07:01.007Z PASS [ 31.899s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
50162023-11-09T00:07:10.637Z PASS [ 32.582s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
50172023-11-09T00:07:16.722Z PASS [ 46.084s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
50182023-11-09T00:07:18.592Z PASS [ 30.570s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
50192023-11-09T00:07:19.271Z PASS [ 26.330s] omicron-nexus::test_all integration_tests::images::test_image_create
50202023-11-09T00:07:21.123Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
50212023-11-09T00:07:21.554Z PASS [ 28.984s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
50222023-11-09T00:07:24.562Z PASS [ 26.458s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_content_length
50232023-11-09T00:07:27.485Z PASS [ 26.479s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_image_size
50242023-11-09T00:07:37.693Z PASS [ 27.048s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_url
50252023-11-09T00:07:43.828Z PASS [ 27.107s] omicron-nexus::test_all integration_tests::images::test_image_create_url_404
50262023-11-09T00:07:48.481Z PASS [ 327.368s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
50272023-11-09T00:07:49.237Z PASS [ 30.643s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
50282023-11-09T00:07:51.408Z PASS [ 29.848s] omicron-nexus::test_all integration_tests::images::test_image_promotion
50292023-11-09T00:07:53.750Z PASS [ 29.177s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
50302023-11-09T00:07:54.488Z PASS [ 26.997s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
50312023-11-09T00:07:55.738Z PASS [ 36.472s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
50322023-11-09T00:07:57.878Z PASS [ 9.398s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
50332023-11-09T00:07:58.465Z PASS [ 9.229s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
50342023-11-09T00:08:01.650Z PASS [ 10.241s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
50352023-11-09T00:08:03.584Z PASS [ 9.831s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
50362023-11-09T00:08:05.203Z PASS [ 27.520s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
50372023-11-09T00:08:07.410Z PASS [ 23.577s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
50382023-11-09T00:08:19.469Z PASS [ 24.982s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
50392023-11-09T00:08:27.491Z PASS [ 22.284s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
50402023-11-09T00:08:30.222Z PASS [ 32.343s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
50412023-11-09T00:08:38.021Z PASS [ 36.376s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
50422023-11-09T00:08:42.329Z PASS [ 38.757s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
50432023-11-09T00:08:43.501Z PASS [ 45.031s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
50442023-11-09T00:08:47.316Z PASS [ 51.577s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
50452023-11-09T00:08:47.429Z PASS [ 40.024s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
50462023-11-09T00:08:58.019Z PASS [ 30.531s] omicron-nexus::test_all integration_tests::instances::test_instance_access
50472023-11-09T00:09:06.349Z PASS [ 36.126s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
50482023-11-09T00:09:14.795Z PASS [ 36.773s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
50492023-11-09T00:09:15.496Z PASS [ 31.999s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
50502023-11-09T00:09:19.470Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
50512023-11-09T00:09:21.292Z PASS [ 38.964s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
50522023-11-09T00:09:23.222Z PASS [ 35.900s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
50532023-11-09T00:09:31.316Z PASS [ 43.868s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
50542023-11-09T00:09:46.684Z PASS [ 40.336s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
50552023-11-09T00:09:48.205Z PASS [ 50.187s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
50562023-11-09T00:09:50.197Z PASS [ 90.733s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
50572023-11-09T00:09:52.446Z PASS [ 37.653s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
50582023-11-09T00:09:54.961Z PASS [ 39.467s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p
50592023-11-09T00:09:57.133Z PASS [ 35.840s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
50602023-11-09T00:10:04.734Z PASS [ 41.518s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
50612023-11-09T00:10:23.592Z PASS [ 26.316s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
50622023-11-09T00:10:23.920Z PASS [ 44.808s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
50632023-11-09T00:10:23.932Z PASS [ 27.100s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
50642023-11-09T00:10:24.170Z PASS [ 23.323s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
50652023-11-09T00:10:24.266Z PASS [ 31.504s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
50662023-11-09T00:10:24.351Z PASS [ 29.264s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
50672023-11-09T00:10:25.128Z PASS [ 36.923s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
50682023-11-09T00:10:38.990Z PASS [ 21.687s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
50692023-11-09T00:10:43.477Z PASS [ 30.476s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
50702023-11-09T00:10:45.017Z PASS [ 24.559s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
50712023-11-09T00:10:47.239Z PASS [ 23.287s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
50722023-11-09T00:10:47.913Z PASS [ 23.283s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
50732023-11-09T00:10:48.189Z PASS [ 23.060s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
50742023-11-09T00:10:48.672Z PASS [ 43.939s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
50752023-11-09T00:10:49.664Z PASS [ 33.557s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
50762023-11-09T00:11:07.461Z PASS [ 22.446s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
50772023-11-09T00:11:07.523Z PASS [ 24.043s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
50782023-11-09T00:11:09.615Z PASS [ 22.106s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_with_silo
50792023-11-09T00:11:10.626Z PASS [ 23.390s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
50802023-11-09T00:11:13.724Z PASS [ 25.052s] omicron-nexus::test_all integration_tests::loopback_address::test_anycast_loopback_address_basic_crud
50812023-11-09T00:11:14.420Z PASS [ 35.424s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_usable_by_project
50822023-11-09T00:11:14.597Z PASS [ 24.933s] omicron-nexus::test_all integration_tests::loopback_address::test_loopback_address_basic_crud
50832023-11-09T00:11:20.161Z PASS [ 31.972s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
50842023-11-09T00:11:29.585Z PASS [ 22.064s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
50852023-11-09T00:11:39.320Z PASS [ 29.704s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
50862023-11-09T00:11:40.760Z PASS [ 26.165s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
50872023-11-09T00:11:40.916Z PASS [ 26.507s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
50882023-11-09T00:11:47.072Z PASS [ 26.868s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
50892023-11-09T00:11:49.085Z PASS [ 38.458s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
50902023-11-09T00:12:07.320Z PASS [ 26.559s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
50912023-11-09T00:12:07.462Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_metrics
50922023-11-09T00:12:07.586Z PASS [ 53.861s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
50932023-11-09T00:12:17.414Z PASS [ 69.954s] omicron-nexus::test_all integration_tests::metrics::test_metrics
50942023-11-09T00:12:21.122Z PASS [ 51.538s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
50952023-11-09T00:12:22.918Z PASS [ 33.833s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
50962023-11-09T00:12:30.656Z PASS [ 43.627s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
50972023-11-09T00:12:31.842Z PASS [ 52.522s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
50982023-11-09T00:12:33.171Z PASS [ 52.247s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
50992023-11-09T00:12:33.881Z PASS [ 26.293s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
51002023-11-09T00:12:44.644Z PASS [ 37.300s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
51012023-11-09T00:12:55.791Z PASS [ 38.370s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_from_url
51022023-11-09T00:12:56.140Z PASS [ 24.298s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
51032023-11-09T00:12:58.500Z PASS [ 24.620s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
51042023-11-09T00:13:00.906Z PASS [ 27.737s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
51052023-11-09T00:13:11.798Z PASS [ 27.177s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
51062023-11-09T00:13:14.799Z PASS [ 53.674s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
51072023-11-09T00:13:19.433Z PASS [ 56.512s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
51082023-11-09T00:13:21.378Z PASS [ 25.238s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
51092023-11-09T00:13:21.669Z PASS [ 20.758s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
51102023-11-09T00:13:23.524Z PASS [ 25.020s] omicron-nexus::test_all integration_tests::projects::test_projects
51112023-11-09T00:13:30.661Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
51122023-11-09T00:13:32.687Z PASS [ 36.897s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
51132023-11-09T00:13:33.485Z PASS [ 21.686s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
51142023-11-09T00:13:38.673Z PASS [ 23.873s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
51152023-11-09T00:13:38.896Z PASS [ 0.224s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
51162023-11-09T00:13:39.132Z PASS [ 0.230s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
51172023-11-09T00:13:39.282Z PASS [ 0.155s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
51182023-11-09T00:13:39.428Z PASS [ 0.146s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
51192023-11-09T00:13:39.602Z PASS [ 0.174s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
51202023-11-09T00:13:43.084Z PASS [ 23.652s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
51212023-11-09T00:13:44.870Z PASS [ 74.211s] omicron-nexus::test_all integration_tests::password_login::test_local_users
51222023-11-09T00:13:45.028Z PASS [ 23.363s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
51232023-11-09T00:13:47.309Z PASS [ 23.780s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
51242023-11-09T00:13:47.315Z PASS [ 25.922s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
51252023-11-09T00:13:58.174Z PASS [ 25.488s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
51262023-11-09T00:14:02.211Z PASS [ 28.726s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes
51272023-11-09T00:14:02.796Z PASS [ 23.183s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
51282023-11-09T00:14:02.931Z PASS [ 0.147s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
51292023-11-09T00:14:03.010Z PASS [ 0.077s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_with_xml_comment
51302023-11-09T00:14:03.128Z PASS [ 0.121s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
51312023-11-09T00:14:07.281Z PASS [ 24.197s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
51322023-11-09T00:14:08.414Z PASS [ 23.389s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
51332023-11-09T00:14:08.534Z PASS [ 23.665s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
51342023-11-09T00:14:10.199Z PASS [ 22.897s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
51352023-11-09T00:14:10.579Z PASS [ 23.269s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
51362023-11-09T00:14:21.088Z PASS [ 10.891s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
51372023-11-09T00:14:22.569Z PASS [ 11.991s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
51382023-11-09T00:14:22.576Z PASS [ 24.407s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
51392023-11-09T00:14:25.629Z PASS [ 23.417s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
51402023-11-09T00:14:25.938Z PASS [ 22.809s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
51412023-11-09T00:14:28.847Z PASS [ 21.567s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
51422023-11-09T00:14:29.002Z PASS [ 20.589s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
51432023-11-09T00:14:30.394Z PASS [ 21.861s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
51442023-11-09T00:14:30.872Z PASS [ 9.782s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
51452023-11-09T00:14:33.013Z PASS [ 10.432s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
51462023-11-09T00:14:33.320Z PASS [ 10.751s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
51472023-11-09T00:14:34.453Z PASS [ 5.607s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
51482023-11-09T00:14:35.977Z PASS [ 10.348s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
51492023-11-09T00:14:49.995Z PASS [ 19.125s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
51502023-11-09T00:14:52.423Z PASS [ 22.024s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
51512023-11-09T00:14:53.560Z PASS [ 24.558s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
51522023-11-09T00:14:54.284Z PASS [ 21.274s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
51532023-11-09T00:14:55.417Z PASS [ 22.098s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
51542023-11-09T00:14:55.485Z PASS [ 21.032s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
51552023-11-09T00:14:58.364Z PASS [ 22.390s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
51562023-11-09T00:15:13.561Z PASS [ 23.565s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
51572023-11-09T00:15:14.680Z PASS [ 48.742s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
51582023-11-09T00:15:16.481Z PASS [ 24.062s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
51592023-11-09T00:15:18.069Z PASS [ 23.786s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
51602023-11-09T00:15:18.126Z PASS [ 24.568s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
51612023-11-09T00:15:18.400Z PASS [ 22.895s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
51622023-11-09T00:15:20.987Z PASS [ 22.623s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
51632023-11-09T00:15:22.318Z PASS [ 26.901s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
51642023-11-09T00:15:37.665Z PASS [ 24.100s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
51652023-11-09T00:15:40.495Z PASS [ 25.815s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
51662023-11-09T00:15:41.254Z PASS [ 22.874s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
51672023-11-09T00:15:41.419Z PASS [ 23.292s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
51682023-11-09T00:15:42.267Z PASS [ 24.197s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
51692023-11-09T00:15:44.847Z PASS [ 23.859s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
51702023-11-09T00:15:45.453Z PASS [ 23.134s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
51712023-11-09T00:15:51.111Z PASS [ 34.626s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
51722023-11-09T00:16:02.151Z PASS [ 24.491s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
51732023-11-09T00:16:05.715Z PASS [ 24.288s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
51742023-11-09T00:16:07.195Z PASS [ 22.339s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
51752023-11-09T00:16:09.236Z PASS [ 28.741s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
51762023-11-09T00:16:12.622Z PASS [ 31.366s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
51772023-11-09T00:16:13.967Z PASS [ 31.700s] omicron-nexus::test_all integration_tests::silos::test_silos
51782023-11-09T00:16:14.216Z PASS [ 23.109s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
51792023-11-09T00:16:15.380Z PASS [ 29.927s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
51802023-11-09T00:16:29.834Z PASS [ 27.682s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
51812023-11-09T00:16:31.046Z PASS [ 25.338s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
51822023-11-09T00:16:34.431Z PASS [ 21.810s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
51832023-11-09T00:16:37.775Z PASS [ 23.807s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
51842023-11-09T00:16:39.124Z PASS [ 24.908s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
51852023-11-09T00:16:39.906Z PASS [ 24.525s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
51862023-11-09T00:16:45.797Z PASS [ 38.611s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
51872023-11-09T00:16:49.381Z PASS [ 40.145s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
51882023-11-09T00:17:00.370Z PASS [ 22.596s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
51892023-11-09T00:17:01.775Z PASS [ 21.868s] omicron-nexus::test_all integration_tests::system_updates::test_get_update
51902023-11-09T00:17:05.983Z PASS [ 31.552s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
51912023-11-09T00:17:06.522Z PASS [ 20.726s] omicron-nexus::test_all integration_tests::system_updates::test_list_components
51922023-11-09T00:17:07.847Z PASS [ 38.015s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
51932023-11-09T00:17:08.865Z PASS [ 1.018s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
51942023-11-09T00:17:10.787Z PASS [ 21.405s] omicron-nexus::test_all integration_tests::system_updates::test_list_update_components
51952023-11-09T00:17:14.335Z PASS [ 35.211s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
51962023-11-09T00:17:17.400Z PASS [ 46.354s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
51972023-11-09T00:17:21.709Z PASS [ 21.337s] omicron-nexus::test_all integration_tests::system_updates::test_list_updates
51982023-11-09T00:17:24.736Z PASS [ 22.961s] omicron-nexus::test_all integration_tests::system_updates::test_system_version
51992023-11-09T00:17:29.324Z PASS [ 23.341s] omicron-nexus::test_all integration_tests::system_updates::test_update_deployments
52002023-11-09T00:17:31.362Z PASS [ 22.496s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
52012023-11-09T00:17:35.201Z PASS [ 24.415s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
52022023-11-09T00:17:35.831Z PASS [ 21.491s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
52032023-11-09T00:17:48.995Z PASS [ 31.596s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
52042023-11-09T00:17:57.729Z PASS [ 36.020s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
52052023-11-09T00:17:59.219Z PASS [ 34.481s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
52062023-11-09T00:18:04.659Z PASS [ 35.329s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
52072023-11-09T00:18:05.713Z PASS [ 34.337s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
52082023-11-09T00:18:06.523Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
52092023-11-09T00:18:08.449Z PASS [ 33.248s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
52102023-11-09T00:18:09.777Z PASS [ 33.950s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
52112023-11-09T00:18:24.448Z PASS [ 35.453s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
52122023-11-09T00:18:28.345Z PASS [ 23.662s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
52132023-11-09T00:18:33.105Z PASS [ 35.377s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
52142023-11-09T00:18:37.644Z PASS [ 38.427s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
52152023-11-09T00:18:48.466Z PASS [ 42.767s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
52162023-11-09T00:18:51.364Z PASS [ 42.916s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
52172023-11-09T00:18:52.376Z PASS [ 105.853s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
52182023-11-09T00:19:01.497Z PASS [ 51.704s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
52192023-11-09T00:19:13.111Z PASS [ 20.735s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
52202023-11-09T00:19:14.657Z PASS [ 50.206s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
52212023-11-09T00:19:15.346Z PASS [ 37.703s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
52222023-11-09T00:19:19.414Z PASS [ 51.096s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
52232023-11-09T00:19:21.642Z PASS [ 20.161s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
52242023-11-09T00:19:25.014Z PASS [ 33.648s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
52252023-11-09T00:19:25.311Z PASS [ 36.845s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
52262023-11-09T00:19:25.967Z PASS [ 52.863s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
52272023-11-09T00:19:35.068Z PASS [ 21.956s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
52282023-11-09T00:19:35.943Z PASS [ 21.287s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
52292023-11-09T00:19:37.147Z PASS [ 21.801s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
52302023-11-09T00:19:41.463Z PASS [ 22.051s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
52312023-11-09T00:19:43.590Z PASS [ 21.947s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
52322023-11-09T00:19:46.922Z PASS [ 21.908s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
52332023-11-09T00:19:47.575Z PASS [ 22.244s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
52342023-11-09T00:19:48.008Z PASS [ 22.039s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
52352023-11-09T00:19:57.515Z PASS [ 22.447s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
52362023-11-09T00:19:58.796Z PASS [ 22.854s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
52372023-11-09T00:20:00.024Z PASS [ 22.876s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
52382023-11-09T00:20:04.288Z PASS [ 22.822s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
52392023-11-09T00:20:06.531Z PASS [ 22.941s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
52402023-11-09T00:20:10.065Z PASS [ 23.143s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
52412023-11-09T00:20:10.186Z PASS [ 22.631s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
52422023-11-09T00:20:15.665Z PASS [ 27.658s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
52432023-11-09T00:20:27.411Z PASS [ 29.897s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers
52442023-11-09T00:20:27.698Z PASS [ 21.168s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_physical_disk_returns_not_found
52452023-11-09T00:20:30.371Z PASS [ 29.937s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
52462023-11-09T00:20:30.374Z PASS [ 0.064s] omicron-package dot::test::test_bad_dependency
52472023-11-09T00:20:30.377Z PASS [ 0.048s] omicron-package dot::test::test_dot_output
52482023-11-09T00:20:31.328Z PASS [ 21.265s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_sled_returns_not_found
52492023-11-09T00:20:31.357Z PASS [ 0.028s] omicron-passwords test::test_password_constraints
52502023-11-09T00:20:31.455Z PASS [ 21.269s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_success
52512023-11-09T00:20:32.412Z PASS [ 4.714s] omicron-omdb::test_all_output test_omdb_usage_errors
52522023-11-09T00:20:32.477Z PASS [ 0.065s] omicron-passwords test::test_stable
52532023-11-09T00:20:32.508Z PASS [ 0.031s] omicron-passwords test::test_weak_hashes
52542023-11-09T00:20:32.555Z PASS [ 0.043s] omicron-rpaths internal::tests::test_configure_from_path
52552023-11-09T00:20:32.638Z PASS [ 0.073s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
52562023-11-09T00:20:32.670Z PASS [ 0.043s] omicron-rpaths internal::tests::test_emit_rpath
52572023-11-09T00:20:32.775Z PASS [ 0.086s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion
52582023-11-09T00:20:32.807Z PASS [ 0.052s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
52592023-11-09T00:20:32.888Z PASS [ 0.076s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization
52602023-11-09T00:20:32.935Z PASS [ 0.053s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash
52612023-11-09T00:20:32.982Z PASS [ 0.046s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1
52622023-11-09T00:20:33.007Z PASS [ 34.206s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
52632023-11-09T00:20:33.057Z PASS [ 0.068s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
52642023-11-09T00:20:33.098Z PASS [ 0.093s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
52652023-11-09T00:20:33.131Z PASS [ 0.070s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
52662023-11-09T00:20:33.153Z PASS [ 0.058s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
52672023-11-09T00:20:33.183Z PASS [ 0.055s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
52682023-11-09T00:20:33.224Z PASS [ 0.056s] omicron-sled-agent common::instance::test::migration_out_after_migration_in
52692023-11-09T00:20:33.235Z PASS [ 0.059s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
52702023-11-09T00:20:33.274Z PASS [ 0.066s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
52712023-11-09T00:20:33.285Z PASS [ 0.050s] omicron-sled-agent common::instance::test::test_migration_ids_already_set
52722023-11-09T00:20:33.344Z PASS [ 0.059s] omicron-sled-agent config::test::test_smf_configs
52732023-11-09T00:20:33.348Z PASS [ 0.050s] omicron-sled-agent profile::tests::empty_profile
52742023-11-09T00:20:33.381Z PASS [ 0.047s] omicron-sled-agent profile::tests::test_instance
52752023-11-09T00:20:33.407Z PASS [ 0.057s] omicron-sled-agent profile::tests::test_multiple
52762023-11-09T00:20:33.434Z PASS [ 0.049s] omicron-sled-agent profile::tests::test_property
52772023-11-09T00:20:33.460Z PASS [ 0.055s] omicron-sled-agent profile::tests::test_property_group
52782023-11-09T00:20:33.480Z PASS [ 0.051s] omicron-sled-agent profile::tests::test_service
52792023-11-09T00:20:33.511Z PASS [ 0.055s] omicron-sled-agent profile::tests::test_service_property_group
52802023-11-09T00:20:33.555Z PASS [ 0.065s] omicron-sled-agent rack_setup::config::test::test_extra_certs
52812023-11-09T00:20:33.575Z PASS [ 0.061s] omicron-sled-agent rack_setup::config::test::test_subnets
52822023-11-09T00:20:33.604Z PASS [ 0.057s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
52832023-11-09T00:20:34.031Z PASS [ 0.048s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
52842023-11-09T00:20:34.039Z PASS [ 0.063s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
52852023-11-09T00:20:34.042Z PASS [ 0.068s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_schema
52862023-11-09T00:20:34.046Z PASS [ 0.062s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
52872023-11-09T00:20:34.049Z PASS [ 0.061s] omicron-sled-agent services::test::test_all_zone_requests_schema
52882023-11-09T00:20:34.051Z PASS [ 0.049s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
52892023-11-09T00:20:34.161Z PASS [ 0.411s] omicron-sled-agent services::test::test_ensure_service
52902023-11-09T00:20:34.168Z PASS [ 0.392s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
52912023-11-09T00:20:34.413Z PASS [ 0.252s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
52922023-11-09T00:20:34.421Z PASS [ 0.252s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
52932023-11-09T00:20:34.469Z PASS [ 0.057s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
52942023-11-09T00:20:34.478Z PASS [ 0.056s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
52952023-11-09T00:20:34.533Z PASS [ 0.052s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
52962023-11-09T00:20:34.542Z PASS [ 0.064s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
52972023-11-09T00:20:34.589Z PASS [ 0.067s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
52982023-11-09T00:20:34.644Z PASS [ 0.101s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
52992023-11-09T00:20:34.657Z PASS [ 0.066s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
53002023-11-09T00:20:34.697Z PASS [ 0.047s] omicron-sled-agent storage::dataset::test::serialize_dataset_name
53012023-11-09T00:20:34.707Z PASS [ 0.051s] omicron-sled-agent updates::test::test_query_no_components
53022023-11-09T00:20:34.746Z PASS [ 0.054s] omicron-sled-agent updates::test::test_query_sled_agent_version
53032023-11-09T00:20:34.772Z PASS [ 0.063s] omicron-sled-agent updates::test::test_query_zone_version
53042023-11-09T00:20:34.828Z PASS [ 0.054s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
53052023-11-09T00:20:35.043Z PASS [ 0.296s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
53062023-11-09T00:20:35.142Z PASS [ 3.781s] omicron-passwords test::test_reproducible
53072023-11-09T00:20:35.197Z PASS [ 0.057s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
53082023-11-09T00:20:35.551Z PASS [ 0.503s] omicron-sled-agent zone_bundle::illumos_tests::test_context
53092023-11-09T00:20:36.012Z PASS [ 31.723s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
53102023-11-09T00:20:36.095Z PASS [ 0.550s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
53112023-11-09T00:20:36.102Z PASS [ 1.282s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
53122023-11-09T00:20:36.141Z PASS [ 0.038s] omicron-sled-agent zone_bundle::tests::test_compare_bundles
53132023-11-09T00:20:36.176Z PASS [ 0.083s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
53142023-11-09T00:20:36.213Z PASS [ 0.071s] omicron-sled-agent zone_bundle::tests::test_disk_usage
53152023-11-09T00:20:36.228Z PASS [ 0.049s] omicron-sled-agent zone_bundle::tests::test_priority_dimension
53162023-11-09T00:20:36.263Z PASS [ 0.048s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause
53172023-11-09T00:20:36.275Z PASS [ 0.049s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available
53182023-11-09T00:20:36.551Z PASS [ 0.274s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
53192023-11-09T00:20:36.582Z PASS [ 0.322s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled
53202023-11-09T00:20:36.853Z PASS [ 0.269s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
53212023-11-09T00:20:36.899Z PASS [ 0.349s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled
53222023-11-09T00:20:36.909Z PASS [ 0.056s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
53232023-11-09T00:20:36.932Z PASS [ 0.924s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
53242023-11-09T00:20:36.954Z PASS [ 0.046s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
53252023-11-09T00:20:36.975Z PASS [ 0.043s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
53262023-11-09T00:20:37.010Z PASS [ 1.814s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
53272023-11-09T00:20:37.019Z PASS [ 0.043s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
53282023-11-09T00:20:37.045Z PASS [ 0.091s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
53292023-11-09T00:20:37.409Z PASS [ 0.400s] omicron-test-utils dev::db::test::test_bad_cmd
53302023-11-09T00:20:37.740Z PASS [ 0.718s] omicron-test-utils dev::db::test::test_cmd_fails
53312023-11-09T00:20:37.787Z PASS [ 0.050s] omicron-test-utils dev::db::test::test_make_pg_config_fail
53322023-11-09T00:20:37.803Z PASS [ 0.392s] omicron-test-utils dev::db::test::test_database_start_hang
53332023-11-09T00:20:37.825Z PASS [ 0.038s] omicron-test-utils dev::db::test::test_make_pg_config_ok
53342023-11-09T00:20:37.846Z PASS [ 0.046s] omicron-test-utils dev::db::test::test_process_exit_abnormal
53352023-11-09T00:20:37.875Z PASS [ 0.051s] omicron-test-utils dev::db::test::test_process_exit_normal
53362023-11-09T00:20:37.941Z PASS [ 1.041s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
53372023-11-09T00:20:39.514Z PASS [ 9.443s] omicron-passwords test::test_compatible
53382023-11-09T00:20:39.559Z PASS [ 0.045s] omicron-test-utils dev::db::test::test_starter_tmpdir
53392023-11-09T00:20:39.615Z PASS [ 0.056s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
53402023-11-09T00:20:39.661Z PASS [ 0.045s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
53412023-11-09T00:20:39.701Z PASS [ 0.038s] oximeter histogram::tests::test_bin_range
53422023-11-09T00:20:39.732Z PASS [ 0.034s] oximeter histogram::tests::test_bin_range_from
53432023-11-09T00:20:39.766Z PASS [ 0.034s] oximeter histogram::tests::test_bin_range_to
53442023-11-09T00:20:39.801Z PASS [ 0.035s] oximeter histogram::tests::test_ensure_finite
53452023-11-09T00:20:39.843Z PASS [ 0.040s] oximeter histogram::tests::test_foo
53462023-11-09T00:20:39.885Z PASS [ 0.038s] oximeter histogram::tests::test_histogram
53472023-11-09T00:20:39.947Z PASS [ 0.063s] oximeter histogram::tests::test_histogram_extreme_bins
53482023-11-09T00:20:39.995Z PASS [ 0.038s] oximeter histogram::tests::test_histogram_extreme_samples
53492023-11-09T00:20:40.102Z PASS [ 0.051s] oximeter histogram::tests::test_histogram_float_bins
53502023-11-09T00:20:40.111Z PASS [ 0.056s] oximeter histogram::tests::test_histogram_to_arrays
53512023-11-09T00:20:40.161Z PASS [ 0.062s] oximeter histogram::tests::test_histogram_unbounded_samples
53522023-11-09T00:20:40.230Z PASS [ 0.069s] oximeter histogram::tests::test_histogram_unsorted_bins
53532023-11-09T00:20:40.270Z PASS [ 0.046s] oximeter histogram::tests::test_histogram_with_bins
53542023-11-09T00:20:40.457Z PASS [ 0.037s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins
53552023-11-09T00:20:40.460Z PASS [ 0.039s] oximeter histogram::tests::test_histogram_with_overlapping_bins
53562023-11-09T00:20:40.463Z PASS [ 0.050s] oximeter histogram::tests::test_log_linear_bins_all_representable
53572023-11-09T00:20:40.466Z LEAK [ 2.580s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
53582023-11-09T00:20:40.469Z PASS [ 0.067s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
53592023-11-09T00:20:40.533Z PASS [ 0.066s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
53602023-11-09T00:20:40.543Z PASS [ 0.063s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
53612023-11-09T00:20:40.558Z PASS [ 0.063s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
53622023-11-09T00:20:40.581Z PASS [ 0.054s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks
53632023-11-09T00:20:40.657Z PASS [ 0.043s] oximeter histogram::tests::test_log_linear_bins_small_bin_count
53642023-11-09T00:20:40.664Z PASS [ 0.049s] oximeter histogram::tests::test_span_decades
53652023-11-09T00:20:40.668Z PASS [ 0.041s] oximeter histogram::tests::test_span_decades_other_counts_f64
53662023-11-09T00:20:40.671Z PASS [ 0.036s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok
53672023-11-09T00:20:40.676Z PASS [ 0.037s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
53682023-11-09T00:20:40.736Z PASS [ 0.039s] oximeter test_util::tests::test_gen_test_samples
53692023-11-09T00:20:40.740Z PASS [ 0.036s] oximeter traits::tests::test_metric_trait
53702023-11-09T00:20:40.743Z PASS [ 0.037s] oximeter traits::tests::test_producer_trait
53712023-11-09T00:20:40.750Z PASS [ 0.037s] oximeter traits::tests::test_target_trait
53722023-11-09T00:20:40.807Z PASS [ 0.033s] oximeter types::tests::test_cumulative_f64
53732023-11-09T00:20:40.811Z PASS [ 0.034s] oximeter types::tests::test_cumulative_i64
53742023-11-09T00:20:40.814Z PASS [ 0.034s] oximeter types::tests::test_datum
53752023-11-09T00:20:40.825Z PASS [ 0.039s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string
53762023-11-09T00:20:40.841Z PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8
53772023-11-09T00:20:40.861Z PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8
53782023-11-09T00:20:40.929Z PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16
53792023-11-09T00:20:40.932Z PASS [ 0.045s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16
53802023-11-09T00:20:40.935Z PASS [ 0.044s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32
53812023-11-09T00:20:40.938Z PASS [ 25.267s] omicron-omdb::test_all_output test_omdb_env_settings
53822023-11-09T00:20:40.945Z PASS [ 0.039s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32
53832023-11-09T00:20:41.027Z PASS [ 0.040s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64
53842023-11-09T00:20:41.037Z PASS [ 0.043s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64
53852023-11-09T00:20:41.043Z PASS [ 0.052s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid
53862023-11-09T00:20:41.047Z PASS [ 0.046s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
53872023-11-09T00:20:41.049Z PASS [ 0.047s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
53882023-11-09T00:20:41.052Z PASS [ 0.040s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
53892023-11-09T00:20:41.055Z PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
53902023-11-09T00:20:41.058Z PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
53912023-11-09T00:20:41.070Z PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
53922023-11-09T00:20:41.501Z PASS [ 0.032s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
53932023-11-09T00:20:41.505Z PASS [ 0.032s] oximeter types::tests::test_measurement
53942023-11-09T00:20:41.514Z PASS [ 0.038s] oximeter types::tests::test_sample_struct
53952023-11-09T00:20:41.568Z PASS [ 0.038s] oximeter types::tests::test_verify_field_names
53962023-11-09T00:20:41.598Z PASS [ 0.507s] oximeter-collector::test_commands test_oximeter_no_args
53972023-11-09T00:20:41.751Z PASS [ 0.606s] oximeter-collector::test_commands test_oximeter_openapi
53982023-11-09T00:20:41.755Z PASS [ 0.036s] oximeter-db client::tests::test_unravel_index
53992023-11-09T00:20:41.821Z PASS [ 0.030s] oximeter-db model::tests::test_db_bool
54002023-11-09T00:20:42.318Z PASS [ 0.536s] oximeter-db model::tests::test_db_bool_bad
54012023-11-09T00:20:42.380Z PASS [ 0.039s] oximeter-db model::tests::test_db_datum_type_conversion
54022023-11-09T00:20:42.409Z PASS [ 0.048s] oximeter-db model::tests::test_db_field_list_conversion
54032023-11-09T00:20:42.453Z PASS [ 0.048s] oximeter-db model::tests::test_db_field_type_conversion
54042023-11-09T00:20:42.508Z PASS [ 0.041s] oximeter-db model::tests::test_db_histogram
54052023-11-09T00:20:42.532Z PASS [ 0.038s] oximeter-db model::tests::test_histogram_to_arrays
54062023-11-09T00:20:42.777Z PASS [ 0.235s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
54072023-11-09T00:20:42.848Z PASS [ 0.036s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
54082023-11-09T00:20:42.857Z PASS [ 0.039s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
54092023-11-09T00:20:42.878Z PASS [ 0.036s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
54102023-11-09T00:20:42.917Z PASS [ 0.039s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
54112023-11-09T00:20:42.982Z PASS [ 0.044s] oximeter-db model::tests::test_unroll_from_source
54122023-11-09T00:20:43.054Z PASS [ 0.045s] oximeter-db model::tests::test_unroll_measurement_row
54132023-11-09T00:20:43.058Z PASS [ 0.043s] oximeter-db query::tests::test_field_cmp
54142023-11-09T00:20:43.154Z PASS [ 0.042s] oximeter-db query::tests::test_field_selector_as_query
54152023-11-09T00:20:43.160Z PASS [ 0.039s] oximeter-db query::tests::test_field_value_as_db_str
54162023-11-09T00:20:43.204Z PASS [ 0.073s] oximeter-db query::tests::test_select_query_builder_field_selectors
54172023-11-09T00:20:43.304Z PASS [ 0.095s] oximeter-db query::tests::test_select_query_builder_filter_raw
54182023-11-09T00:20:43.347Z PASS [ 6.303s] omicron-test-utils dev::db::test::test_database_concurrent
54192023-11-09T00:20:43.356Z PASS [ 0.058s] oximeter-db query::tests::test_select_query_builder_from_parts
54202023-11-09T00:20:43.396Z PASS [ 0.040s] oximeter-db query::tests::test_select_query_builder_limit_offset
54212023-11-09T00:20:43.413Z PASS [ 0.066s] oximeter-db query::tests::test_select_query_builder_full
54222023-11-09T00:20:43.439Z PASS [ 0.043s] oximeter-db query::tests::test_select_query_builder_no_fields
54232023-11-09T00:20:43.456Z PASS [ 0.043s] oximeter-db query::tests::test_select_query_builder_no_selectors
54242023-11-09T00:20:43.919Z PASS [ 0.048s] oximeter-db query::tests::test_time_range
54252023-11-09T00:20:43.923Z PASS [ 0.074s] oximeter-db query::tests::test_string_field_selector
54262023-11-09T00:20:43.925Z PASS [ 0.040s] oximeter-db tests::test_field_schema_ordering
54272023-11-09T00:20:43.928Z PASS [ 0.043s] oximeter-db tests::test_schema_field_ordering_across_target_metric
54282023-11-09T00:20:43.931Z PASS [ 0.042s] oximeter-db tests::test_timeseries_key_field_stability
54292023-11-09T00:20:43.934Z PASS [ 0.041s] oximeter-db tests::test_timeseries_key_sample_stability
54302023-11-09T00:20:43.937Z PASS [ 5.688s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
54312023-11-09T00:20:43.940Z PASS [ 0.051s] oximeter-db tests::test_timeseries_name
54322023-11-09T00:20:43.943Z PASS [ 0.051s] oximeter-db tests::test_timeseries_name_from_str
54332023-11-09T00:20:43.946Z PASS [ 0.045s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
54342023-11-09T00:20:43.948Z PASS [ 0.055s] oximeter-instruments http::tests::test_latency_tracker
54352023-11-09T00:20:44.002Z PASS [ 0.052s] oximeter-instruments http::tests::test_normalize_uri_path
54362023-11-09T00:20:44.006Z PASS [ 0.121s] oximeter-instruments kstat::link::tests::test_kstat_sampler
54372023-11-09T00:20:44.011Z PASS [ 0.102s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
54382023-11-09T00:20:44.014Z PASS [ 0.111s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
54392023-11-09T00:20:44.017Z PASS [ 0.075s] oximeter-instruments kstat::link::tests::test_physical_datalink
54402023-11-09T00:20:44.020Z PASS [ 0.100s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
54412023-11-09T00:20:44.074Z PASS [ 0.104s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
54422023-11-09T00:20:44.078Z PASS [ 0.034s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
54432023-11-09T00:20:44.081Z PASS [ 0.033s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_by_field_name
54442023-11-09T00:20:44.084Z PASS [ 0.032s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
54452023-11-09T00:20:44.087Z PASS [ 0.097s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
54462023-11-09T00:20:44.090Z PASS [ 0.035s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
54472023-11-09T00:20:44.095Z PASS [ 0.038s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
54482023-11-09T00:20:44.097Z PASS [ 0.036s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_annotated_field
54492023-11-09T00:20:44.100Z PASS [ 0.036s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_datum_field
54502023-11-09T00:20:44.103Z PASS [ 0.031s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_enum
54512023-11-09T00:20:44.105Z PASS [ 0.033s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_without_datum_field
54522023-11-09T00:20:44.108Z PASS [ 0.032s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target
54532023-11-09T00:20:44.111Z PASS [ 0.064s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_empty_struct
54542023-11-09T00:20:44.224Z PASS [ 0.080s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_unit_struct
54552023-11-09T00:20:44.279Z PASS [ 0.134s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_enum
54562023-11-09T00:20:44.282Z PASS [ 0.085s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_with_datum_field
54572023-11-09T00:20:44.285Z PASS [ 0.086s] sled-hardware disk::test::test_disk_paths
54582023-11-09T00:20:44.288Z PASS [ 0.055s] sled-hardware disk::test::test_partition_device_paths
54592023-11-09T00:20:44.296Z PASS [ 0.052s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
54602023-11-09T00:20:44.307Z PASS [ 0.065s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
54612023-11-09T00:20:44.315Z PASS [ 0.068s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
54622023-11-09T00:20:44.410Z PASS [ 0.077s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
54632023-11-09T00:20:44.491Z PASS [ 0.137s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
54642023-11-09T00:20:44.495Z PASS [ 0.124s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
54652023-11-09T00:20:44.503Z PASS [ 0.084s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
54662023-11-09T00:20:44.591Z PASS [ 0.103s] sled-hardware underlay::tests::test_mac_to_bootstrap_ip
54672023-11-09T00:20:45.400Z PASS [ 0.920s] tufaceous::integration-tests command_tests::test_init_and_add
54682023-11-09T00:20:45.564Z PASS [ 0.126s] tufaceous-lib archive::tests::test_validate_path
54692023-11-09T00:20:45.569Z PASS [ 0.040s] tufaceous-lib key::tests::test_from_str
54702023-11-09T00:20:45.717Z PASS [ 0.127s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
54712023-11-09T00:20:46.051Z PASS [ 1.538s] tufaceous::manifest-tests check_manifest::fake.toml
54722023-11-09T00:20:46.137Z PASS [ 0.045s] update-engine display::line_display_shared::tests::test_format_progress_counter
54732023-11-09T00:20:46.141Z PASS [ 0.426s] update-engine buffer::tests::test_buffer
54742023-11-09T00:20:46.144Z PASS [ 0.043s] update-engine engine::tests::error_exits_early
54752023-11-09T00:20:46.146Z PASS [ 0.042s] update-engine events::tests::progress_event_parse_unknown
54762023-11-09T00:20:46.214Z PASS [ 0.039s] update-engine events::tests::step_event_parse_unknown
54772023-11-09T00:20:46.222Z PASS [ 0.038s] wicket state::inventory::tests::component_id_display
54782023-11-09T00:20:46.226Z PASS [ 0.068s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
54792023-11-09T00:20:46.287Z PASS [ 1.838s] tufaceous::integration-tests command_tests::test_assemble_fake
54802023-11-09T00:20:46.433Z PASS [ 0.130s] wicketd artifacts::update_plan::tests::test_update_plan_from_artifacts
54812023-11-09T00:20:46.516Z PASS [ 0.049s] wicketd installinator_progress::tests::test_states
54822023-11-09T00:20:46.666Z PASS [ 0.448s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
54832023-11-09T00:20:47.053Z PASS [ 0.555s] wicketd::mod integration_tests::commands::test_wicketd_openapi
54842023-11-09T00:20:48.167Z PASS [ 1.909s] wicketd artifacts::artifacts_with_plan::tests::test_extract_fake
54852023-11-09T00:20:48.599Z PASS [ 1.931s] wicketd::mod integration_tests::inventory::test_inventory
54862023-11-09T00:20:51.476Z PASS [ 3.352s] wicketd::mod integration_tests::updates::test_update_races
54872023-11-09T00:20:52.086Z PASS [ 3.500s] wicketd::mod integration_tests::updates::test_updates
54882023-11-09T00:20:52.302Z PASS [ 14.432s] omicron-test-utils dev::db::test::test_setup_database_default_dir
54892023-11-09T00:20:52.551Z PASS [ 21.105s] omicron-passwords test::test_smoke
54902023-11-09T00:20:52.585Z PASS [ 5.578s] wicketd::mod integration_tests::updates::test_installinator_fetch
54912023-11-09T00:20:53.356Z PASS [ 25.954s] omicron-omdb::test_all_output test_omdb_success_cases
54922023-11-09T00:20:58.400Z PASS [ 16.813s] oximeter-db client::tests::test_single_node
54932023-11-09T00:21:41.116Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
54942023-11-09T00:22:41.117Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
54952023-11-09T00:23:41.120Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
54962023-11-09T00:24:41.126Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
54972023-11-09T00:25:56.271Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
54982023-11-09T00:26:41.202Z SLOW [>360.000s] oximeter-db client::tests::test_replicated
54992023-11-09T00:27:41.129Z SLOW [>420.000s] oximeter-db client::tests::test_replicated
55002023-11-09T00:28:01.653Z PASS [ 440.030s] oximeter-db client::tests::test_replicated
55012023-11-09T00:28:01.658Z------------
55022023-11-09T00:28:01.662Z Summary [2020.806s] 900 tests run: 900 passed (13 slow, 1 leaky), 3 skipped
55032023-11-09T00:28:01.665Z
55042023-11-09T00:28:01.668Zreal 33:52.133110272
55052023-11-09T00:28:01.672Zuser 2:40:59.322486637
55062023-11-09T00:28:01.676Zsys 38:23.481318455
55072023-11-09T00:28:01.679Ztrap 2:48.947998995
55082023-11-09T00:28:01.682Ztflt 6.896676125
55092023-11-09T00:28:01.686Zdflt 20.995708328
55102023-11-09T00:28:01.689Zkflt 0.204865746
55112023-11-09T00:28:01.692Zlock 637:23:19.367980559
55122023-11-09T00:28:01.696Zslp 37:20:00.453483344
55132023-11-09T00:28:01.700Zlat 2:32:33.956605879
55142023-11-09T00:28:01.704Zstop 21:04.590193775
55152023-11-09T00:28:01.707Z
55162023-11-09T00:28:01.711Z ##### #### #### ##### ###### #### #####
55172023-11-09T00:28:01.714Z # # # # # # # # # #
55182023-11-09T00:28:01.718Z # # # # # # ##### #### #
55192023-11-09T00:28:01.721Z # # # # # # # # #
55202023-11-09T00:28:01.728Z # # # # # # # # # # #
55212023-11-09T00:28:01.731Z ##### #### #### # ###### #### #
55222023-11-09T00:28:01.735Z
55232023-11-09T00:28:02.719Z Fresh unicode-ident v1.0.12
55242023-11-09T00:28:02.724Z Fresh cfg-if v1.0.0
55252023-11-09T00:28:02.728Z Fresh autocfg v1.1.0
55262023-11-09T00:28:02.741Z Fresh version_check v0.9.4
55272023-11-09T00:28:02.762Z Fresh proc-macro2 v1.0.67
55282023-11-09T00:28:02.772Z Fresh once_cell v1.18.0
55292023-11-09T00:28:02.787Z Fresh memchr v2.6.3
55302023-11-09T00:28:02.803Z Fresh log v0.4.20
55312023-11-09T00:28:02.816Z Fresh itoa v1.0.9
55322023-11-09T00:28:02.825Z Fresh quote v1.0.33
55332023-11-09T00:28:02.832Z Fresh libc v0.2.150
55342023-11-09T00:28:02.840Z Fresh scopeguard v1.2.0
55352023-11-09T00:28:02.844Z Fresh smallvec v1.11.0
55362023-11-09T00:28:02.850Z Fresh syn v2.0.32
55372023-11-09T00:28:02.854Z Fresh getrandom v0.2.10
55382023-11-09T00:28:02.859Z Fresh syn v1.0.109
55392023-11-09T00:28:02.863Z Fresh jobserver v0.1.26
55402023-11-09T00:28:02.866Z Fresh serde_derive v1.0.188
55412023-11-09T00:28:02.869Z Fresh lock_api v0.4.10
55422023-11-09T00:28:02.872Z Fresh libm v0.2.7
55432023-11-09T00:28:02.876Z Fresh parking_lot_core v0.9.8
55442023-11-09T00:28:02.881Z Fresh cc v1.0.83
55452023-11-09T00:28:02.885Z Fresh ryu v1.0.15
55462023-11-09T00:28:02.888Z Fresh thiserror-impl v1.0.49
55472023-11-09T00:28:02.893Z Fresh serde v1.0.188
55482023-11-09T00:28:02.897Z Fresh num-traits v0.2.16
55492023-11-09T00:28:02.900Z Fresh parking_lot v0.12.1
55502023-11-09T00:28:02.904Z Fresh pin-project-lite v0.2.13
55512023-11-09T00:28:02.909Z Fresh spin v0.5.2
55522023-11-09T00:28:02.913Z Fresh rand_core v0.6.4
55532023-11-09T00:28:02.917Z Fresh signal-hook-registry v1.4.1
55542023-11-09T00:28:02.922Z Fresh bytes v1.5.0
55552023-11-09T00:28:02.929Z Fresh thiserror v1.0.49
55562023-11-09T00:28:02.936Z Fresh mio v0.8.8
55572023-11-09T00:28:02.939Z Fresh bitflags v2.4.0
55582023-11-09T00:28:02.942Z Fresh num_cpus v1.16.0
55592023-11-09T00:28:02.945Z Fresh tokio-macros v2.1.0
55602023-11-09T00:28:02.948Z Fresh zeroize_derive v1.4.2
55612023-11-09T00:28:02.952Z Fresh socket2 v0.5.4
55622023-11-09T00:28:02.954Z Fresh pkg-config v0.3.27
55632023-11-09T00:28:02.958Z Fresh fnv v1.0.7
55642023-11-09T00:28:02.961Z Fresh heck v0.4.1
55652023-11-09T00:28:02.964Z Fresh allocator-api2 v0.2.16
55662023-11-09T00:28:02.966Z Fresh ahash v0.8.3
55672023-11-09T00:28:02.970Z Fresh futures-core v0.3.29
55682023-11-09T00:28:02.973Z Fresh zeroize v1.6.0
55692023-11-09T00:28:02.976Z Fresh tokio v1.33.0
55702023-11-09T00:28:02.980Z Fresh futures-sink v0.3.29
55712023-11-09T00:28:02.983Z Fresh pin-utils v0.1.0
55722023-11-09T00:28:02.987Z Fresh iana-time-zone v0.1.57
55732023-11-09T00:28:02.990Z Fresh hashbrown v0.14.2
55742023-11-09T00:28:02.993Z Fresh chrono v0.4.31
55752023-11-09T00:28:02.996Z Fresh futures-macro v0.3.29
55762023-11-09T00:28:02.999Z Fresh futures-io v0.3.29
55772023-11-09T00:28:03.002Z Fresh slab v0.4.9
55782023-11-09T00:28:03.006Z Fresh tinyvec_macros v0.1.1
55792023-11-09T00:28:03.010Z Fresh equivalent v1.0.1
55802023-11-09T00:28:03.017Z Fresh byteorder v1.5.0
55812023-11-09T00:28:03.029Z Fresh futures-channel v0.3.29
55822023-11-09T00:28:03.446Z Fresh futures-task v0.3.29
55832023-11-09T00:28:03.457Z Fresh indexmap v2.1.0
55842023-11-09T00:28:03.473Z Fresh tinyvec v1.6.0
55852023-11-09T00:28:03.482Z Fresh uuid v1.5.0
55862023-11-09T00:28:03.494Z Fresh aho-corasick v1.0.4
55872023-11-09T00:28:03.501Z Fresh futures-util v0.3.29
55882023-11-09T00:28:03.516Z Fresh regex-syntax v0.8.2
55892023-11-09T00:28:03.526Z Fresh typenum v1.16.0
55902023-11-09T00:28:03.542Z Fresh unicode-normalization v0.1.22
55912023-11-09T00:28:03.547Z Fresh vcpkg v0.2.15
55922023-11-09T00:28:03.555Z Fresh unicode-bidi v0.3.13
55932023-11-09T00:28:03.558Z Fresh lazy_static v1.4.0
55942023-11-09T00:28:03.565Z Fresh regex-automata v0.4.3
55952023-11-09T00:28:03.571Z Fresh generic-array v0.14.7
55962023-11-09T00:28:03.581Z Fresh subtle v2.5.0
55972023-11-09T00:28:03.599Z Fresh percent-encoding v2.3.0
55982023-11-09T00:28:03.619Z Fresh serde_derive_internals v0.26.0
55992023-11-09T00:28:03.652Z Fresh base64 v0.21.5
56002023-11-09T00:28:03.662Z Fresh regex v1.10.2
56012023-11-09T00:28:03.672Z Fresh crypto-common v0.1.6
56022023-11-09T00:28:03.677Z Fresh dyn-clone v1.0.13
56032023-11-09T00:28:03.682Z Fresh form_urlencoded v1.2.0
56042023-11-09T00:28:03.687Z Fresh schemars_derive v0.8.13
56052023-11-09T00:28:03.692Z Fresh tracing-attributes v0.1.26
56062023-11-09T00:28:03.697Z Fresh errno v0.3.2
56072023-11-09T00:28:03.702Z Fresh tracing-core v0.1.31
56082023-11-09T00:28:03.707Z Fresh http v0.2.9
56092023-11-09T00:28:03.712Z Fresh idna v0.4.0
56102023-11-09T00:28:03.717Z Fresh const-oid v0.9.5
56112023-11-09T00:28:04.133Z Fresh ppv-lite86 v0.2.17
56122023-11-09T00:28:04.141Z Fresh spin v0.9.8
56132023-11-09T00:28:04.145Z Fresh tracing v0.1.37
56142023-11-09T00:28:04.148Z Fresh url v2.4.1
56152023-11-09T00:28:04.151Z Fresh rand_chacha v0.3.1
56162023-11-09T00:28:04.154Z Fresh bitflags v1.3.2
56172023-11-09T00:28:04.158Z Fresh block-buffer v0.10.4
56182023-11-09T00:28:04.161Z Fresh rand v0.8.5
56192023-11-09T00:28:04.164Z Fresh hashbrown v0.12.3
56202023-11-09T00:28:04.167Z Fresh tokio-util v0.7.10
56212023-11-09T00:28:04.170Z Fresh digest v0.10.7
56222023-11-09T00:28:04.177Z Fresh httparse v1.8.0
56232023-11-09T00:28:04.181Z Fresh rustix v0.38.9
56242023-11-09T00:28:04.184Z Fresh indexmap v1.9.3
56252023-11-09T00:28:04.187Z Fresh adler v1.0.2
56262023-11-09T00:28:04.191Z Fresh semver v1.0.20
56272023-11-09T00:28:04.195Z Fresh cpufeatures v0.2.9
56282023-11-09T00:28:04.199Z Fresh untrusted v0.7.1
56292023-11-09T00:28:04.203Z Fresh unicode-width v0.1.11
56302023-11-09T00:28:04.206Z Fresh miniz_oxide v0.7.1
56312023-11-09T00:28:04.210Z Fresh ring v0.16.20
56322023-11-09T00:28:04.213Z Fresh serde_spanned v0.6.4
56332023-11-09T00:28:04.217Z Fresh toml_datetime v0.6.5
56342023-11-09T00:28:04.220Z Fresh socket2 v0.4.9
56352023-11-09T00:28:04.223Z Fresh ucd-trie v0.1.6
56362023-11-09T00:28:04.227Z Fresh winnow v0.5.15
56372023-11-09T00:28:04.231Z Fresh untrusted v0.9.0
56382023-11-09T00:28:04.235Z Fresh httpdate v1.0.3
56392023-11-09T00:28:04.240Z Fresh pest v2.7.2
56402023-11-09T00:28:04.245Z Fresh ring v0.17.5
56412023-11-09T00:28:04.248Z Fresh try-lock v0.2.4
56422023-11-09T00:28:04.280Z Fresh sct v0.7.0
56432023-11-09T00:28:04.285Z Fresh h2 v0.3.21
56442023-11-09T00:28:04.288Z Fresh http-body v0.4.5
56452023-11-09T00:28:04.293Z Fresh want v0.3.1
56462023-11-09T00:28:04.297Z Fresh rustls-webpki v0.101.7
56472023-11-09T00:28:04.300Z Fresh openssl-probe v0.1.5
56482023-11-09T00:28:04.305Z Fresh foreign-types-shared v0.1.1
56492023-11-09T00:28:04.308Z Fresh tower-service v0.3.2
56502023-11-09T00:28:04.311Z Fresh foreign-types v0.3.2
56512023-11-09T00:28:04.314Z Fresh hyper v0.14.27
56522023-11-09T00:28:04.320Z Fresh rustls v0.21.8
56532023-11-09T00:28:04.323Z Fresh openssl-sys v0.9.93
56542023-11-09T00:28:04.326Z Fresh rustls-pemfile v1.0.3
56552023-11-09T00:28:04.331Z Fresh hashbrown v0.13.2
56562023-11-09T00:28:04.334Z Fresh openssl-macros v0.1.1
56572023-11-09T00:28:04.338Z Fresh mime v0.3.17
56582023-11-09T00:28:04.341Z Fresh tokio-rustls v0.24.1
56592023-11-09T00:28:04.345Z Fresh openssl v0.10.57
56602023-11-09T00:28:04.349Z Fresh serde_json v1.0.108
56612023-11-09T00:28:04.353Z Fresh toml_edit v0.19.15
56622023-11-09T00:28:04.356Z Fresh unicode-xid v0.2.4
56632023-11-09T00:28:04.359Z Fresh ipnet v2.8.0
56642023-11-09T00:28:04.362Z Fresh gimli v0.28.0
56652023-11-09T00:28:04.366Z Fresh object v0.32.1
56662023-11-09T00:28:04.369Z Fresh rustc-demangle v0.1.23
56672023-11-09T00:28:04.373Z Fresh addr2line v0.21.0
56682023-11-09T00:28:04.376Z Fresh strsim v0.10.0
56692023-11-09T00:28:04.379Z Fresh native-tls v0.2.11
56702023-11-09T00:28:04.383Z Fresh serde_urlencoded v0.7.1
56712023-11-09T00:28:04.386Z Fresh async-trait v0.1.74
56722023-11-09T00:28:04.389Z Fresh backtrace v0.3.69
56732023-11-09T00:28:04.392Z Fresh encoding_rs v0.8.33
56742023-11-09T00:28:04.395Z Fresh rustversion v1.0.14
56752023-11-09T00:28:04.399Z Fresh tokio-native-tls v0.3.1
56762023-11-09T00:28:04.403Z Fresh rustls-native-certs v0.6.3
56772023-11-09T00:28:04.407Z Fresh webpki-roots v0.25.2
56782023-11-09T00:28:04.423Z Fresh anyhow v1.0.75
56792023-11-09T00:28:04.427Z Fresh hyper-rustls v0.24.2
56802023-11-09T00:28:04.431Z Fresh hyper-tls v0.5.0
56812023-11-09T00:28:04.435Z Fresh either v1.9.0
56822023-11-09T00:28:04.442Z Fresh time-core v0.1.1
56832023-11-09T00:28:04.447Z Fresh num_threads v0.1.6
56842023-11-09T00:28:04.451Z Fresh time-macros v0.2.13
56852023-11-09T00:28:04.456Z Fresh deranged v0.3.8
56862023-11-09T00:28:04.461Z Fresh synstructure v0.12.6
56872023-11-09T00:28:04.467Z Fresh pest_meta v2.7.2
56882023-11-09T00:28:04.475Z Fresh rustc_version v0.4.0
56892023-11-09T00:28:04.486Z Fresh slog v2.7.0
56902023-11-09T00:28:04.499Z Fresh time v0.3.27
56912023-11-09T00:28:04.526Z Fresh crossbeam-utils v0.8.16
56922023-11-09T00:28:04.549Z Fresh pest_generator v2.7.2
56932023-11-09T00:28:04.578Z Fresh zerocopy-derive v0.2.0
56942023-11-09T00:28:04.588Z Fresh futures-executor v0.3.29
56952023-11-09T00:28:04.599Z Fresh thread-id v4.2.0
56962023-11-09T00:28:04.610Z Fresh zerocopy v0.3.0
56972023-11-09T00:28:04.615Z Fresh pest_derive v2.7.2
56982023-11-09T00:28:04.621Z Fresh siphasher v0.3.11
56992023-11-09T00:28:04.627Z Fresh toml v0.7.8
57002023-11-09T00:28:04.632Z Fresh futures v0.3.29
57012023-11-09T00:28:04.646Z Fresh serde_tokenstream v0.1.7
57022023-11-09T00:28:04.655Z Fresh strum_macros v0.25.2
57032023-11-09T00:28:04.666Z Fresh dtrace-parser v0.1.14
57042023-11-09T00:28:04.675Z Fresh dof v0.1.5
57052023-11-09T00:28:04.683Z Fresh sha2 v0.10.8
57062023-11-09T00:28:04.690Z Fresh hmac v0.12.1
57072023-11-09T00:28:04.698Z Fresh fallible-iterator v0.2.0
57082023-11-09T00:28:04.708Z Fresh regex-syntax v0.6.29
57092023-11-09T00:28:04.717Z Fresh hex v0.4.3
57102023-11-09T00:28:04.733Z Fresh md-5 v0.10.5
57112023-11-09T00:28:04.743Z Fresh stringprep v0.1.3
57122023-11-09T00:28:04.755Z Fresh utf8parse v0.2.1
57132023-11-09T00:28:04.771Z Fresh toml_edit v0.21.0
57142023-11-09T00:28:04.785Z Fresh phf_shared v0.11.2
57152023-11-09T00:28:04.800Z Fresh usdt-attr-macro v0.3.5
57162023-11-09T00:28:04.806Z Fresh usdt-macro v0.3.5
57172023-11-09T00:28:04.811Z Fresh crc32fast v1.3.2
57182023-11-09T00:28:04.818Z Fresh postgres-protocol v0.6.6
57192023-11-09T00:28:04.821Z Fresh schemars v0.8.13
57202023-11-09T00:28:04.825Z Fresh anstyle v1.0.2
57212023-11-09T00:28:04.829Z Fresh flate2 v1.0.28
57222023-11-09T00:28:04.831Z Fresh io-lifetimes v1.0.11
57232023-11-09T00:28:04.835Z Fresh phf v0.11.2
57242023-11-09T00:28:04.838Z Fresh block-padding v0.3.3
57252023-11-09T00:28:04.842Z Fresh static_assertions v1.1.0
57262023-11-09T00:28:04.845Z Fresh whoami v1.4.1
57272023-11-09T00:28:04.851Z Fresh rustix v0.37.23
57282023-11-09T00:28:04.856Z Fresh num-integer v0.1.45
57292023-11-09T00:28:04.859Z Fresh inout v0.1.3
57302023-11-09T00:28:04.865Z Fresh anstyle-parse v0.2.1
57312023-11-09T00:28:04.868Z Fresh itertools v0.10.5
57322023-11-09T00:28:04.872Z Fresh zerocopy-derive v0.6.4
57332023-11-09T00:28:04.876Z Fresh unicode-segmentation v1.10.1
57342023-11-09T00:28:04.878Z Fresh colorchoice v1.0.0
57352023-11-09T00:28:04.882Z Fresh anstyle-query v1.0.0
57362023-11-09T00:28:04.886Z Fresh terminal_size v0.2.6
57372023-11-09T00:28:04.889Z Fresh cipher v0.4.4
57382023-11-09T00:28:04.893Z Fresh zerocopy v0.6.4
57392023-11-09T00:28:04.896Z Fresh bit-vec v0.6.3
57402023-11-09T00:28:04.899Z Fresh data-encoding v2.4.0
57412023-11-09T00:28:04.902Z Fresh clap_lex v0.5.1
57422023-11-09T00:28:04.907Z Fresh anstream v0.5.0
57432023-11-09T00:28:04.910Z Fresh itertools v0.11.0
57442023-11-09T00:28:04.914Z Fresh clap_derive v4.4.2
57452023-11-09T00:28:04.916Z Fresh serde_tokenstream v0.2.0
57462023-11-09T00:28:04.919Z Fresh clap_builder v4.4.2
57472023-11-09T00:28:04.923Z Fresh tap v1.0.1
57482023-11-09T00:28:04.926Z Fresh managed v0.8.0
57492023-11-09T00:28:04.930Z Fresh clap v4.4.3
57502023-11-09T00:28:04.933Z Fresh wyz v0.5.1
57512023-11-09T00:28:04.941Z Fresh memoffset v0.9.0
57522023-11-09T00:28:04.950Z Fresh radium v0.7.0
57532023-11-09T00:28:04.961Z Fresh bit-set v0.5.3
57542023-11-09T00:28:04.974Z Fresh phf_shared v0.10.0
57552023-11-09T00:28:04.988Z Fresh fixedbitset v0.4.2
57562023-11-09T00:28:05.405Z Fresh matches v0.1.10
57572023-11-09T00:28:05.409Z Fresh funty v2.0.0
57582023-11-09T00:28:05.412Z Fresh precomputed-hash v0.1.1
57592023-11-09T00:28:05.415Z Fresh new_debug_unreachable v1.0.4
57602023-11-09T00:28:05.421Z Fresh signal-hook v0.3.17
57612023-11-09T00:28:05.424Z Fresh crossbeam-epoch v0.9.15
57622023-11-09T00:28:05.427Z Fresh num-iter v0.1.43
57632023-11-09T00:28:05.432Z Fresh string_cache v0.8.7
57642023-11-09T00:28:05.435Z Fresh idna v0.2.3
57652023-11-09T00:28:05.439Z Fresh bitvec v1.0.1
57662023-11-09T00:28:05.442Z Fresh petgraph v0.6.4
57672023-11-09T00:28:05.448Z Fresh enum-as-inner v0.5.1
57682023-11-09T00:28:05.451Z Fresh trust-dns-proto v0.22.0
57692023-11-09T00:28:05.455Z Fresh scheduled-thread-pool v0.2.7
57702023-11-09T00:28:05.459Z Fresh diesel_table_macro_syntax v0.1.0
57712023-11-09T00:28:05.461Z Fresh predicates-core v1.0.6
57722023-11-09T00:28:05.465Z Fresh regex-automata v0.1.10
57732023-11-09T00:28:05.469Z Fresh lalrpop-util v0.19.12
57742023-11-09T00:28:05.473Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
57752023-11-09T00:28:05.481Z Fresh r2d2 v0.8.10
57762023-11-09T00:28:05.492Z Fresh bstr v0.2.17
57772023-11-09T00:28:05.509Z Fresh diesel_derives v2.1.1
57782023-11-09T00:28:05.532Z Fresh bzip2-sys v0.1.11+1.0.8
57792023-11-09T00:28:05.542Z Fresh signal-hook-mio v0.2.3
57802023-11-09T00:28:05.548Z Fresh regress v0.7.1
57812023-11-09T00:28:05.557Z Fresh signature v2.1.0
57822023-11-09T00:28:05.563Z Fresh hash32 v0.2.1
57832023-11-09T00:28:05.568Z Fresh float-cmp v0.9.0
57842023-11-09T00:28:05.577Z Fresh regex-automata v0.3.8
57852023-11-09T00:28:05.582Z Fresh stable_deref_trait v1.2.0
57862023-11-09T00:28:05.586Z Fresh normalize-line-endings v0.3.0
57872023-11-09T00:28:05.589Z Fresh difflib v0.4.0
57882023-11-09T00:28:05.593Z Fresh bstr v1.6.0
57892023-11-09T00:28:05.596Z Fresh heapless v0.7.16
57902023-11-09T00:28:05.600Z Fresh bzip2 v0.4.4
57912023-11-09T00:28:05.605Z Fresh crossterm v0.27.0
57922023-11-09T00:28:05.608Z Fresh console v0.15.7
57932023-11-09T00:28:05.611Z Fresh hubpack_derive v0.1.1
57942023-11-09T00:28:05.614Z Fresh hubpack v0.1.2
57952023-11-09T00:28:05.617Z Fresh zip v0.6.6
57962023-11-09T00:28:05.623Z Fresh num-bigint v0.4.4
57972023-11-09T00:28:05.626Z Fresh similar v2.2.1
57982023-11-09T00:28:05.629Z Fresh serde_repr v0.1.16
57992023-11-09T00:28:05.632Z Fresh predicates v3.0.4
58002023-11-09T00:28:05.635Z Fresh smoltcp v0.9.1
58012023-11-09T00:28:05.638Z Fresh typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
58022023-11-09T00:28:05.647Z Fresh yasna v0.5.2
58032023-11-09T00:28:05.651Z Fresh tokio-stream v0.1.14
58042023-11-09T00:28:05.661Z Fresh getopts v0.2.21
58052023-11-09T00:28:05.663Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
58062023-11-09T00:28:05.667Z Fresh reqwest v0.11.20
58072023-11-09T00:28:05.670Z Fresh openapiv3 v1.0.3
58082023-11-09T00:28:05.673Z Fresh unsafe-libyaml v0.2.9
58092023-11-09T00:28:05.678Z Fresh ipnetwork v0.20.0
58102023-11-09T00:28:05.680Z Fresh serde_yaml v0.9.25
58112023-11-09T00:28:05.683Z Fresh usdt-impl v0.3.5
58122023-11-09T00:28:05.687Z Fresh fastrand v2.0.0
58132023-11-09T00:28:05.690Z Fresh postgres-types v0.2.6
58142023-11-09T00:28:05.694Z Fresh ident_case v1.0.1
58152023-11-09T00:28:05.697Z Fresh progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
58162023-11-09T00:28:05.701Z Fresh usdt v0.3.5
58172023-11-09T00:28:05.704Z Fresh tempfile v3.8.0
58182023-11-09T00:28:05.708Z Fresh tokio-postgres v0.7.10
58192023-11-09T00:28:05.711Z Fresh typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
58202023-11-09T00:28:05.714Z Fresh dirs-sys-next v0.1.2
58212023-11-09T00:28:05.717Z Fresh atty v0.2.14
58222023-11-09T00:28:05.720Z Fresh typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
58232023-11-09T00:28:05.722Z Fresh dirs-next v2.0.0
58242023-11-09T00:28:05.726Z Fresh match_cfg v0.1.0
58252023-11-09T00:28:05.730Z Fresh darling_core v0.20.3
58262023-11-09T00:28:05.733Z Fresh sha1 v0.10.5
58272023-11-09T00:28:05.736Z Fresh diesel v2.1.3
58282023-11-09T00:28:05.739Z Fresh crossbeam-channel v0.5.8
58292023-11-09T00:28:05.742Z Fresh progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
58302023-11-09T00:28:05.745Z Fresh term v0.7.0
58312023-11-09T00:28:05.748Z Fresh hostname v0.3.1
58322023-11-09T00:28:05.751Z Fresh darling_macro v0.20.3
58332023-11-09T00:28:05.754Z Fresh thread_local v1.1.7
58342023-11-09T00:28:05.757Z Fresh toml v0.8.8
58352023-11-09T00:28:05.760Z Fresh darling v0.20.3
58362023-11-09T00:28:05.764Z Fresh strum v0.25.0
58372023-11-09T00:28:05.767Z Fresh instant v0.1.12
58382023-11-09T00:28:05.770Z Fresh take_mut v0.2.2
58392023-11-09T00:28:05.773Z Fresh paste v1.0.14
58402023-11-09T00:28:05.776Z Fresh slog-async v2.8.0
58412023-11-09T00:28:05.779Z Fresh serde_with_macros v2.3.3
58422023-11-09T00:28:05.783Z Fresh slog-term v2.9.0
58432023-11-09T00:28:05.786Z Fresh slog-json v2.6.1
58442023-11-09T00:28:05.789Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
58452023-11-09T00:28:05.792Z Fresh serde_with v2.3.3
58462023-11-09T00:28:05.795Z Fresh slog-bunyan v2.4.0
58472023-11-09T00:28:05.798Z Fresh camino v1.1.6
58482023-11-09T00:28:05.802Z Fresh async-stream-impl v0.3.5
58492023-11-09T00:28:05.805Z Fresh debug-ignore v1.0.5
58502023-11-09T00:28:05.812Z Fresh atomic-waker v1.1.1
58512023-11-09T00:28:05.816Z Fresh waitgroup v0.1.2
58522023-11-09T00:28:05.821Z Fresh async-stream v0.3.5
58532023-11-09T00:28:05.824Z Fresh multer v2.1.0
58542023-11-09T00:28:05.826Z Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
58552023-11-09T00:28:05.829Z Fresh serde_path_to_error v0.1.14
58562023-11-09T00:28:05.832Z Fresh backoff v0.4.0
58572023-11-09T00:28:05.835Z Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
58582023-11-09T00:28:05.838Z Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
58592023-11-09T00:28:05.840Z Fresh macaddr v1.0.1
58602023-11-09T00:28:05.844Z Fresh quick-error v1.2.3
58612023-11-09T00:28:05.847Z Fresh structmeta-derive v0.2.0
58622023-11-09T00:28:05.851Z Fresh wait-timeout v0.2.0
58632023-11-09T00:28:05.853Z Fresh regex-syntax v0.7.5
58642023-11-09T00:28:05.858Z Fresh rand_xorshift v0.3.0
58652023-11-09T00:28:05.861Z Fresh unarray v0.1.4
58662023-11-09T00:28:05.864Z Fresh structmeta v0.2.0
58672023-11-09T00:28:05.869Z Fresh rusty-fork v0.3.0
58682023-11-09T00:28:05.872Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
58692023-11-09T00:28:05.876Z Fresh base64ct v1.6.0
58702023-11-09T00:28:05.880Z Fresh is-terminal v0.4.9
58712023-11-09T00:28:05.884Z Fresh proc-macro-crate v1.3.1
58722023-11-09T00:28:05.887Z Fresh blake2 v0.10.6
58732023-11-09T00:28:05.890Z Fresh proptest v1.3.1
58742023-11-09T00:28:05.893Z Fresh parse-display-derive v0.8.2
58752023-11-09T00:28:05.896Z Fresh test-strategy v0.3.1
58762023-11-09T00:28:05.900Z Fresh password-hash v0.5.0
58772023-11-09T00:28:05.903Z Fresh num_enum_derive v0.5.11
58782023-11-09T00:28:05.906Z Fresh parse-display v0.8.2
58792023-11-09T00:28:05.909Z Fresh crucible-workspace-hack v0.1.0
58802023-11-09T00:28:05.912Z Fresh argon2 v0.5.2
58812023-11-09T00:28:05.915Z Fresh num_enum v0.5.11
58822023-11-09T00:28:05.918Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
58832023-11-09T00:28:05.921Z Fresh proc-macro-error-attr v1.0.4
58842023-11-09T00:28:05.924Z Fresh postcard-cobs v0.1.5-pre
58852023-11-09T00:28:05.928Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
58862023-11-09T00:28:05.931Z Fresh smoltcp v0.8.2
58872023-11-09T00:28:05.934Z Fresh foreign-types-macros v0.2.3
58882023-11-09T00:28:05.937Z Fresh proc-macro-error v1.0.4
58892023-11-09T00:28:05.941Z Fresh postcard v0.7.3
58902023-11-09T00:28:05.945Z Fresh foreign-types-shared v0.3.1
58912023-11-09T00:28:05.951Z Fresh termtree v0.4.1
58922023-11-09T00:28:05.966Z Fresh cfg-if v0.1.10
58932023-11-09T00:28:05.987Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
58942023-11-09T00:28:06.009Z Fresh predicates-tree v1.0.9
58952023-11-09T00:28:06.016Z Fresh foreign-types v0.5.0
58962023-11-09T00:28:06.028Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
58972023-11-09T00:28:06.035Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
58982023-11-09T00:28:06.044Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
58992023-11-09T00:28:06.050Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
59002023-11-09T00:28:06.054Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
59012023-11-09T00:28:06.058Z Fresh xattr v1.0.1
59022023-11-09T00:28:06.062Z Fresh filetime v0.2.22
59032023-11-09T00:28:06.066Z Fresh cstr-argument v0.1.2
59042023-11-09T00:28:06.070Z Fresh pretty-hex v0.2.1
59052023-11-09T00:28:06.074Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
59062023-11-09T00:28:06.078Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
59072023-11-09T00:28:06.081Z Fresh tar v0.4.40
59082023-11-09T00:28:06.084Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
59092023-11-09T00:28:06.087Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
59102023-11-09T00:28:06.090Z Fresh colored v2.0.4
59112023-11-09T00:28:06.094Z Fresh zone_cfg_derive v0.3.0
59122023-11-09T00:28:06.098Z Fresh predicates v2.1.5
59132023-11-09T00:28:06.101Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
59142023-11-09T00:28:06.104Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
59152023-11-09T00:28:06.111Z Fresh num-derive v0.4.0
59162023-11-09T00:28:06.115Z Fresh mockall_derive v0.11.4
59172023-11-09T00:28:06.118Z Fresh fragile v2.0.0
59182023-11-09T00:28:06.121Z Fresh downcast v0.11.0
59192023-11-09T00:28:06.125Z Fresh zone v0.3.0
59202023-11-09T00:28:06.128Z Fresh smf v0.2.2
59212023-11-09T00:28:06.134Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
59222023-11-09T00:28:06.137Z Fresh mockall v0.11.4
59232023-11-09T00:28:06.139Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
59242023-11-09T00:28:06.142Z Fresh base64 v0.13.1
59252023-11-09T00:28:06.146Z Fresh same-file v1.0.6
59262023-11-09T00:28:06.151Z Fresh termcolor v1.2.0
59272023-11-09T00:28:06.154Z Fresh walkdir v2.4.0
59282023-11-09T00:28:06.156Z Fresh pem v1.1.1
59292023-11-09T00:28:06.159Z Fresh camino-tempfile v1.0.2
59302023-11-09T00:28:06.162Z Fresh linked-hash-map v0.5.6
59312023-11-09T00:28:06.166Z Fresh toml v0.5.11
59322023-11-09T00:28:06.171Z Fresh slog-dtrace v0.2.3
59332023-11-09T00:28:06.174Z Fresh lru-cache v0.1.2
59342023-11-09T00:28:06.179Z Fresh pem-rfc7468 v0.7.0
59352023-11-09T00:28:06.182Z Fresh der_derive v0.7.2
59362023-11-09T00:28:06.185Z Fresh half v1.8.2
59372023-11-09T00:28:06.190Z Fresh ciborium-io v0.2.1
59382023-11-09T00:28:06.194Z Fresh flagset v0.4.3
59392023-11-09T00:28:06.196Z Fresh cancel-safe-futures v0.1.5
59402023-11-09T00:28:06.200Z Fresh hkdf v0.12.3
59412023-11-09T00:28:06.203Z Fresh semver-parser v0.10.2
59422023-11-09T00:28:06.207Z Fresh headers-core v0.2.0
59432023-11-09T00:28:06.211Z Fresh heck v0.3.3
59442023-11-09T00:28:06.214Z Fresh textwrap v0.11.0
59452023-11-09T00:28:06.217Z Fresh der v0.7.8
59462023-11-09T00:28:06.220Z Fresh ciborium-ll v0.2.1
59472023-11-09T00:28:06.224Z Fresh semver v0.11.0
59482023-11-09T00:28:06.228Z Fresh headers v0.3.9
59492023-11-09T00:28:06.231Z Fresh keccak v0.1.4
59502023-11-09T00:28:06.236Z Fresh vec_map v0.8.2
59512023-11-09T00:28:06.239Z Fresh spki v0.7.2
59522023-11-09T00:28:06.242Z Fresh ciborium v0.2.1
59532023-11-09T00:28:06.246Z Fresh ansi_term v0.12.1
59542023-11-09T00:28:06.249Z Fresh home v0.5.5
59552023-11-09T00:28:06.252Z Fresh strsim v0.8.0
59562023-11-09T00:28:06.255Z Fresh sha3 v0.10.8
59572023-11-09T00:28:06.259Z Fresh clap v2.34.0
59582023-11-09T00:28:06.261Z Fresh toolchain_find v0.2.0
59592023-11-09T00:28:06.265Z Fresh structopt-derive v0.4.18
59602023-11-09T00:28:06.269Z Fresh pem v3.0.2
59612023-11-09T00:28:06.272Z Fresh secrecy v0.8.0
59622023-11-09T00:28:06.276Z Fresh crc-catalog v2.2.0
59632023-11-09T00:28:06.280Z Fresh memoffset v0.7.1
59642023-11-09T00:28:06.284Z
59652023-11-09T00:28:06.287Z Fresh rcgen v0.11.3
59662023-11-09T00:28:06.291Zrunning 5 tests
59672023-11-09T00:28:06.294Z Fresh rustfmt-wrapper v0.2.0
59682023-11-09T00:28:06.298Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 25) ... ignored
59692023-11-09T00:28:06.301Z Fresh crc v3.0.1
59702023-11-09T00:28:06.304Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 44) ... ignored
59712023-11-09T00:28:06.307Z Fresh structopt v0.3.26
59722023-11-09T00:28:06.310Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 57) ... ignored
59732023-11-09T00:28:06.313Z Fresh maybe-uninit v2.0.0
59742023-11-09T00:28:06.317Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 74) ... ignored
59752023-11-09T00:28:06.350Z Fresh pkcs8 v0.10.2
59762023-11-09T00:28:06.354Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 89) ... ignored
59772023-11-09T00:28:06.357Z Fresh libefi-sys v0.1.0
59782023-11-09T00:28:06.360Z
59792023-11-09T00:28:06.363Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
59802023-11-09T00:28:06.367Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s
59812023-11-09T00:28:06.370Z Fresh atomicwrites v0.4.2
59822023-11-09T00:28:06.374Z
59832023-11-09T00:28:06.378Z Fresh progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
59842023-11-09T00:28:06.381Z Fresh packed_struct_codegen v0.10.1
59852023-11-09T00:28:06.384Z Fresh subprocess v0.2.9
59862023-11-09T00:28:06.387Z Fresh nodrop v0.1.14
59872023-11-09T00:28:06.390Z Fresh pkcs1 v0.7.5
59882023-11-09T00:28:06.393Z Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
59892023-11-09T00:28:06.397Z Fresh array-init v0.0.4
59902023-11-09T00:28:06.400Z Fresh progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
59912023-11-09T00:28:06.403Z Fresh packed_struct v0.10.1
59922023-11-09T00:28:06.412Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
59932023-11-09T00:28:06.420Z Fresh smallvec v0.6.14
59942023-11-09T00:28:06.428Z Fresh num-bigint-dig v0.8.4
59952023-11-09T00:28:06.836Z Fresh swrite v0.1.0
59962023-11-09T00:28:06.839Z Fresh bitfield v0.14.0
59972023-11-09T00:28:06.842Z Fresh rsa v0.9.2
59982023-11-09T00:28:06.845Z Fresh serde-hex v0.1.0
59992023-11-09T00:28:06.849Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
60002023-11-09T00:28:06.853Z Fresh x509-cert v0.2.4
60012023-11-09T00:28:06.856Z Fresh env_logger v0.10.0
60022023-11-09T00:28:06.863Z Fresh lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
60032023-11-09T00:28:06.877Z Fresh ron v0.8.1
60042023-11-09T00:28:07.285Z Fresh crc-any v2.4.3
60052023-11-09T00:28:07.289Z Fresh resolv-conf v0.7.0
60062023-11-09T00:28:07.291Z Fresh object v0.30.4
60072023-11-09T00:28:07.296Z Fresh libsw v3.3.0
60082023-11-09T00:28:07.299Z Fresh derive-where v1.2.5
60092023-11-09T00:28:07.302Z Fresh lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
60102023-11-09T00:28:07.305Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
60112023-11-09T00:28:07.308Z Fresh owo-colors v3.5.0
60122023-11-09T00:28:07.312Z Fresh path-slash v0.1.5
60132023-11-09T00:28:07.315Z Fresh utf-8 v0.7.6
60142023-11-09T00:28:07.318Z Fresh arc-swap v1.6.0
60152023-11-09T00:28:07.321Z Fresh linear-map v1.2.0
60162023-11-09T00:28:07.324Z Fresh slog-scope v4.4.0
60172023-11-09T00:28:07.335Z Fresh hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
60182023-11-09T00:28:07.340Z Fresh trust-dns-resolver v0.22.0
60192023-11-09T00:28:07.343Z Fresh glob v0.3.1
60202023-11-09T00:28:07.347Z Fresh semver v0.1.20
60212023-11-09T00:28:07.374Z Fresh num-rational v0.4.1
60222023-11-09T00:28:07.379Z Fresh doc-comment v0.3.3
60232023-11-09T00:28:07.382Z Fresh slog-stdlog v4.1.1
60242023-11-09T00:28:07.385Z Fresh fxhash v0.2.1
60252023-11-09T00:28:07.388Z Fresh rustc_version v0.1.7
60262023-11-09T00:28:07.391Z Fresh num-complex v0.4.4
60272023-11-09T00:28:07.395Z Fresh structmeta-derive v0.1.6
60282023-11-09T00:28:07.401Z Fresh humantime v2.1.0
60292023-11-09T00:28:07.822Z Fresh slog-envlogger v2.2.0
60302023-11-09T00:28:07.826Z Fresh libz-sys v1.1.12
60312023-11-09T00:28:07.829Z Fresh convert_case v0.4.0
60322023-11-09T00:28:07.832Z Fresh structmeta v0.1.6
60332023-11-09T00:28:07.835Z Fresh num v0.4.1
60342023-11-09T00:28:07.838Z Fresh derive_more v0.99.17
60352023-11-09T00:28:07.842Z Fresh newline-converter v0.3.0
60362023-11-09T00:28:07.846Z Fresh universal-hash v0.5.1
60372023-11-09T00:28:07.849Z Fresh parse-display-derive v0.7.0
60382023-11-09T00:28:07.852Z Fresh libgit2-sys v0.15.2+1.6.4
60392023-11-09T00:28:07.855Z Fresh snafu-derive v0.7.5
60402023-11-09T00:28:07.859Z Fresh opaque-debug v0.3.0
60412023-11-09T00:28:07.862Z Fresh expectorate v1.1.0
60422023-11-09T00:28:07.865Z Fresh newtype_derive v0.1.6
60432023-11-09T00:28:07.869Z Fresh git2 v0.17.2
60442023-11-09T00:28:07.873Z Fresh parse-display v0.7.0
60452023-11-09T00:28:07.876Z Fresh snafu v0.7.5
60462023-11-09T00:28:07.879Z Fresh api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
60472023-11-09T00:28:07.882Z Fresh vergen v8.2.4
60482023-11-09T00:28:07.885Z Fresh omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
60492023-11-09T00:28:07.890Z Fresh steno v0.4.0
60502023-11-09T00:28:07.892Z Fresh tungstenite v0.18.0
60512023-11-09T00:28:07.895Z Fresh crossbeam-deque v0.8.3
60522023-11-09T00:28:07.898Z Fresh aead v0.5.2
60532023-11-09T00:28:07.901Z Fresh signature v1.6.4
60542023-11-09T00:28:07.904Z Fresh tokio-tungstenite v0.18.0
60552023-11-09T00:28:07.907Z Fresh rayon-core v1.12.0
60562023-11-09T00:28:07.911Z Fresh ed25519 v1.5.3
60572023-11-09T00:28:07.914Z Fresh buf-list v1.0.3
60582023-11-09T00:28:07.917Z Fresh libsqlite3-sys v0.26.0
60592023-11-09T00:28:07.925Z Fresh hashlink v0.8.3
60602023-11-09T00:28:07.928Z Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
60612023-11-09T00:28:07.931Z Fresh display-error-chain v0.2.0
60622023-11-09T00:28:07.935Z Fresh fallible-streaming-iterator v0.1.9
60632023-11-09T00:28:07.938Z Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
60642023-11-09T00:28:07.941Z Fresh salty v0.2.0
60652023-11-09T00:28:07.944Z Fresh rayon v1.8.0
60662023-11-09T00:28:07.947Z Fresh rusqlite v0.29.0
60672023-11-09T00:28:07.950Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
60682023-11-09T00:28:07.953Z Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
60692023-11-09T00:28:07.958Z Fresh nix v0.26.2
60702023-11-09T00:28:07.961Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
60712023-11-09T00:28:07.966Z Fresh omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
60722023-11-09T00:28:07.968Z Fresh num_enum_derive v0.7.0
60732023-11-09T00:28:07.971Z Fresh twox-hash v1.6.3
60742023-11-09T00:28:07.974Z Fresh serde-big-array v0.4.1
60752023-11-09T00:28:07.977Z Fresh serde-big-array v0.5.1
60762023-11-09T00:28:07.980Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
60772023-11-09T00:28:07.983Z Fresh path-dedot v3.1.0
60782023-11-09T00:28:07.986Z Fresh diff v0.1.13
60792023-11-09T00:28:07.989Z Fresh nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
60802023-11-09T00:28:07.993Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
60812023-11-09T00:28:07.996Z Fresh path-absolutize v3.1.0
60822023-11-09T00:28:07.999Z Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
60832023-11-09T00:28:08.003Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
60842023-11-09T00:28:08.006Z Fresh num_enum v0.7.0
60852023-11-09T00:28:08.009Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
60862023-11-09T00:28:08.012Z Fresh crunchy v0.2.2
60872023-11-09T00:28:08.015Z Fresh platforms v3.0.2
60882023-11-09T00:28:08.018Z Fresh polyval v0.6.1
60892023-11-09T00:28:08.023Z Fresh darling_core v0.14.4
60902023-11-09T00:28:08.026Z Fresh globset v0.4.13
60912023-11-09T00:28:08.029Z Fresh signal-hook-tokio v0.3.1
60922023-11-09T00:28:08.032Z Fresh aes v0.8.3
60932023-11-09T00:28:08.035Z Fresh ctr v0.9.2
60942023-11-09T00:28:08.038Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
60952023-11-09T00:28:08.041Z Fresh olpc-cjson v0.1.3
60962023-11-09T00:28:08.044Z Fresh bincode v1.3.3
60972023-11-09T00:28:08.048Z Fresh serde_plain v1.0.2
60982023-11-09T00:28:08.051Z Fresh nibble_vec v0.1.0
60992023-11-09T00:28:08.054Z Fresh endian-type v0.1.2
61002023-11-09T00:28:08.056Z Fresh corncobs v0.1.3
61012023-11-09T00:28:08.059Z Fresh minimal-lexical v0.2.1
61022023-11-09T00:28:08.062Z Fresh nom v7.1.3
61032023-11-09T00:28:08.065Z Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
61042023-11-09T00:28:08.068Z Fresh tough v0.14.0
61052023-11-09T00:28:08.071Z Fresh radix_trie v0.2.1
61062023-11-09T00:28:08.073Z Fresh crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
61072023-11-09T00:28:08.076Z Fresh aes-gcm-siv v0.11.1
61082023-11-09T00:28:08.079Z Fresh darling_macro v0.14.4
61092023-11-09T00:28:08.082Z Fresh tiny-keccak v2.0.2
61102023-11-09T00:28:08.086Z Fresh unicase v2.7.0
61112023-11-09T00:28:08.089Z Fresh parking_lot_core v0.8.6
61122023-11-09T00:28:08.092Z Fresh oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
61132023-11-09T00:28:08.095Z Fresh env_logger v0.9.3
61142023-11-09T00:28:08.098Z Fresh ascii-canvas v3.0.0
61152023-11-09T00:28:08.101Z Fresh ff v0.13.0
61162023-11-09T00:28:08.104Z Fresh async-recursion v1.0.5
61172023-11-09T00:28:08.107Z Fresh bitstruct_derive v0.1.0
61182023-11-09T00:28:08.110Z Fresh viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
61192023-11-09T00:28:08.113Z Fresh ena v0.14.2
61202023-11-09T00:28:08.116Z Fresh libloading v0.7.4
61212023-11-09T00:28:08.119Z Fresh ringbuffer v0.15.0
61222023-11-09T00:28:08.122Z Fresh ascii v1.1.0
61232023-11-09T00:28:08.125Z Fresh parking_lot v0.11.2
61242023-11-09T00:28:08.127Z Fresh clang-sys v1.6.1
61252023-11-09T00:28:08.130Z Fresh viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
61262023-11-09T00:28:08.134Z Fresh rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
61272023-11-09T00:28:08.136Z Fresh crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
61282023-11-09T00:28:08.140Z Fresh lalrpop v0.19.12
61292023-11-09T00:28:08.144Z Fresh bitstruct v0.1.1
61302023-11-09T00:28:08.146Z Fresh group v0.13.0
61312023-11-09T00:28:08.149Z Fresh darling v0.14.4
61322023-11-09T00:28:08.152Z Fresh trust-dns-client v0.22.0
61332023-11-09T00:28:08.156Z Fresh cexpr v0.6.0
61342023-11-09T00:28:08.158Z Fresh portable-atomic v1.4.3
61352023-11-09T00:28:08.162Z Fresh erased-serde v0.3.30
61362023-11-09T00:28:08.165Z Fresh prettyplease v0.2.12
61372023-11-09T00:28:08.169Z Fresh tungstenite v0.20.1
61382023-11-09T00:28:08.172Z Fresh dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
61392023-11-09T00:28:08.175Z Fresh which v4.4.0
61402023-11-09T00:28:08.179Z Fresh crypto-bigint v0.5.2
61412023-11-09T00:28:08.182Z Fresh serde_arrays v0.1.0
61422023-11-09T00:28:08.185Z Fresh curve25519-dalek-derive v0.1.0
61432023-11-09T00:28:08.188Z Fresh thiserror-impl-no-std v2.0.2
61442023-11-09T00:28:08.191Z Fresh rustc-hash v1.1.0
61452023-11-09T00:28:08.193Z Fresh base16ct v0.2.0
61462023-11-09T00:28:08.196Z Fresh peeking_take_while v0.1.2
61472023-11-09T00:28:08.199Z Fresh lazycell v1.3.0
61482023-11-09T00:28:08.202Z Fresh shlex v1.1.0
61492023-11-09T00:28:08.205Z Fresh number_prefix v0.4.0
61502023-11-09T00:28:08.207Z Fresh bindgen v0.65.1
61512023-11-09T00:28:08.211Z Fresh thiserror-no-std v2.0.2
61522023-11-09T00:28:08.214Z Fresh curve25519-dalek v4.1.0
61532023-11-09T00:28:08.220Z Fresh elliptic-curve v0.13.5
61542023-11-09T00:28:08.236Z Fresh propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
61552023-11-09T00:28:08.249Z Fresh tokio-tungstenite v0.20.1
61562023-11-09T00:28:08.254Z Fresh indicatif v0.17.7
61572023-11-09T00:28:08.264Z Fresh derive_builder_core v0.12.0
61582023-11-09T00:28:08.268Z Fresh trust-dns-server v0.22.1
61592023-11-09T00:28:08.272Z Fresh sled v0.34.7
61602023-11-09T00:28:08.275Z Fresh poly1305 v0.8.0
61612023-11-09T00:28:08.278Z Fresh chacha20 v0.9.1
61622023-11-09T00:28:08.281Z Fresh kstat-rs v0.2.3
61632023-11-09T00:28:08.284Z Fresh bcs v0.1.6
61642023-11-09T00:28:08.287Z Fresh bytesize v1.3.0
61652023-11-09T00:28:08.290Z Fresh ref-cast-impl v1.0.20
61662023-11-09T00:28:08.294Z Fresh highway v1.1.0
61672023-11-09T00:28:08.297Z Fresh pretty-hex v0.3.0
61682023-11-09T00:28:08.300Z Fresh fs-err v2.9.0
61692023-11-09T00:28:08.303Z Fresh ref-cast v1.0.20
61702023-11-09T00:28:08.306Z Fresh chacha20poly1305 v0.10.1
61712023-11-09T00:28:08.309Z Fresh derive_builder_macro v0.12.0
61722023-11-09T00:28:08.311Z Fresh mime_guess v2.0.4
61732023-11-09T00:28:08.314Z Fresh vsss-rs v3.3.1
61742023-11-09T00:28:08.317Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
61752023-11-09T00:28:08.319Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
61762023-11-09T00:28:08.323Z Fresh dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
61772023-11-09T00:28:08.327Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4)
61782023-11-09T00:28:08.330Z Fresh strum_macros v0.24.3
61792023-11-09T00:28:08.333Z Fresh const_format_proc_macros v0.2.31
61802023-11-09T00:28:08.337Z Fresh maplit v1.0.2
61812023-11-09T00:28:08.340Z Fresh is_ci v1.1.1
61822023-11-09T00:28:08.343Z Fresh cassowary v0.3.0
61832023-11-09T00:28:08.346Z Fresh indoc v2.0.3
61842023-11-09T00:28:08.349Z Fresh indoc v1.0.9
61852023-11-09T00:28:08.352Z Fresh const_format v0.2.31
61862023-11-09T00:28:08.356Z Fresh internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
61872023-11-09T00:28:08.359Z Fresh supports-color v2.1.0
61882023-11-09T00:28:08.361Z Fresh polar-core v0.27.0
61892023-11-09T00:28:08.364Z Fresh ratatui v0.23.0
61902023-11-09T00:28:08.367Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
61912023-11-09T00:28:08.370Z Fresh derive_builder v0.12.0
61922023-11-09T00:28:08.373Z Fresh libxml v0.3.3
61932023-11-09T00:28:08.405Z Fresh ron v0.7.1
61942023-11-09T00:28:08.407Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
61952023-11-09T00:28:08.411Z Fresh bb8 v0.8.1
61962023-11-09T00:28:08.414Z Fresh quick-xml v0.23.1
61972023-11-09T00:28:08.416Z Fresh oso-derive v0.27.0
61982023-11-09T00:28:08.419Z Fresh impl-trait-for-tuples v0.2.2
61992023-11-09T00:28:08.422Z Fresh rtoolbox v0.0.1
62002023-11-09T00:28:08.427Z Fresh http-range v0.1.5
62012023-11-09T00:28:08.430Z Fresh bit_field v0.10.2
62022023-11-09T00:28:08.433Z Fresh unicode-linebreak v0.1.5
62032023-11-09T00:28:08.435Z Fresh smawk v0.3.1
62042023-11-09T00:28:08.438Z Fresh assert_matches v1.5.0
62052023-11-09T00:28:08.441Z Fresh propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
62062023-11-09T00:28:08.444Z Fresh textwrap v0.16.0
62072023-11-09T00:28:08.447Z Fresh rpassword v7.2.0
62082023-11-09T00:28:08.450Z Fresh oso v0.27.0
62092023-11-09T00:28:08.452Z Fresh hyper-staticfile v0.9.5
62102023-11-09T00:28:08.455Z Fresh samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
62112023-11-09T00:28:08.458Z Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0)
62122023-11-09T00:28:08.462Z Fresh tui-tree-widget v0.13.0
62132023-11-09T00:28:08.465Z Fresh diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
62142023-11-09T00:28:08.468Z Fresh cookie v0.16.2
62152023-11-09T00:28:08.471Z Fresh vte_generate_state_changes v0.1.1
62162023-11-09T00:28:08.474Z Fresh plotters-backend v0.3.5
62172023-11-09T00:28:08.477Z Fresh shell-words v1.1.0
62182023-11-09T00:28:08.481Z Fresh plotters-svg v0.3.5
62192023-11-09T00:28:08.484Z Fresh vte v0.11.1
62202023-11-09T00:28:08.488Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
62212023-11-09T00:28:08.491Z Fresh cast v0.3.0
62222023-11-09T00:28:08.495Z Fresh plotters v0.3.5
62232023-11-09T00:28:08.497Z Fresh strip-ansi-escapes v0.2.0
62242023-11-09T00:28:08.500Z Fresh tinytemplate v1.2.1
62252023-11-09T00:28:08.503Z Fresh criterion-plot v0.5.0
62262023-11-09T00:28:08.506Z Fresh fd-lock v3.0.13
62272023-11-09T00:28:08.508Z Fresh dashmap v5.5.1
62282023-11-09T00:28:08.511Z Fresh threadpool v1.8.1
62292023-11-09T00:28:08.514Z Fresh serial_test_derive v0.10.0
62302023-11-09T00:28:08.517Z Fresh nanorand v0.7.0
62312023-11-09T00:28:08.520Z Fresh pin-project-internal v1.1.3
62322023-11-09T00:28:08.523Z Fresh arrayvec v0.7.4
62332023-11-09T00:28:08.526Z Fresh relative-path v1.9.0
62342023-11-09T00:28:08.529Z Fresh anes v0.1.6
62352023-11-09T00:28:08.532Z Fresh nu-ansi-term v0.49.0
62362023-11-09T00:28:08.536Z Fresh oorandom v11.1.3
62372023-11-09T00:28:08.539Z Fresh yansi v0.5.1
62382023-11-09T00:28:08.543Z Fresh arrayref v0.3.7
62392023-11-09T00:28:08.546Z Fresh constant_time_eq v0.2.6
62402023-11-09T00:28:08.548Z Fresh criterion v0.5.1
62412023-11-09T00:28:08.551Z Fresh pretty_assertions v1.4.0
62422023-11-09T00:28:08.554Z Fresh blake2b_simd v1.0.1
62432023-11-09T00:28:08.556Z Fresh rstest_macros v0.18.2
62442023-11-09T00:28:08.559Z Fresh reedline v0.25.0
62452023-11-09T00:28:08.563Z Fresh pin-project v1.1.3
62462023-11-09T00:28:08.566Z Fresh flume v0.11.0
62472023-11-09T00:28:08.569Z Fresh libtest-mimic v0.6.1
62482023-11-09T00:28:08.571Z Fresh serial_test v0.10.0
62492023-11-09T00:28:08.576Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
62502023-11-09T00:28:08.579Z Fresh assert_cmd v2.0.12
62512023-11-09T00:28:08.582Z Fresh omicron-zone-package v0.8.3
62522023-11-09T00:28:08.585Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
62532023-11-09T00:28:08.588Z Fresh fatfs v0.3.6
62542023-11-09T00:28:08.592Z Fresh basic-toml v0.1.4
62552023-11-09T00:28:08.594Z Fresh rand v0.4.6
62562023-11-09T00:28:08.597Z Fresh futures-timer v3.0.2
62572023-11-09T00:28:08.600Z Fresh remove_dir_all v0.5.3
62582023-11-09T00:28:08.604Z Fresh constant_time_eq v0.3.0
62592023-11-09T00:28:08.607Z Fresh topological-sort v0.2.2
62602023-11-09T00:28:08.609Z Fresh trybuild v1.0.85
62612023-11-09T00:28:08.612Z Fresh rstest v0.18.2
62622023-11-09T00:28:08.615Z Fresh tempdir v0.3.7
62632023-11-09T00:28:08.617Z Fresh datatest-stable v0.2.3
62642023-11-09T00:28:08.620Z Fresh partial-io v0.5.4
62652023-11-09T00:28:08.623Z Fresh rust-argon2 v1.0.1
62662023-11-09T00:28:08.688Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
62672023-11-09T00:28:08.692Z Fresh httptest v0.15.5
62682023-11-09T00:28:08.696Z Fresh similar-asserts v1.5.0
62692023-11-09T00:28:08.699Z Fresh approx v0.5.1
62702023-11-09T00:28:08.703Z Fresh hex-literal v0.4.1
62712023-11-09T00:28:08.708Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
62722023-11-09T00:28:08.711Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
62732023-11-09T00:28:08.714Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
62742023-11-09T00:28:08.717Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
62752023-11-09T00:28:08.720Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
62762023-11-09T00:28:08.723Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
62772023-11-09T00:28:08.726Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
62782023-11-09T00:28:08.729Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
62792023-11-09T00:28:08.732Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
62802023-11-09T00:28:08.735Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
62812023-11-09T00:28:08.737Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
62822023-11-09T00:28:08.740Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
62832023-11-09T00:28:08.743Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
62842023-11-09T00:28:08.746Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
62852023-11-09T00:28:08.749Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
62862023-11-09T00:28:08.751Z Fresh mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
62872023-11-09T00:28:08.754Z Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
62882023-11-09T00:28:08.757Z Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
62892023-11-09T00:28:08.760Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
62902023-11-09T00:28:08.763Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
62912023-11-09T00:28:08.766Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
62922023-11-09T00:28:08.769Z Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
62932023-11-09T00:28:08.771Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
62942023-11-09T00:28:08.774Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
62952023-11-09T00:28:08.777Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
62962023-11-09T00:28:08.780Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
62972023-11-09T00:28:08.783Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
62982023-11-09T00:28:08.785Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
62992023-11-09T00:28:08.788Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
63002023-11-09T00:28:08.791Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
63012023-11-09T00:28:08.794Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
63022023-11-09T00:28:08.797Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
63032023-11-09T00:28:08.800Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
63042023-11-09T00:28:08.803Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
63052023-11-09T00:28:08.806Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
63062023-11-09T00:28:08.809Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
63072023-11-09T00:28:08.812Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
63082023-11-09T00:28:08.815Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
63092023-11-09T00:28:08.818Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
63102023-11-09T00:28:08.821Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
63112023-11-09T00:28:08.824Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
63122023-11-09T00:28:08.835Z Fresh ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
63132023-11-09T00:28:08.838Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
63142023-11-09T00:28:08.840Z Fresh ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
63152023-11-09T00:28:08.843Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
63162023-11-09T00:28:08.846Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
63172023-11-09T00:28:08.849Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
63182023-11-09T00:28:08.851Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
63192023-11-09T00:28:08.854Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
63202023-11-09T00:28:08.857Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
63212023-11-09T00:28:08.860Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
63222023-11-09T00:28:08.863Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
63232023-11-09T00:28:08.866Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
63242023-11-09T00:28:08.869Z Finished test [unoptimized + debuginfo] target(s) in 4.33s
63252023-11-09T00:28:08.873Z Doc-tests authz-macros
63262023-11-09T00:28:08.877Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-44a833324025fe94.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-14d7d47dc7b7257e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1e1a727f9c906966.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a15bfa80a986f2aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
63272023-11-09T00:28:08.880Z Doc-tests bootstore
63282023-11-09T00:28:08.883Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1168b045059116de.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-07c80f36b8f89ea2.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-e19ad49084f36741.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-433f7a24bb39110c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e7bd23ccf645aab0.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-546ab4622c494aa5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-59fc859a80908d40.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-d0c73d75843e2cf1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d22056274abf89dc.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9ba4573df88b8a80.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-45e0d4b93b991d85.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
63292023-11-09T00:28:09.258Z
63302023-11-09T00:28:09.266Zrunning 0 tests
63312023-11-09T00:28:09.275Z
63322023-11-09T00:28:09.286Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63332023-11-09T00:28:09.295Z
63342023-11-09T00:28:09.305Z Doc-tests bootstrap-agent-client
63352023-11-09T00:28:09.309Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53fa8e3fea0c5909.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -C embed-bitcode=no -D warnings --error-format human`
63362023-11-09T00:28:10.538Z
63372023-11-09T00:28:10.541Zrunning 0 tests
63382023-11-09T00:28:10.544Z
63392023-11-09T00:28:10.546Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63402023-11-09T00:28:10.549Z
63412023-11-09T00:28:10.573Z Doc-tests db-macros
63422023-11-09T00:28:10.577Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b9cf1dcc35799dc8.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-14d7d47dc7b7257e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1e1a727f9c906966.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-c42feec3ffaebd6f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a15bfa80a986f2aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
63432023-11-09T00:28:11.047Z
63442023-11-09T00:28:11.050Zrunning 3 tests
63452023-11-09T00:28:11.055Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 28) ... ignored
63462023-11-09T00:28:11.058Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 48) ... ignored
63472023-11-09T00:28:11.061Ztest nexus/db-macros/src/lib.rs - subquery_target (line 127) ... ignored
63482023-11-09T00:28:11.064Z
63492023-11-09T00:28:11.067Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
63502023-11-09T00:28:11.070Z
63512023-11-09T00:28:11.074Z Doc-tests ddm-admin-client
63522023-11-09T00:28:11.087Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-98fd4f83b348c39f.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-53d7fae376cc983a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib -C embed-bitcode=no -D warnings --error-format human`
63532023-11-09T00:28:11.635Z
63542023-11-09T00:28:11.640Zrunning 0 tests
63552023-11-09T00:28:11.647Z
63562023-11-09T00:28:11.662Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63572023-11-09T00:28:11.744Z
63582023-11-09T00:28:11.749Z Doc-tests dns-server
63592023-11-09T00:28:11.754Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-19e5ceff15d22646.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-78d8abfc7fbd9306.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-0909e6f64ef1cb52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-37b515d228da282d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-f0ebd2e15ae5dd08.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-120222c9044a1dad.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-72a5b93e04c7dbc8.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-b09f35bd08b82106.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -C embed-bitcode=no -D warnings --error-format human`
63602023-11-09T00:28:12.427Z
63612023-11-09T00:28:12.440Zrunning 0 tests
63622023-11-09T00:28:12.892Z
63632023-11-09T00:28:12.904Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63642023-11-09T00:28:12.911Z
63652023-11-09T00:28:12.916Z Doc-tests dns-service-client
63662023-11-09T00:28:12.921Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-78d8abfc7fbd9306.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -C embed-bitcode=no -D warnings --error-format human`
63672023-11-09T00:28:12.930Z
63682023-11-09T00:28:12.937Zrunning 0 tests
63692023-11-09T00:28:12.945Z
63702023-11-09T00:28:12.955Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63712023-11-09T00:28:12.961Z
63722023-11-09T00:28:12.967Z Doc-tests dpd-client
63732023-11-09T00:28:12.972Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dpd_client --test clients/dpd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dpd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b821b0dd09171543.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-53d7fae376cc983a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -C embed-bitcode=no -D warnings --error-format human`
63742023-11-09T00:28:14.696Z
63752023-11-09T00:28:14.704Zrunning 0 tests
63762023-11-09T00:28:14.716Z
63772023-11-09T00:28:14.737Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63782023-11-09T00:28:14.743Z
63792023-11-09T00:28:15.165Z Doc-tests gateway-client
63802023-11-09T00:28:15.584Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-992f9d36f4f24ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -C embed-bitcode=no -D warnings --error-format human`
63812023-11-09T00:28:16.512Z
63822023-11-09T00:28:16.518Zrunning 0 tests
63832023-11-09T00:28:16.527Z
63842023-11-09T00:28:16.537Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63852023-11-09T00:28:16.557Z
63862023-11-09T00:28:16.570Z Doc-tests gateway-test-utils
63872023-11-09T00:28:16.583Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4afc765531ef7bba.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-49d0e19bd0581214.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-99d5bb95dcaac458.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -C embed-bitcode=no -D warnings --error-format human`
63882023-11-09T00:28:17.129Z
63892023-11-09T00:28:17.146Zrunning 0 tests
63902023-11-09T00:28:17.158Z
63912023-11-09T00:28:17.163Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63922023-11-09T00:28:17.167Z
63932023-11-09T00:28:17.170Z Doc-tests illumos-utils
63942023-11-09T00:28:17.173Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-fcab3b440d110683.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-32ead843142ea4de.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-05ab23ef01b57904.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-096ea264b1d71e56.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-69565eba2dc908d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e2b6302aba1f30c9.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-cd20cd732c3b5f28.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a5e2e5bdea4bf75.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-2e4a5ac00df5e5f2.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' -D warnings --error-format human`
63952023-11-09T00:28:20.023Z
63962023-11-09T00:28:20.026Zrunning 0 tests
63972023-11-09T00:28:20.029Z
63982023-11-09T00:28:20.032Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63992023-11-09T00:28:20.037Z
64002023-11-09T00:28:20.087Z Doc-tests installinator
64012023-11-09T00:28:20.091Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0dbabde01783a37d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ed18ae774f926cc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-98fd4f83b348c39f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-cee68d0710045f5f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-0e2babb6a2a59fdb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-05ab23ef01b57904.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-220e65b6895824d6.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-72aed89d925bf0d5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b3a06d4625cf5d65.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-da26eefaa7b3a1d9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-01bc5e82657253a9.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-53d7fae376cc983a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-59fc859a80908d40.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f3de64ed5c3bde02.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a5e2e5bdea4bf75.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-b67e0ab08d13ce04.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ae1ead5acebfd744.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3beda198f98b470f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5a9e5d38ddaadf99.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -C embed-bitcode=no -D warnings --error-format human`
64022023-11-09T00:28:21.215Z
64032023-11-09T00:28:21.221Zrunning 0 tests
64042023-11-09T00:28:21.226Z
64052023-11-09T00:28:21.239Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64062023-11-09T00:28:21.244Z
64072023-11-09T00:28:21.248Z Doc-tests installinator-artifact-client
64082023-11-09T00:28:21.251Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifact_client --test clients/installinator-artifact-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-artifact-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-72aed89d925bf0d5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b3a06d4625cf5d65.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5a9e5d38ddaadf99.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -C embed-bitcode=no -D warnings --error-format human`
64092023-11-09T00:28:22.621Z
64102023-11-09T00:28:22.625Zrunning 0 tests
64112023-11-09T00:28:22.651Z
64122023-11-09T00:28:22.660Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64132023-11-09T00:28:22.674Z
64142023-11-09T00:28:22.684Z Doc-tests installinator-artifactd
64152023-11-09T00:28:22.687Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifactd --test installinator-artifactd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-artifactd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-64fc3f021b00afa7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b3a06d4625cf5d65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -C embed-bitcode=no -D warnings --error-format human`
64162023-11-09T00:28:23.177Z
64172023-11-09T00:28:23.180Zrunning 0 tests
64182023-11-09T00:28:23.183Z
64192023-11-09T00:28:23.186Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64202023-11-09T00:28:23.191Z
64212023-11-09T00:28:23.214Z Doc-tests installinator-common
64222023-11-09T00:28:23.224Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-05ab23ef01b57904.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b3a06d4625cf5d65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d22056274abf89dc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5a9e5d38ddaadf99.rlib -C embed-bitcode=no -D warnings --error-format human`
64232023-11-09T00:28:23.932Z
64242023-11-09T00:28:23.939Zrunning 0 tests
64252023-11-09T00:28:23.950Z
64262023-11-09T00:28:24.016Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64272023-11-09T00:28:24.033Z
64282023-11-09T00:28:24.046Z Doc-tests internal-dns
64292023-11-09T00:28:24.056Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name internal_dns --test internal-dns/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-19e5ceff15d22646.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-78d8abfc7fbd9306.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4ec902ded1c3a033.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-120222c9044a1dad.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-72a5b93e04c7dbc8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -C embed-bitcode=no -D warnings --error-format human`
64302023-11-09T00:28:24.475Z
64312023-11-09T00:28:24.483Zrunning 0 tests
64322023-11-09T00:28:24.494Z
64332023-11-09T00:28:24.504Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64342023-11-09T00:28:24.513Z
64352023-11-09T00:28:24.523Z Doc-tests ipcc-key-value
64362023-11-09T00:28:24.531Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ipcc_key_value --test ipcc-key-value/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc-key-value -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-433f7a24bb39110c.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-da26eefaa7b3a1d9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-59fc859a80908d40.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-b67e0ab08d13ce04.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -C embed-bitcode=no -D warnings --error-format human`
64372023-11-09T00:28:24.907Z
64382023-11-09T00:28:24.915Zrunning 0 tests
64392023-11-09T00:28:24.921Z
64402023-11-09T00:28:24.925Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64412023-11-09T00:28:24.931Z
64422023-11-09T00:28:24.939Z Doc-tests key-manager
64432023-11-09T00:28:24.943Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-546ab4622c494aa5.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0c01540acd421166.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-d0c73d75843e2cf1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9ba4573df88b8a80.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rlib -C embed-bitcode=no -D warnings --error-format human`
64442023-11-09T00:28:25.336Z
64452023-11-09T00:28:25.344Zrunning 0 tests
64462023-11-09T00:28:25.352Z
64472023-11-09T00:28:25.365Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64482023-11-09T00:28:25.374Z
64492023-11-09T00:28:25.380Z Doc-tests mg-admin-client
64502023-11-09T00:28:25.386Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name mg_admin_client --test clients/mg-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/mg-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-f60907935971c8e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-53d7fae376cc983a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib -C embed-bitcode=no -D warnings --error-format human`
64512023-11-09T00:28:25.987Z
64522023-11-09T00:28:25.990Zrunning 0 tests
64532023-11-09T00:28:25.993Z
64542023-11-09T00:28:25.997Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64552023-11-09T00:28:26.000Z
64562023-11-09T00:28:26.015Z Doc-tests nexus-client
64572023-11-09T00:28:26.018Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-27894e0b9e5b7cb8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6ca2b21b2253387f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -C embed-bitcode=no -D warnings --error-format human`
64582023-11-09T00:28:29.016Z
64592023-11-09T00:28:29.019Zrunning 0 tests
64602023-11-09T00:28:29.022Z
64612023-11-09T00:28:29.025Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64622023-11-09T00:28:29.027Z
64632023-11-09T00:28:29.077Z Doc-tests nexus-db-model
64642023-11-09T00:28:29.088Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b9cf1dcc35799dc8.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-92a2312d5f88dac2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-096ea264b1d71e56.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d407ba9b52f4b35c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1555f0ae15c19bdd.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-873093608157313c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-23c40ff0a68e95de.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e87d06fc4db5c2da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6ca2b21b2253387f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0c4b030a81fbf767.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-2c9b286918ba1562.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2f5c835073181f5c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b702dc6c43de297.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
64652023-11-09T00:28:42.689Z
64662023-11-09T00:28:42.697Zrunning 2 tests
64672023-11-09T00:28:53.674Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
64682023-11-09T00:28:53.748Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
64692023-11-09T00:28:53.964Z
64702023-11-09T00:28:54.028Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.32s
64712023-11-09T00:28:54.038Z
64722023-11-09T00:28:54.090Z Doc-tests nexus-db-queries
64732023-11-09T00:28:54.135Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-74efb9fff84c040b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-44a833324025fe94.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-a73ec4c7dc91f239.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-d52c0cc3eb6a5ef3.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b9cf1dcc35799dc8.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-92a2312d5f88dac2.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-3ec7fa125c1191d4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-992f9d36f4f24ff9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-ca739d6e5f0490c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7a8b7bbd7809db8c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4ec902ded1c3a033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-096ea264b1d71e56.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d407ba9b52f4b35c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1555f0ae15c19bdd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5d39b05af75244df.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-873093608157313c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2a5cfd2f5e9fb43a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e09446726d403256.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-23c40ff0a68e95de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6ca2b21b2253387f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d5383d29b8ea9bb1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9ffc14e56cf8d523.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-38360ffb9ef07a0e.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a3aa651ee9311542.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-faaf8f16c7df4290.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-53f4176799c06c33.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ed52674e753c9a2a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-015e250b18c8e740.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-2c9b286918ba1562.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1516128ddb377b1e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-532935166a55f9f9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-bfe756f75e2492c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39fe782b320b7a03.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d22056274abf89dc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2f5c835073181f5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b702dc6c43de297.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e0174146fc94bcd5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2f7b0264a14e558c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-69b292eb92103c15.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
64742023-11-09T00:28:54.342Z
64752023-11-09T00:28:54.462Zrunning 1 test
64762023-11-09T00:28:54.490Ztest nexus/db-queries/src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored
64772023-11-09T00:28:54.633Z
64782023-11-09T00:28:54.727Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
64792023-11-09T00:28:54.796Z
64802023-11-09T00:28:54.846Z Doc-tests nexus-defaults
64812023-11-09T00:28:54.874Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-873093608157313c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib -C embed-bitcode=no -D warnings --error-format human`
64822023-11-09T00:28:54.894Z
64832023-11-09T00:28:54.900Zrunning 0 tests
64842023-11-09T00:28:54.915Z
64852023-11-09T00:28:54.951Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64862023-11-09T00:28:54.985Z
64872023-11-09T00:28:55.009Z Doc-tests nexus-inventory
64882023-11-09T00:28:55.025Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-992f9d36f4f24ff9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4afc765531ef7bba.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2a5cfd2f5e9fb43a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-23c40ff0a68e95de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -C embed-bitcode=no -D warnings --error-format human`
64892023-11-09T00:28:55.062Z
64902023-11-09T00:28:55.106Zrunning 0 tests
64912023-11-09T00:28:55.132Z
64922023-11-09T00:28:55.147Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64932023-11-09T00:28:55.160Z
64942023-11-09T00:28:55.181Z Doc-tests nexus-types
64952023-11-09T00:28:55.193Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c454832c96697f8c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-78d8abfc7fbd9306.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-992f9d36f4f24ff9.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d407ba9b52f4b35c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-23c40ff0a68e95de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6ca2b21b2253387f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9ffc14e56cf8d523.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-38360ffb9ef07a0e.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a3aa651ee9311542.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0c4b030a81fbf767.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b702dc6c43de297.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -C embed-bitcode=no -D warnings --error-format human`
64962023-11-09T00:28:55.206Z
64972023-11-09T00:28:55.634Zrunning 0 tests
64982023-11-09T00:28:56.468Z
64992023-11-09T00:28:56.481Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65002023-11-09T00:28:56.574Z
65012023-11-09T00:28:56.586Z Doc-tests omicron-certificates
65022023-11-09T00:28:56.598Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-cee68d0710045f5f.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-af042b7bd262a5cc.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e87d06fc4db5c2da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9ffc14e56cf8d523.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a3aa651ee9311542.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-015e250b18c8e740.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib -C embed-bitcode=no -D warnings --error-format human`
65032023-11-09T00:28:56.606Z
65042023-11-09T00:28:56.611Zrunning 0 tests
65052023-11-09T00:28:56.624Z
65062023-11-09T00:28:56.638Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65072023-11-09T00:28:56.647Z
65082023-11-09T00:28:56.654Z Doc-tests omicron-common
65092023-11-09T00:28:56.661Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c454832c96697f8c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-a71b69681dde6fcb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-07c80f36b8f89ea2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-096ea264b1d71e56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0c4b030a81fbf767.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-59fc859a80908d40.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1516128ddb377b1e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-a58df7b6c155e074.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dc8d291a79b0d40e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39fe782b320b7a03.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d22056274abf89dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-b67e0ab08d13ce04.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2f7b0264a14e558c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -D warnings --error-format human`
65102023-11-09T00:28:56.915Z
65112023-11-09T00:28:56.940Zrunning 2 tests
65122023-11-09T00:28:56.949Ztest common/src/lib.rs - FileKv (line 57) ... ignored
65132023-11-09T00:29:05.200Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 456) ... ok
65142023-11-09T00:29:05.206Z
65152023-11-09T00:29:05.210Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 8.35s
65162023-11-09T00:29:05.213Z
65172023-11-09T00:29:05.261Z Doc-tests omicron-gateway
65182023-11-09T00:29:05.266Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-433f7a24bb39110c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-121a8ee5dd71f039.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4afc765531ef7bba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-05ab23ef01b57904.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-da26eefaa7b3a1d9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-49d0e19bd0581214.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dc8d291a79b0d40e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1130240042d45901.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-fb0b923521577f3d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-99d5bb95dcaac458.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ae1ead5acebfd744.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-eea2f10a3e58baba.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8cc5569845a6da47.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -C embed-bitcode=no -D warnings --error-format human`
65192023-11-09T00:29:07.043Z
65202023-11-09T00:29:07.047Zrunning 0 tests
65212023-11-09T00:29:07.051Z
65222023-11-09T00:29:07.471Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65232023-11-09T00:29:07.479Z
65242023-11-09T00:29:07.490Z Doc-tests omicron-nexus
65252023-11-09T00:29:07.506Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-74efb9fff84c040b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-a73ec4c7dc91f239.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ed18ae774f926cc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-d52c0cc3eb6a5ef3.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-85230985a94afad4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cbbbd88273ce308d.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6ab924dfb3b68bdf.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-92a2312d5f88dac2.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-19e5ceff15d22646.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-78d8abfc7fbd9306.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b821b0dd09171543.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a87df0e688eb578e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-992f9d36f4f24ff9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4afc765531ef7bba.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-ca739d6e5f0490c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-a63f45046271790e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7a8b7bbd7809db8c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4ec902ded1c3a033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-096ea264b1d71e56.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-f60907935971c8e7.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-dd7cd7cefa14b7f3.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d407ba9b52f4b35c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1555f0ae15c19bdd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5d39b05af75244df.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-873093608157313c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2a5cfd2f5e9fb43a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2b94fde606a5ab91.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e09446726d403256.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-cfb0829fb57c66a9.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-23c40ff0a68e95de.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cfddc15216a99845.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6ca2b21b2253387f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d5383d29b8ea9bb1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9ffc14e56cf8d523.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-38360ffb9ef07a0e.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a3aa651ee9311542.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-faaf8f16c7df4290.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-0bb79bd5d92484da.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8dfd28407ddef993.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b044b917a3cecd43.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-acc8c74d6b311918.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-934a87e835f92c6f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0c4b030a81fbf767.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-53f4176799c06c33.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ed52674e753c9a2a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d4dc32376fbc7212.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-53d7fae376cc983a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-204763f248b27f1d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-015e250b18c8e740.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-2c9b286918ba1562.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1516128ddb377b1e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-532935166a55f9f9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-bfe756f75e2492c2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-39fe782b320b7a03.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d22056274abf89dc.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-cd97df8099cc6ee1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2f5c835073181f5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b702dc6c43de297.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e0174146fc94bcd5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2f7b0264a14e558c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5ead2190e8363a72.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-72a5b93e04c7dbc8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-69b292eb92103c15.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
65262023-11-09T00:29:11.615Z
65272023-11-09T00:29:11.619Zrunning 5 tests
65282023-11-09T00:29:11.624Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 230) ... ignored
65292023-11-09T00:29:14.945Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 732) ... ok
65302023-11-09T00:29:14.948Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 638) ... ok
65312023-11-09T00:29:14.956Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 702) ... ok
65322023-11-09T00:29:14.959Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 660) ... ok
65332023-11-09T00:29:14.962Z
65342023-11-09T00:29:14.967Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.73s
65352023-11-09T00:29:14.970Z
65362023-11-09T00:29:15.018Z Doc-tests omicron-package
65372023-11-09T00:29:15.025Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-05ab23ef01b57904.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-20ba28510e43168d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-63663ac55572b0ae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ed52674e753c9a2a.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-af22740acdb5d11b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1516128ddb377b1e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-a58df7b6c155e074.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a5e2e5bdea4bf75.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-019bceb29aeb9d52.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2c6d1931a3022a8a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-071df594afd5c261.rlib -C embed-bitcode=no -D warnings --error-format human`
65382023-11-09T00:29:15.360Z
65392023-11-09T00:29:15.383Zrunning 0 tests
65402023-11-09T00:29:15.814Z
65412023-11-09T00:29:15.836Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65422023-11-09T00:29:15.842Z
65432023-11-09T00:29:15.848Z Doc-tests omicron-passwords
65442023-11-09T00:29:15.853Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-26629f3e3db5569a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-85230985a94afad4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6ca2b21b2253387f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-2658e96bd83c3be6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d22056274abf89dc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib -C embed-bitcode=no -D warnings --error-format human`
65452023-11-09T00:29:15.858Z
65462023-11-09T00:29:15.865Zrunning 0 tests
65472023-11-09T00:29:15.872Z
65482023-11-09T00:29:15.883Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65492023-11-09T00:29:15.894Z
65502023-11-09T00:29:15.901Z Doc-tests omicron-rpaths
65512023-11-09T00:29:15.909Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-e7e1b0d91c485b06.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib -C embed-bitcode=no -D warnings --error-format human`
65522023-11-09T00:29:15.921Z
65532023-11-09T00:29:15.926Zrunning 0 tests
65542023-11-09T00:29:16.342Z
65552023-11-09T00:29:16.446Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65562023-11-09T00:29:16.452Z
65572023-11-09T00:29:16.457Z Doc-tests omicron-sled-agent
65582023-11-09T00:29:16.473Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-797ac0011f570221.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1168b045059116de.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53fa8e3fea0c5909.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-07c80f36b8f89ea2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ed18ae774f926cc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cbbbd88273ce308d.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-1df6cf097a588945.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-98fd4f83b348c39f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e7bd23ccf645aab0.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-19e5ceff15d22646.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-78d8abfc7fbd9306.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b821b0dd09171543.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-992f9d36f4f24ff9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-31a2043bc9b0d5af.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-05ab23ef01b57904.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4ec902ded1c3a033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0c01540acd421166.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-096ea264b1d71e56.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-27894e0b9e5b7cb8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d5383d29b8ea9bb1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e2b6302aba1f30c9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-acc8c74d6b311918.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-934a87e835f92c6f.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d4dc32376fbc7212.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-204763f248b27f1d.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-2d23fb2a218b7dc0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-015e250b18c8e740.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-0230b0105bf949ff.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9ba4573df88b8a80.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2f5c835073181f5c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a5e2e5bdea4bf75.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-264063ef7201caec.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-eea2f10a3e58baba.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-69b292eb92103c15.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-2e4a5ac00df5e5f2.rlib -C embed-bitcode=no -D warnings --error-format human`
65592023-11-09T00:29:19.894Z
65602023-11-09T00:29:19.906Zrunning 0 tests
65612023-11-09T00:29:19.909Z
65622023-11-09T00:29:19.912Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65632023-11-09T00:29:19.915Z
65642023-11-09T00:29:19.971Z Doc-tests omicron-test-utils
65652023-11-09T00:29:19.974Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-f3b25fb0bc9d1b3f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-07c80f36b8f89ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-a2f60a8aa74c1e71.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-ca739d6e5f0490c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-53f4176799c06c33.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-015e250b18c8e740.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1516128ddb377b1e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-532935166a55f9f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2f7b0264a14e558c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-69b292eb92103c15.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' -D warnings --error-format human`
65662023-11-09T00:29:20.526Z
65672023-11-09T00:29:20.529Zrunning 0 tests
65682023-11-09T00:29:20.532Z
65692023-11-09T00:29:20.537Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65702023-11-09T00:29:20.568Z
65712023-11-09T00:29:20.571Z Doc-tests oxide-client
65722023-11-09T00:29:20.576Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-0bb79bd5d92484da.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-72a5b93e04c7dbc8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -C embed-bitcode=no -D warnings --error-format human`
65732023-11-09T00:29:27.506Z
65742023-11-09T00:29:27.520Zrunning 158 tests
65752023-11-09T00:29:27.535Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
65762023-11-09T00:29:27.961Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
65772023-11-09T00:29:27.965Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
65782023-11-09T00:29:27.970Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
65792023-11-09T00:29:27.973Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
65802023-11-09T00:29:27.977Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
65812023-11-09T00:29:27.980Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_import_blocks_from_url (line 26) ... ignored
65822023-11-09T00:29:27.982Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
65832023-11-09T00:29:27.985Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
65842023-11-09T00:29:27.990Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
65852023-11-09T00:29:27.993Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
65862023-11-09T00:29:27.996Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
65872023-11-09T00:29:28.000Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
65882023-11-09T00:29:28.003Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
65892023-11-09T00:29:28.006Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
65902023-11-09T00:29:28.009Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
65912023-11-09T00:29:28.012Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
65922023-11-09T00:29:28.015Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
65932023-11-09T00:29:28.019Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
65942023-11-09T00:29:28.022Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
65952023-11-09T00:29:28.032Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
65962023-11-09T00:29:28.038Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
65972023-11-09T00:29:28.041Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
65982023-11-09T00:29:28.044Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
65992023-11-09T00:29:28.047Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
66002023-11-09T00:29:28.050Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
66012023-11-09T00:29:28.056Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
66022023-11-09T00:29:28.060Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored
66032023-11-09T00:29:28.064Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
66042023-11-09T00:29:28.067Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
66052023-11-09T00:29:28.071Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
66062023-11-09T00:29:28.074Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
66072023-11-09T00:29:28.078Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
66082023-11-09T00:29:28.086Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
66092023-11-09T00:29:28.102Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
66102023-11-09T00:29:28.112Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
66112023-11-09T00:29:28.120Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
66122023-11-09T00:29:28.533Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
66132023-11-09T00:29:28.536Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
66142023-11-09T00:29:28.539Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
66152023-11-09T00:29:28.542Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
66162023-11-09T00:29:28.545Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 30) ... ignored
66172023-11-09T00:29:28.548Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
66182023-11-09T00:29:28.551Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
66192023-11-09T00:29:28.555Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
66202023-11-09T00:29:28.559Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
66212023-11-09T00:29:28.562Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 27) ... ignored
66222023-11-09T00:29:28.565Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 25) ... ignored
66232023-11-09T00:29:28.568Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
66242023-11-09T00:29:28.571Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
66252023-11-09T00:29:28.574Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
66262023-11-09T00:29:28.577Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
66272023-11-09T00:29:28.580Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
66282023-11-09T00:29:28.583Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
66292023-11-09T00:29:28.586Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
66302023-11-09T00:29:28.589Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
66312023-11-09T00:29:28.592Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
66322023-11-09T00:29:28.595Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
66332023-11-09T00:29:28.598Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
66342023-11-09T00:29:28.601Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
66352023-11-09T00:29:28.604Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
66362023-11-09T00:29:28.607Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
66372023-11-09T00:29:28.610Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored
66382023-11-09T00:29:28.613Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
66392023-11-09T00:29:28.617Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored
66402023-11-09T00:29:28.620Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
66412023-11-09T00:29:28.623Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
66422023-11-09T00:29:28.626Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
66432023-11-09T00:29:28.629Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
66442023-11-09T00:29:28.633Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
66452023-11-09T00:29:28.636Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
66462023-11-09T00:29:28.639Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
66472023-11-09T00:29:28.642Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
66482023-11-09T00:29:28.645Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
66492023-11-09T00:29:28.648Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
66502023-11-09T00:29:28.651Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
66512023-11-09T00:29:28.654Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
66522023-11-09T00:29:28.656Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
66532023-11-09T00:29:28.659Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
66542023-11-09T00:29:28.663Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
66552023-11-09T00:29:28.665Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
66562023-11-09T00:29:28.668Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
66572023-11-09T00:29:28.671Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
66582023-11-09T00:29:28.675Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
66592023-11-09T00:29:28.677Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
66602023-11-09T00:29:28.680Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
66612023-11-09T00:29:28.683Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 30) ... ignored
66622023-11-09T00:29:28.686Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored
66632023-11-09T00:29:28.690Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored
66642023-11-09T00:29:28.693Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored
66652023-11-09T00:29:28.696Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 25) ... ignored
66662023-11-09T00:29:28.700Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored
66672023-11-09T00:29:28.702Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored
66682023-11-09T00:29:28.706Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 22) ... ignored
66692023-11-09T00:29:28.709Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored
66702023-11-09T00:29:28.712Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored
66712023-11-09T00:29:28.715Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored
66722023-11-09T00:29:28.718Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored
66732023-11-09T00:29:28.722Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored
66742023-11-09T00:29:28.726Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
66752023-11-09T00:29:28.728Z Doc-tests oximeter
66762023-11-09T00:29:28.731Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
66772023-11-09T00:29:28.735Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-07222ee5606f4b11.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-19a8d16cda05f0e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-da8f09dd46258e06.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-64e6ac255159d7d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-296fff5cdbd83380.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -C embed-bitcode=no -D warnings --error-format human`
66782023-11-09T00:29:28.739Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
66792023-11-09T00:29:28.742Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
66802023-11-09T00:29:28.745Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_create (line 22) ... ignored
66812023-11-09T00:29:28.749Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
66822023-11-09T00:29:28.752Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored
66832023-11-09T00:29:28.757Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
66842023-11-09T00:29:28.760Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
66852023-11-09T00:29:28.763Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
66862023-11-09T00:29:28.766Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
66872023-11-09T00:29:28.769Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
66882023-11-09T00:29:28.772Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
66892023-11-09T00:29:28.775Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
66902023-11-09T00:29:28.778Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
66912023-11-09T00:29:28.781Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
66922023-11-09T00:29:28.784Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
66932023-11-09T00:29:28.788Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
66942023-11-09T00:29:28.792Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
66952023-11-09T00:29:28.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
66962023-11-09T00:29:28.797Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
66972023-11-09T00:29:28.800Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
66982023-11-09T00:29:28.803Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
66992023-11-09T00:29:28.807Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
67002023-11-09T00:29:28.810Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
67012023-11-09T00:29:28.813Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
67022023-11-09T00:29:28.816Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
67032023-11-09T00:29:28.819Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
67042023-11-09T00:29:28.848Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
67052023-11-09T00:29:28.853Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
67062023-11-09T00:29:28.856Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
67072023-11-09T00:29:28.859Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
67082023-11-09T00:29:28.862Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
67092023-11-09T00:29:28.865Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
67102023-11-09T00:29:28.868Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
67112023-11-09T00:29:28.871Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
67122023-11-09T00:29:28.874Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
67132023-11-09T00:29:28.877Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
67142023-11-09T00:29:28.880Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored
67152023-11-09T00:29:28.883Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
67162023-11-09T00:29:28.887Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
67172023-11-09T00:29:28.889Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
67182023-11-09T00:29:28.892Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
67192023-11-09T00:29:28.895Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
67202023-11-09T00:29:28.898Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
67212023-11-09T00:29:28.901Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
67222023-11-09T00:29:28.904Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
67232023-11-09T00:29:28.907Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
67242023-11-09T00:29:28.911Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
67252023-11-09T00:29:28.914Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
67262023-11-09T00:29:28.916Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
67272023-11-09T00:29:28.921Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
67282023-11-09T00:29:28.924Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
67292023-11-09T00:29:28.927Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
67302023-11-09T00:29:28.932Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
67312023-11-09T00:29:28.935Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
67322023-11-09T00:29:28.938Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
67332023-11-09T00:29:28.941Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
67342023-11-09T00:29:28.943Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
67352023-11-09T00:29:28.947Z
67362023-11-09T00:29:28.951Ztest result: ok. 0 passed; 0 failed; 158 ignored; 0 measured; 0 filtered out; finished in 0.41s
67372023-11-09T00:29:28.954Z
67382023-11-09T00:29:29.032Z
67392023-11-09T00:29:29.036Zrunning 8 tests
67402023-11-09T00:29:30.060Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 65) - compile fail ... ok
67412023-11-09T00:29:30.123Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 138) - compile fail ... ok
67422023-11-09T00:29:31.823Ztest oximeter/oximeter/src/lib.rs - (line 24) ... ok
67432023-11-09T00:29:39.290Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 117) ... ok
67442023-11-09T00:29:39.439Ztest oximeter/oximeter/src/traits.rs - traits::Producer (line 308) ... ok
67452023-11-09T00:29:39.508Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 39) ... ok
67462023-11-09T00:29:40.901Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::span_decades (line 597) ... ok
67472023-11-09T00:29:41.117Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::with_bins (line 357) ... ok
67482023-11-09T00:29:41.121Z
67492023-11-09T00:29:41.123Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.09s
67502023-11-09T00:29:41.128Z
67512023-11-09T00:29:41.162Z Doc-tests oximeter-client
67522023-11-09T00:29:41.169Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8dfd28407ddef993.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -C embed-bitcode=no -D warnings --error-format human`
67532023-11-09T00:29:41.660Z
67542023-11-09T00:29:41.663Zrunning 0 tests
67552023-11-09T00:29:41.667Z
67562023-11-09T00:29:41.669Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67572023-11-09T00:29:41.672Z
67582023-11-09T00:29:41.686Z Doc-tests oximeter-collector
67592023-11-09T00:29:41.689Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4ec902ded1c3a033.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-27894e0b9e5b7cb8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-23c40ff0a68e95de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8dfd28407ddef993.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c0fcc045aa5ad3fa.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b044b917a3cecd43.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -C embed-bitcode=no -D warnings --error-format human`
67602023-11-09T00:29:42.341Z
67612023-11-09T00:29:42.345Zrunning 0 tests
67622023-11-09T00:29:42.349Z
67632023-11-09T00:29:42.353Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67642023-11-09T00:29:42.356Z
67652023-11-09T00:29:42.368Z Doc-tests oximeter-db
67662023-11-09T00:29:42.373Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c06e754dd4cf3fb4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-e57956d81e26da60.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b044b917a3cecd43.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d792641afec0b3e2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-69b292eb92103c15.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -C embed-bitcode=no -D warnings --error-format human`
67672023-11-09T00:29:43.764Z
67682023-11-09T00:29:43.767Zrunning 0 tests
67692023-11-09T00:29:43.770Z
67702023-11-09T00:29:43.773Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67712023-11-09T00:29:43.776Z
67722023-11-09T00:29:43.807Z Doc-tests oximeter-instruments
67732023-11-09T00:29:43.809Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-bd2829a9eddfc05a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-acc8c74d6b311918.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.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`
67742023-11-09T00:29:44.368Z
67752023-11-09T00:29:44.375Zrunning 0 tests
67762023-11-09T00:29:44.382Z
67772023-11-09T00:29:44.391Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67782023-11-09T00:29:44.400Z
67792023-11-09T00:29:44.409Z Doc-tests oximeter-macro-impl
67802023-11-09T00:29:44.421Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1e1a727f9c906966.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-da8f09dd46258e06.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-2e899d8270f25503.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-08f99076d8c4a6b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e8fd410ffd28304c.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
67812023-11-09T00:29:44.532Z
67822023-11-09T00:29:44.538Zrunning 0 tests
67832023-11-09T00:29:44.543Z
67842023-11-09T00:29:44.550Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67852023-11-09T00:29:44.555Z
67862023-11-09T00:29:44.560Z Doc-tests oximeter-producer
67872023-11-09T00:29:44.563Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-27894e0b9e5b7cb8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b0310a8000b529c4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-934a87e835f92c6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -C embed-bitcode=no -D warnings --error-format human`
67882023-11-09T00:29:44.981Z
67892023-11-09T00:29:44.988Zrunning 0 tests
67902023-11-09T00:29:44.997Z
67912023-11-09T00:29:45.004Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67922023-11-09T00:29:45.011Z
67932023-11-09T00:29:45.018Z Doc-tests sled-agent-client
67942023-11-09T00:29:45.026Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2f5c835073181f5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -C embed-bitcode=no -D warnings --error-format human`
67952023-11-09T00:29:47.797Z
67962023-11-09T00:29:47.800Zrunning 0 tests
67972023-11-09T00:29:47.803Z
67982023-11-09T00:29:47.806Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67992023-11-09T00:29:47.809Z
68002023-11-09T00:29:47.855Z Doc-tests sled-hardware
68012023-11-09T00:29:47.858Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-c1ac83fd35cfe4dd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-05ab23ef01b57904.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0c01540acd421166.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-2b3793a82293b495.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-096ea264b1d71e56.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-27894e0b9e5b7cb8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-0230b0105bf949ff.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-264063ef7201caec.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -C embed-bitcode=no -D warnings --error-format human`
68022023-11-09T00:29:48.505Z
68032023-11-09T00:29:48.509Zrunning 0 tests
68042023-11-09T00:29:48.512Z
68052023-11-09T00:29:48.515Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68062023-11-09T00:29:48.518Z
68072023-11-09T00:29:48.521Z Doc-tests sp-sim
68082023-11-09T00:29:48.524Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-49d0e19bd0581214.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-99d5bb95dcaac458.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-05d0e7aee618d548.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib -C embed-bitcode=no -D warnings --error-format human`
68092023-11-09T00:29:49.326Z
68102023-11-09T00:29:49.333Zrunning 0 tests
68112023-11-09T00:29:49.341Z
68122023-11-09T00:29:49.779Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68132023-11-09T00:29:49.792Z
68142023-11-09T00:29:49.803Z Doc-tests tufaceous
68152023-11-09T00:29:49.808Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous --test tufaceous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-db308b1a43082729.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e7680e870930d795.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-6e11dd97b590863d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4a1d94d313c893f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-1f347ebb58effc2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-fb4bccaf34655fdc.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3beda198f98b470f.rlib -C embed-bitcode=no -D warnings --error-format human`
68162023-11-09T00:29:49.878Z
68172023-11-09T00:29:49.881Zrunning 0 tests
68182023-11-09T00:29:49.884Z
68192023-11-09T00:29:49.887Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68202023-11-09T00:29:49.890Z
68212023-11-09T00:29:49.900Z Doc-tests tufaceous-lib
68222023-11-09T00:29:49.903Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous_lib --test tufaceous-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0dbabde01783a37d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-b5c8c71cabff45dc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-07c80f36b8f89ea2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4a1d94d313c893f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0555a7a6405c8c66.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1516128ddb377b1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-96ee4059222ea7d7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f3de64ed5c3bde02.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5ead2190e8363a72.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3beda198f98b470f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-066525b4f708b591.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-422f549c6bd8c2b6.rlib -C embed-bitcode=no -D warnings --error-format human`
68232023-11-09T00:29:50.578Z
68242023-11-09T00:29:50.582Zrunning 0 tests
68252023-11-09T00:29:50.590Z
68262023-11-09T00:29:50.617Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68272023-11-09T00:29:50.643Z
68282023-11-09T00:29:50.657Z Doc-tests update-engine
68292023-11-09T00:29:50.680Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0dbabde01783a37d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-07c80f36b8f89ea2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ed18ae774f926cc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b0a7473d8a5406b7.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-eaab12566517bddf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-98df59988bd21ad1.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-013a8150a1a024b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7ba9ea7d794e6053.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ed52674e753c9a2a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d22056274abf89dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-c64e803884566978.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-019bceb29aeb9d52.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ae1ead5acebfd744.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5a9e5d38ddaadf99.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib -C embed-bitcode=no -D warnings --error-format human`
68302023-11-09T00:29:51.477Z
68312023-11-09T00:29:51.480Zrunning 3 tests
68322023-11-09T00:29:51.483Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
68332023-11-09T00:29:51.486Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
68342023-11-09T00:29:51.491Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
68352023-11-09T00:29:51.494Z
68362023-11-09T00:29:51.499Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
68372023-11-09T00:29:51.504Z
68382023-11-09T00:29:51.520Z Doc-tests wicket
68392023-11-09T00:29:51.530Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-db308b1a43082729.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0dbabde01783a37d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-433f7a24bb39110c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-37a66ad98475136a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-eaab12566517bddf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6ca2b21b2253387f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7ba9ea7d794e6053.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-59fc859a80908d40.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9a39a9b917d8f9c4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-eb27596307db6d78.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0b001d60551b5f70.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-335e58b8af60e2fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-c64e803884566978.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cf884e2dbe58337d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-927ef204d42bb117.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8cc5569845a6da47.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-bc3cacc6dfff8cf8.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-f7223a622ecdac9d.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5a9e5d38ddaadf99.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5e0418cc04056400.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b11d2ae5e2714ea1.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1919c12a9b0e6e76.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d58fee96f252b5b.rlib -C embed-bitcode=no -D warnings --error-format human`
68402023-11-09T00:29:52.883Z
68412023-11-09T00:29:52.886Zrunning 0 tests
68422023-11-09T00:29:52.889Z
68432023-11-09T00:29:52.893Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68442023-11-09T00:29:52.896Z
68452023-11-09T00:29:52.919Z Doc-tests wicket-common
68462023-11-09T00:29:52.925Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-992f9d36f4f24ff9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5a9e5d38ddaadf99.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b11d2ae5e2714ea1.rlib -C embed-bitcode=no -D warnings --error-format human`
68472023-11-09T00:29:53.506Z
68482023-11-09T00:29:53.515Zrunning 0 tests
68492023-11-09T00:29:53.529Z
68502023-11-09T00:29:53.539Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68512023-11-09T00:29:53.548Z
68522023-11-09T00:29:53.556Z Doc-tests wicket-dbg
68532023-11-09T00:29:53.564Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-433f7a24bb39110c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-37a66ad98475136a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9a39a9b917d8f9c4.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-611799fa15ad5140.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5e0418cc04056400.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-992545e28933e3e3.rlib -C embed-bitcode=no -D warnings --error-format human`
68542023-11-09T00:29:54.084Z
68552023-11-09T00:29:54.106Zrunning 0 tests
68562023-11-09T00:29:54.121Z
68572023-11-09T00:29:54.138Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68582023-11-09T00:29:54.157Z
68592023-11-09T00:29:54.172Z Doc-tests wicketd
68602023-11-09T00:29:54.195Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-d625a61470155b68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-c44426d44a2404b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53fa8e3fea0c5909.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-e0c4c0c9da2f0611.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-95221db6fc36b78a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-07c80f36b8f89ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-dbdd8039b9f9ad4b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-98fd4f83b348c39f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-cee68d0710045f5f.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b821b0dd09171543.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d53beda6816f2189.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-19489794af560c00.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4a1d94d313c893f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b36af77c87eb107f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-992f9d36f4f24ff9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-0bd695cf0abc24cb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4afc765531ef7bba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8e8b91223088e5db.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-55df0a7c9e4352eb.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0555a7a6405c8c66.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-87d51385c696eeb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-05ab23ef01b57904.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-220e65b6895824d6.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-72aed89d925bf0d5.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-64fc3f021b00afa7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b3a06d4625cf5d65.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4ec902ded1c3a033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c8216ea959ba6151.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e87d06fc4db5c2da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ebe9d4313b9df53b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6ca2b21b2253387f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5e64d615c679c9ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-99b999fe4a15453a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-dd175e9d0afb9b5a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a5bd479a6d357020.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f3de64ed5c3bde02.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f49d9e32693d547.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f176aaf9bfaec458.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d6e19b1bc5136884.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-eb8e9ce5ec9db8df.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ac2c28d3c01aac21.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ae1ead5acebfd744.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8cc5569845a6da47.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ff546454661a36e6.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5ead2190e8363a72.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-72a5b93e04c7dbc8.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-fb4bccaf34655fdc.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3beda198f98b470f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5a9e5d38ddaadf99.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5e0418cc04056400.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b11d2ae5e2714ea1.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-eee76606e42813ea.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1919c12a9b0e6e76.rlib -C embed-bitcode=no -D warnings --error-format human`
68612023-11-09T00:29:56.091Z
68622023-11-09T00:29:56.097Zrunning 0 tests
68632023-11-09T00:29:56.102Z
68642023-11-09T00:29:56.111Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68652023-11-09T00:29:56.121Z
68662023-11-09T00:29:56.151Z Doc-tests wicketd-client
68672023-11-09T00:29:56.160Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ba739bf00266dfc/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-666be7f438f00126/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d618fdd642752c37/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ebbc9ca47154e7b9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66df2754d4b1bf57/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ee86ffe479e2dca6.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b3a06d4625cf5d65.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8bc3eb532d1d9156.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f446040020798173.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-02565b711b167e2f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48d010ac19e079ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-08edb27872ea1612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22774573f9e220ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c540211d7a048a69.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5a9e5d38ddaadf99.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-cf02c0488bcc98ce.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b11d2ae5e2714ea1.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1919c12a9b0e6e76.rlib -C embed-bitcode=no -D warnings --error-format human`
68682023-11-09T00:29:58.229Z
68692023-11-09T00:29:58.232Zrunning 0 tests
68702023-11-09T00:29:58.235Z
68712023-11-09T00:29:58.238Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68722023-11-09T00:29:58.242Z
68732023-11-09T00:29:58.325Z
68742023-11-09T00:29:58.740Zreal 1:57.135259690
68752023-11-09T00:29:58.743Zuser 2:00.995847303
68762023-11-09T00:29:58.747Zsys 39.757397030
68772023-11-09T00:29:58.751Ztrap 0.027073043
68782023-11-09T00:29:58.754Ztflt 0.864068002
68792023-11-09T00:29:58.758Zdflt 9.134237533
68802023-11-09T00:29:58.764Zkflt 0.059433691
68812023-11-09T00:29:58.767Zlock 1:51.593864856
68822023-11-09T00:29:58.770Zslp 11:26.031232264
68832023-11-09T00:29:58.773Zlat 0.929755283
68842023-11-09T00:29:58.776Zstop 2.423226671
68852023-11-09T00:29:58.779Zfiles in /var/tmp/omicron_tmp (none expected on success):
68862023-11-09T00:29:58.782Z164719 11 drwxr-xr-x 2 build build 2 Nov 9 00:29 /var/tmp/omicron_tmp
68872023-11-09T00:29:59.008Zprocess exited: duration 4789725 ms, exit code 0
 
68882023-11-09T00:29:59.038Zfound 0 output files